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