summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-10-15os: port signal-dependent code to MinGWmingw-patches-for-1.13Yaakov Selkowitz2-5/+66
2012-10-15os: disable backtrace code on MinGWYaakov Selkowitz1-0/+7
2012-10-15hw/xwin: fix various compile errors for MinGWYaakov Selkowitz3-0/+7
2012-10-15hw/xwin: use raise instead of signal on MinGWYaakov Selkowitz2-0/+13
2012-10-15hw/xwin: avoid missing strnlen on MinGWYaakov Selkowitz1-0/+6
2012-10-15hw/xwin: use putenv instead of setenv for MinGWYaakov Selkowitz1-2/+4
2012-10-15hw/xwin: avoid missing fmemopen on MinGWYaakov Selkowitz1-2/+2
2012-10-15Configure fixes for MinGWYaakov Selkowitz1-2/+2
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
2012-09-05Move pseudoramiX code where it can be shared between Xwin and XquartzJon TURNEY7-1/+12
2012-09-05Ensure we own the clipboard before checking the format of it's contentsJon TURNEY1-18/+18
2012-09-05More clipboard debuggingJon TURNEY5-8/+58
2012-09-05Various clipboard debug improvementsJon TURNEY2-4/+11
2012-09-05Improve clipboard PropertyNotify debuggingJon TURNEY1-0/+8
2012-09-05Improve WM_RENDERFORMAT debuggingJon TURNEY1-1/+5
2012-09-05In multiwindow mode, flash taskbar for X windows which have the urgency hint setJon TURNEY1-0/+44
2012-09-05Stop assuming WS_EX_APPWINDOW style in WM_SHOWWINDOWJon TURNEY1-32/+27
2012-09-05Ensure full styling is applied when the window is mappedJon TURNEY2-42/+54
2012-09-05Process _NET_WM_STATE_SKIP_TASKBAR hint in multiwindow mode.Jon TURNEY1-4/+38
2012-09-05Add a simple interface to the ITaskbarList COM interfaceJon TURNEY2-1/+89
2012-09-05Make sure that WM_WM_HINTS_EVENT does nothing for override-redirect windowsJon TURNEY1-0/+6
2012-09-05Add a new WM_WM_HINTS_EVENT to update window style if any of the properties w...Jon TURNEY2-7/+53
2012-09-05Improve multiwindow internal WM PropertyNotify debug outputJon TURNEY1-0/+4
2012-09-05_NET_WM_STATE is ATOM[] not ATOMJon TURNEY1-12/+16
2012-09-05hw/xwin: Enable RANDR resize by defaultJon TURNEY3-6/+8
2012-09-05hw/xwin: Enable AIGLX by defaultYaakov Selkowitz3-3/+3
2012-09-05hw/xwin: Restore modifier key state when an X window gains focusOliver Schmidt1-0/+24
2012-09-05Add ' (on <WM_CLIENT_MACHINE>)' to window name when it's useful to do soJon TURNEY6-1/+54