summaryrefslogtreecommitdiff
path: root/hw/xwin
AgeCommit message (Expand)AuthorFilesLines
2013-03-08Add a screen PaintWindow wrapperJon TURNEY1-1/+1
2013-03-07Handle WM_MOUSEHWHEELJon TURNEY7-10/+48
2013-03-07Map extra mouse buttons 1 and 2 to X buttons 8 and 9Jon TURNEY4-10/+23
2013-03-07Remove unneeded WM_XBUTTON message definesJon TURNEY1-11/+0
2013-03-07Change winTranslateKey() to return it's result as it's return valueJon TURNEY3-11/+14
2013-03-07Adjust keyboard functions so that they are useful in a libraryJon TURNEY5-35/+31
2013-03-07Move keyboard event utility functions to wmutil libraryJon TURNEY7-297/+372
2013-03-07Make link properly depend on libXWinWMUtilJon TURNEY1-4/+6
2013-03-07Adjust winMouseWheel() interface so it's useful in libraryJon TURNEY6-37/+71
2013-03-07Move winMouseWheel() to wmutil libraryJon TURNEY3-77/+121
2013-03-07Adjust winXCursorToHCURSOR() interface so it's useful in libraryJon TURNEY3-95/+142
2013-03-07Move winXCursorToHCURSOR() to wmutil libraryJon TURNEY4-289/+388
2013-03-07Rename ErrorF()->winError() in libXWinWMUtilJon TURNEY2-4/+14
2013-03-07xcb-ify icon conversionJon TURNEY3-72/+99
2013-03-07Move winXIconToHICON() to wmutil libraryJon TURNEY5-493/+581
2013-03-07Consider left and right modifier keys independently on gaining focusJon TURNEY1-12/+31
2013-03-07hw/xwin: Fix possible crash in winMultiWindowGetClassHintMarc Haesen1-8/+20
2013-03-07hw/xwin: allow XKB configuration in XWinrcYaakov Selkowitz3-0/+104
2013-03-07hw/xwin: allow DPI configuration in XWinrcYaakov Selkowitz6-0/+32
2013-03-07Don't register two different XINERAMA extensionsJon TURNEY1-2/+6
2013-03-07Report Cygwin version information as well as native OS versionJon TURNEY1-0/+14
2013-03-06hw/xwin: Remove an extra '\n' from some log messagesJon TURNEY2-3/+3
2013-03-06Log stdout and stderr for processes started from the notification area iconJon TURNEY1-16/+115
2013-03-06Fix SelectionNotify -> PropertyNotify in relocated codeJon TURNEY1-15/+14
2013-03-06Move property retrieval to PropertyNotify, so we can be sure it has been setJon TURNEY1-15/+17
2013-03-06Update man page to document pseudo-xineramaJon TURNEY1-0/+3
2013-03-06Only set native positions if XINERAMA is enabledJon TURNEY1-8/+12
2013-03-06Register native screens with pseudoramiXJon TURNEY1-0/+55
2013-03-06Move pseudoramiX code where it can be shared between Xwin and XquartzJon TURNEY1-0/+1
2013-03-06More clipboard debuggingJon TURNEY5-8/+60
2013-03-06Various clipboard debug improvementsJon TURNEY2-4/+11
2013-03-06Improve clipboard PropertyNotify debuggingJon TURNEY1-0/+8
2013-03-06Improve WM_RENDERFORMAT debuggingJon TURNEY1-1/+5
2013-03-06In multiwindow mode, flash taskbar for X windows which have the urgency hint setJon TURNEY1-0/+44
2013-03-06Improve multiwindow internal WM PropertyNotify debug outputJon TURNEY1-0/+4
2013-03-06_NET_WM_STATE is ATOM[] not ATOMJon TURNEY1-14/+18
2013-03-06Add ' (on <WM_CLIENT_MACHINE>)' to window name when it's useful to do soJon TURNEY6-0/+58
2013-03-06Minimize redraw events after resizing/moving windows in multiwindow modeOliver Schmidt1-5/+21
2013-03-06hw/xwin: Add XF86 xkb private actions for grab debugging to XWinJon TURNEY1-0/+32
2013-03-06Cygwin/X: turn on -nolock if /tmp is on FATJon TURNEY1-0/+21
2013-03-06Improve WM_ENDSESSION handling using separate messaging window threadJon TURNEY8-1/+221
2013-03-06Make AIGLX work in non-toplevel windowsJon TURNEY5-37/+317
2013-03-06Allow DDX to provide a main()Jon TURNEY1-0/+6
2013-03-06Add an item to open the logfile to the default tray icon menuJon TURNEY2-3/+22
2013-03-06Tidy up OS version detection and reportingJon TURNEY1-0/+95
2013-03-06Consolidate XInitThreads/XSupportsLocale() in a single place.Jon TURNEY4-38/+15
2013-03-06Avoid logging BUILDERADDRJon TURNEY1-1/+0
2013-03-06Cygwin/X: Improve choice of display name used by internal clientsJon TURNEY6-9/+65
2013-03-06Fix the long-broken -silent-dup-error optionJon TURNEY2-77/+10
2013-03-06Xming: Fix the annoying menu/tooltip punch-through problem in -multiwindow mode.Colin Harrison1-0/+2