summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-01-15XSetInputFocus on WM_ACTIVATEwindow-raising-reworkJon TURNEY1-6/+6
2012-01-15Fix some comments in winkeybd.cJon TURNEY1-3/+6
2012-01-15Threadsafe loggingJon TURNEY3-45/+47
2012-01-15Remove unusued dwID memember of struct _winWMMessageRecJon TURNEY1-1/+0
2012-01-15Improve winDebugWin32Message formattingJon TURNEY1-4/+2
2012-01-15Debug tidy up and improvementsJon TURNEY6-87/+95
2012-01-15Add some debuggingJon TURNEY2-59/+61
2012-01-15Delete and start againJon TURNEY4-222/+59
2012-01-08hw/xwin: Restore modifier key state when an X window gain focusOliver Schmidt1-0/+23
2012-01-07hw/xwin: Enable RANDR resize by defaultJon TURNEY2-5/+7
2012-01-07RANDR resize was missing in windowed mode, with option -resize, when the wind...Colin Harrison1-0/+5
2012-01-04Cygwin/X: Enable AIGLX by defaultYaakov Selkowitz3-3/+4
2012-01-04hw/xwin: Fix rrScreenSetSize function pointer mismatchRyan Pavlik1-2/+0
2012-01-04Add Windows 8 to the list of Windows versions we know the name ofJon TURNEY1-1/+5
2011-12-20Add ' (on <WM_CLIENT_MACHINE>)' to window name when it's useful to do soJon TURNEY6-50/+118
2011-11-05Implement System() specially on Cygwin not to use fork/execJon TURNEY1-0/+20
2011-10-05Handle more motif window decoration hintingJon TURNEY2-0/+21
2011-10-05hw/xwin: Fix AltGr key sometimes firing an additional Ctrl-L keyOliver Schmidt2-43/+60
2011-10-05Minimize redraw events after resizing/moving windows in multiwindow modeOliver Schmidt1-4/+20
2011-10-05hw/xwin: Add XF86 xkb private actions for grab debugging to XWinJon TURNEY1-0/+32
2011-10-05Add correct taskbar grouping of X windows on Windows 7Tobias Häußler6-2/+219
2011-10-05Handle the virtual key code generated by the Fn key on IBM Lenovo laptopsJon TURNEY2-2/+4
2011-10-05XWin: GLX: Create a new dispatch table rather than modifying the existing oneJon TURNEY1-1/+9
2011-10-05Load swrastg if GALLIUM_DRIVER environment variable is setJon TURNEY1-1/+6
2011-10-05Use system() rather than pipe() & fork() to invoke xkbcompJon TURNEY3-16/+47
2011-10-05Cygwin/X: turn on -emulate3buttons if less than 3 mouse buttons are reportedJon TURNEY5-5/+46
2011-10-05Cygwin/X: turn on -nolock if /tmp is on FATJon TURNEY2-5/+26
2011-10-05Improve WM_ENDSESSION handling using separate messaging window threadJon TURNEY8-3/+229
2011-10-05Link directly to TrackMouseEvent()Jon TURNEY6-49/+6
2011-10-05Add an item to open the logfile to the default tray icon menuJon TURNEY2-1/+16
2011-10-05Allow XScreenSaverSuspend() to effect Windows screen saver or monitor power offJon TURNEY1-0/+7
2011-10-05Bug fixes for screen sizing when the screen window is on a non-primary monitorJon TURNEY5-34/+94
2011-10-05In multiwindow mode, don't grab native input focus for new windows which hint...Jon TURNEY2-1/+26
2011-10-05Tidy up some pointless output which is always emittedJon TURNEY8-18/+17
2011-10-05Don't bother reporting XORG_VERSION_CURRENTJon TURNEY2-3/+3
2011-10-05Tidy up OS version detection and reportingJon TURNEY3-22/+101
2011-10-05Consolidate XInitThreads/XSupportsLocale() in a single place.Jon TURNEY4-45/+18
2011-10-05Cygwin/X: Linkage bodge for swrast, part 2 (for mesa 7.10)Jon TURNEY4-700/+1040
2011-10-05Avoid logging VENDOR_CONTACTJon TURNEY1-2/+2
2011-10-05Don't assume we'll always have converted the selection after 2 attemptsRoland Cassard1-19/+4
2011-10-05os: Add -displayfd option.Jon TURNEY7-26/+78
2011-10-05Cygwin/X: Migitate a race condition in clipboard thread initializationMichel Hummel1-2/+0
2011-10-05Cygwin/X: Show any fatal error messageJon TURNEY1-7/+37
2011-10-05Cygwin/X: Make select() only poll and not block if there are unprocessed Wind...Jon TURNEY1-0/+18
2011-10-05Cygwin/X: Store pthread_ids and chain IOError handlers to avoid longjmp acros...Jon TURNEY2-25/+52
2011-10-05Cygwin/X: Make default DPI match native DPIJon TURNEY3-5/+25
2011-10-05Cygwin/X: Process one Windows message per wakeup, rather than all of them.Jon TURNEY2-21/+6
2011-10-05Cygwin/X: Improve XWinrc loading and error recoveryYaakov Selkowitz2-19/+65
2011-10-05Cygwin/X: Improve choice of display name used by internal clientsJon TURNEY8-20/+88
2011-10-05Cygwin/X: Linkage bodge for swrast, part 1Jon TURNEY5-2993/+3