summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-10-15Xming: Fix UT8String and CompoundText clipboard text sharing with windows cli...cygwin-patches-1.6Colin Harrison1-28/+12
2009-10-15Workaround for SWT/Motif bugJon TURNEY2-53/+79
2009-10-15Cygwin/X: Add a timestamp to log messagesJon TURNEY5-8/+34
2009-10-15Cygwin/X: Make -logverbose affect the verbosity of logging to the log fileJon TURNEY1-1/+1
2009-10-15Cygwin/X: Ensure WM_STATE atom exists in multiwindow modeJon TURNEY1-0/+10
2009-10-15Cygwin/X: Always use an authorization cookie for internal clientsJon TURNEY6-52/+96
2009-10-15Tidy up system.XwinrcJon TURNEY1-1/+4
2009-10-15Check for getifaddr returning a null broadcast addressJon TURNEY1-1/+2
2009-10-15Enable clipboard integration by default, can be turned off with -noclipboard.Yaakov Selkowitz4-8/+18
2009-10-15Fix compilation for gcc4Jon TURNEY2-12/+2
2009-10-15Mount options have changed in cygwin-1.7.Jon TURNEY1-2/+2
2009-10-15Revert patch from http://bugs.freedesktop.org/show_bug.cgi?id=5735Jon TURNEY1-46/+2
2009-10-15Fix rootless mode buildJon TURNEY11-24/+732
2009-10-15Append built-ins to default font path.Jon TURNEY1-1/+1
2009-10-15libXfont 1.4 un-weak'ened this symbol (commit daa7af), resulting in:Jon TURNEY1-0/+2
2009-10-15Fix dolt for cygwinJon TURNEY1-0/+3
2009-10-15Instead of another .cygport-specific hack, we can use the existing BUILD_DATE...Jon TURNEY4-5/+6
2009-10-15Handle and ignore WM_ERASEBKGND since we repaint the entire invalidated regio...Jon TURNEY2-0/+19
2009-10-15Clearly diagnose a timeout while waiting for SelectionNotify event (which see...Jon TURNEY4-78/+54
2009-10-15Layout screens according to their native window positions in Xinerama modeJon TURNEY1-0/+10
2009-10-15Apparently, fake keypresses generated by speech recognizers may not bother wi...Jon TURNEY2-8/+32
2009-10-15Mouse pointer warping in multiwindow/rootless mode was never implemented, due...Jon TURNEY1-2/+10
2009-10-15In -multiwindow mode, tell Windows we wish to capture the mouse when a button...Jon TURNEY1-22/+37
2009-10-15Reduce MOUSE_POLLING_INTERVAL from 500ms to 50msJon TURNEY5-12/+1
2009-10-15Manpage fixesJon TURNEY3-8/+9
2009-10-15Look for system.Xwinrc in /etc/X11/Jon TURNEY4-3/+7
2009-10-15Allow the default log location to be configurable (e.g. /var/log), and use se...Jon TURNEY5-12/+20
2009-10-15Update resources file and About boxJon TURNEY7-32/+48
2009-10-15Fix xfake buildJon TURNEY1-2/+1
2009-10-15Don't install xorg-server development files (.m4 or .pc)Jon TURNEY1-0/+2
2009-10-15Cygwin doesn't have RTLD_LOCALJon TURNEY1-0/+4
2009-10-15Allow composite to be enabled for XwinJon TURNEY1-4/+0
2009-10-15Fix various DDXs to build if DDXBEFORERESET, DDXOSFATALERROR are definedJon TURNEY4-0/+46
2009-10-15Copy the state of the Windows keyboard device to the Virtual Core Keyboard at...Jon TURNEY1-0/+6
2009-10-15Remove GL dispatcher symbols which are defined in libGL, and link with libGL ...Jon TURNEY4-4/+29
2009-10-15Fix the code which generates fake keypresses when an X window gains focus to ...Jon TURNEY1-11/+4
2009-10-15Ensure window actually ends up somewhere visible if it tries to create itself...Jon TURNEY2-9/+21
2009-10-15Hint handling fixesJon TURNEY2-9/+47
2009-10-15Fix the long-broken -silent-dup-error optionJon TURNEY3-90/+21
2009-10-15Always update the Windows title Unicode (wide-character) in -multiwindow mode.Jon TURNEY1-35/+25
2009-10-15Various tidy ups in winClipboardFlushXEventsJon TURNEY1-1/+18
2009-10-15XXX: As far as I can see, these are only locking over a single Xlib call, so ...Jon TURNEY1-0/+8
2009-10-15Avoid some clipboard log spamJon TURNEY1-2/+7
2009-10-15Add copyright and attributionJon TURNEY4-16/+24
2009-10-15Free the memory allocated for ReturnData in FlushXEvents().Jon TURNEY1-0/+2
2009-10-15When you take ownership of a selection you should always check you got it (X1...Jon TURNEY2-4/+9
2009-10-15Function 'winProcessXEventsTimeout()' is declared 'static Bool' and defined '...Jon TURNEY1-1/+1
2009-10-15Improve clipboard startup in XDMCP mode Stop the "Clipboard not yet started, ...Jon TURNEY1-8/+13
2009-10-15Cache the CLIPBOARD Atom lookups in winClipboardWindowProc() Cache the Atom l...Jon TURNEY2-21/+27
2009-10-15The clipboard should only select PropertyChange events and do this on the cor...Jon TURNEY1-9/+7