summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-02-11Fix typo in "Adjust winMouseWheel() interface so it's useful in library"cygwin-patches-for-1.13Jon TURNEY1-1/+1
2012-12-19Fix some comments in keyboard.cJon TURNEY1-3/+3
2012-12-19Change winTranslateKey() to return it's result as it's return valueJon TURNEY3-11/+14
2012-12-19Adjust keyboard functions so that they are useful in a libraryJon TURNEY5-35/+31
2012-12-19Move keyboard event utility functions to wmutil libraryJon TURNEY7-297/+372
2012-12-19Make link properly depend on libXWinWMUtilJon TURNEY1-4/+6
2012-12-19Adjust winMouseWheel() interface so it's useful in libraryJon TURNEY5-36/+69
2012-12-19Move winMouseWheel() to wmutil libraryJon TURNEY3-77/+121
2012-12-19Adjust winXCursorToHCURSOR() interface so it's useful in libraryJon TURNEY3-95/+142
2012-12-19Move winXCursorToHCURSOR() to wmutil libraryJon TURNEY4-288/+388
2012-11-30Rename ErrorF()->winError() in libXWinWMUtilJon TURNEY2-4/+14
2012-11-30xcb-ify icon conversionJon TURNEY4-74/+100
2012-11-29Move winXIconToHICON() to wmutil libraryJon TURNEY6-493/+583
2012-11-29Fix 'make distcheck' for hw/xwinJon TURNEY1-1/+1
2012-11-09Follow up patch to "_NET_WM_STATE is ATOM[] not ATOM"Jon TURNEY1-5/+5
2012-11-05Follow up patch to "Consider modifier keys on gaining focus"Jon TURNEY1-13/+31
2012-10-23hw/xwin: Bring the X screen window to the front on a single left-click on the...Jon TURNEY1-1/+1
2012-10-23hw/xwin: put spurious wake reporting under HAS_DEVWINDOWSYaakov Selkowitz1-0/+2
2012-10-23hw/xwin: Provide HOST_NAME_MAX for MinGWJon TURNEY1-0/+4
2012-10-23os: disable backtrace code on MinGWYaakov Selkowitz1-0/+7
2012-10-23hw/xwin: avoid missing strnlen on MinGWYaakov Selkowitz1-0/+6
2012-10-22hw/xwin: use putenv instead of setenv for MinGWYaakov Selkowitz1-2/+4
2012-10-08Fix some of the warnings in generated gl wrapper codeJon TURNEY2-7/+5
2012-09-08Update "spawnl()" patch to reflect fix to Win32TempDir()Jon TURNEY1-1/+1
2012-09-08Fix 'make distcheck' for hw/xwinJon TURNEY2-1/+5
2012-09-08distcheck fix for "Add correct taskbar grouping of X windows on Windows 7"Jon TURNEY1-0/+1
2012-09-08distcheck fix for "Move pseudoramiX code where it can be shared between Xwin ...Jon TURNEY1-1/+0
2012-09-06Fix compilation of Xorg DDX without XF86VIDMODEJon TURNEY1-1/+2
2012-09-05Link with dxguid rather than defining the DirectX GUIDs ourselvesJon TURNEY3-36/+1
2012-09-05Fix compilation with mingw-w64 w32api headersJon TURNEY4-2/+16
2012-09-05Don't spam MotionNotify events when the mouse hasn't movedColin Harrison1-2/+7
2012-09-05Fix possible crash in winMultiWindowGetClassHintMarc Haesen1-8/+14
2012-09-05hw/xwin: Only add GLX extension once.Jon TURNEY1-2/+3
2012-09-05hw/xwin: allow XKB configuration in XWinrcYaakov Selkowitz3-0/+104
2012-09-05hw/xwin: allow DPI configuration in XWinrcYaakov Selkowitz6-0/+32
2012-09-05Don't register two different XINERAMA extensionsJon TURNEY2-2/+11
2012-09-05Generate the GLX extension list for swrast in the same way as dri and dri2 do.Jon TURNEY2-14/+36
2012-09-05Report Cygwin version information as well as native OS versionJon TURNEY1-0/+14
2012-09-05Add -notrapsignalsJon TURNEY3-24/+37
2012-09-05hw/xwin: Remove an extra '\n' from some log messagesJon TURNEY2-3/+3
2012-09-05Don't log all fbConfigs and GL/WGL extensionsJon TURNEY1-7/+15
2012-09-05Use external tool for creating backtraces on crashes if available.Matthias Hopf2-10/+39
2012-09-05Log stdout and stderr for processes started from the notification area iconJon TURNEY1-16/+115
2012-09-05If a window has had its taskbar button removed, disable its minimize button t...Colin Harrison1-0/+3
2012-09-05Use pre-computed extent of damage for creating GDI regionJon TURNEY3-27/+10
2012-09-05Fix SelectionNotify -> PropertyNotify in relocated codeJon TURNEY1-15/+14
2012-09-05Move property retrieval to PropertyNotify, so we can be sure it has been setJon TURNEY1-15/+17
2012-09-05Update man page to document pseudo-xineramaJon TURNEY1-0/+3
2012-09-05Only set native positions if XINERAMA is enabledJon TURNEY1-8/+12
2012-09-05Register native screens with pseudoramiXJon TURNEY1-0/+55