summaryrefslogtreecommitdiff
path: root/hw/xwin/winclipboardwndproc.c
AgeCommit message (Collapse)AuthorFilesLines
2009-11-09Cygwin/X: Clearly diagnose a timeout while waiting for SelectionNotify eventJon TURNEY1-3/+5
Clearly diagnose a timeout while waiting for SelectionNotify event in the clipboard integration internal client. (which seems to be behind some of the reported failures) Turn useless #if 0/ErrorF()/#endif into useful winDebug() Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk> Reviewed-by: Colin Harrison <colin.harrison@virgin.net>
2009-06-23Cygwin/X: more warnings fixesJon TURNEY1-3/+0
More warning fixes, mainly removing casts on function return values Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
2009-05-27Xming: Cache atom lookups in clipboard integration codeColin Harrison1-13/+13
Cache the CLIPBOARD atom lookups in winClipboardWindowProc() Cache atom lookups in winClipboardFlushXEvents() Recache on server regeneration Copyright (C) Colin Harrison 2005-2008 http://www.straightrunning.com/XmingNotes/ http://sourceforge.net/projects/xming/ Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
2009-02-12Xming: Check clipboard selection ownership after taking itColin Harrison1-2/+8
When you take ownership of a selection you should always check you got it (X11 ICCCM gospel). Copyright (C) Colin Harrison 2005-2008 http://www.straightrunning.com/XmingNotes/ http://sourceforge.net/projects/xming/ Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
2009-02-12Xming: Fix prototype for winProcessXEventsTimeout() in clipboard integration ↵Colin Harrison1-1/+1
code Function 'winProcessXEventsTimeout()' is declared 'static Bool' and defined 'static int' (correct) in 'winclipboardwndproc.c'. This has been wrong since dot, but luckily was of no significance Copyright (C) Colin Harrison 2005-2008 http://www.straightrunning.com/XmingNotes/ http://sourceforge.net/projects/xming/ Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
2009-02-12Xming: Add Colin Harrison to copyright and authors list for clipboard ↵Colin Harrison1-4/+6
integration files Add Colin Harrison to copyright and authors list Adjust license text for multiple authors Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
2006-08-18Fix bug #5735, Serious flaw in CygwinX clipboardAlan Hourihane1-2/+46
integration prevents paste from X to Windows apps (Brett Stahlman & Colin Harrison)
2006-08-18Fix bug #7281, clipboard viewer should notAlan Hourihane1-27/+29
call SetClipboard viewer when bogus in Xming/CygwinX (Colin Harrison)
2006-06-08Bug #7121: fix clipboard handling in Xming (Colin Harrison)Adam Jackson1-26/+17
2005-07-04Include xwin-config.h if HAVE_XWIN_CONFIG is defined Cleanup X11 includesAlexander Gottwald1-0/+5
handling Warning fixes
2004-11-15Bufzilla #1802, http://freedesktop.org/bugzilla/show_bug.cgi?id=1802 AddedAlexander Gottwald1-0/+2
mingw (Win32) port
2004-10-28Import recent changes from CYGWIN branchAlexander Gottwald1-4/+4
2004-08-03Merge from CYGWIN branchAlexander Gottwald1-5/+5
2004-08-02 Kensuke Matsuzaki Fix the bug that we can't copy & paste multi-byte string to Unicode-base Windows application. Rename fUnicodeSupport to fUseUnicode, because it don't mean wheather Windows support Unicode or not.
2004-06-21Bug 777: Merge from CYGWIN branchAlexander Gottwald1-9/+501
2004-04-23Merging XORG-CURRENT into trunkEgbert Eich1-1/+1
2004-03-14Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004xf86-4_4_99_1Egbert Eich1-1/+1
2004-03-03Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004xf86-4_4_0STSF-CURRENTEgbert Eich1-1/+1
2004-02-26readding XFree86's cvs IDsxf86-4_3_99_903Egbert Eich1-1/+1
2004-02-26Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004Egbert Eich1-1/+1
2003-11-25XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_16Kaleb Keithley1-1/+1
2003-11-14Initial revisionKaleb Keithley1-0/+86