summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-07-16hw/xwin: allow XKB configuration in XWinrccygwin-patches-for-1.12Yaakov Selkowitz3-0/+104
2012-07-16hw/xwin: allow DPI configuration in XWinrcJon TURNEY6-0/+32
2012-07-12Don't register two different XINERAMA extensionsJon TURNEY2-2/+11
2012-07-04Do not report the GLX_INTEL_swap_event extension for indirect swrastJon TURNEY3-31/+47
2012-06-28Report Cygwin version information as well as native OS versionJon TURNEY1-0/+12
2012-06-28Add -notrapsignalsJon TURNEY3-22/+37
2012-06-26hw/xwin: Remove an extra '\n' from some log messagesJon TURNEY2-3/+3
2012-06-25Don't log all fbConfigs and GL/WGL extensionsJon TURNEY1-4/+14
2012-06-19Ensure full styling is applied when the window is mappedJon TURNEY2-51/+60
2012-06-15Fix dispatch table generation after whitespace/coding style changesJon TURNEY1-1/+1
2012-06-15Use external tool for creating backtraces on crashes if available. (v3)Jon TURNEY2-45/+81
2012-04-26Avoid XDestroyImage(NULL) if XGetImage failedJon TURNEY1-2/+2
2012-04-25Revert "Load swrastg if GALLIUM_DRIVER environment variable is set"Jon TURNEY1-6/+1
2012-04-18Remove unused variable left over from thread safe icon changesJon TURNEY1-1/+0
2012-04-18Log stdout and stderr for processes started from the notification area iconJon TURNEY1-25/+125
2012-04-17hw/xwin: Fix command line arguments for multiple monitors.Jörg Mensmann1-1/+3
2012-04-09If a window has had its taskbar button removed, disable its minimize button t...Colin Harrison1-0/+3
2012-04-06Various fixes to pixmap icon conversion after winOverideIcon() thread-safety ...Jon TURNEY1-22/+31
2012-04-06Crash fix for winOverrideIcon() thread-safety changesJon TURNEY1-7/+9
2012-04-04Fix pseudoramiX build for case-sensitivityYaakov Selkowitz2-3/+3
2012-04-02Build fixes for xorg ddxJon TURNEY3-5/+5
2012-04-02Merge remote-tracking branch 'yaakov/cygwin-patches-for-1.12' into yaakov-xor...Jon TURNEY19-33/+115
2012-04-02Fix compilation of pseudoramiX.cJon TURNEY1-1/+1
2012-04-01Remove unused WindowExposuresProcPtr storage in screen privatesJon TURNEY1-1/+0
2012-04-01Remove long obsolete README for hw/xwinJon TURNEY1-141/+0
2012-04-01Compute GDI region for damaged extent in a non-retarded wayJon TURNEY1-11/+2
2012-04-01Remove a pointless OS version check in winInstallKeyboardHookLL()Jon TURNEY1-19/+0
2012-04-01Fix SelectionNotify -> PropertyNotify in relocated codeJon TURNEY1-13/+13
2012-04-01Move property retrieval to PropertyNotify, so we can be sure it has been setJon TURNEY1-13/+15
2012-04-01Remove winClipboardDetectUnicodeSupport()Jon TURNEY7-105/+9
2012-04-01Merge branch 'pseudoramix-multiwindow' into cygwin-patches-for-1.12Jon TURNEY11-33/+133
2012-04-01Update man page to document pseudo-xineramaJon TURNEY1-0/+3
2012-04-01Only set native positions if XINERAMA is enabledJon TURNEY1-9/+12
2012-04-01Register native screens with pseudoramiXJon TURNEY1-0/+55
2012-04-01Move pseudoramiX code where it can be shared between Xwin and XquartzJon TURNEY7-1/+12
2012-04-01Fix pseudoramiX.c compilation without darwin.hJon TURNEY1-17/+36
2012-04-01Fix some swap-size errors in pseudoramiX.cJon TURNEY1-4/+13
2012-03-31Introduce winProcessXEventsTimeout() to the concept of fractions of a secondJon TURNEY1-7/+19
2012-03-31Ensure we own the clipboard before checking the format of it's contentsJon TURNEY1-21/+21
2012-03-31More clipboard debuggingJon TURNEY5-8/+53
2012-03-31Various clipboard debug improvementsJon TURNEY2-3/+7
2012-03-31Improve clipboard PropertyNotify debuggingJon TURNEY1-0/+6
2012-03-31Improve WM_RENDERFORMAT debuggingJon TURNEY1-1/+4
2012-03-31In multiwindow mode, flash taskbar for X windows which have the urgency hint setJon TURNEY1-0/+43
2012-03-31Make sure that WM_WM_ICON_EVENT and WM_WM_HINTS_EVENT do nothing for override...Jon TURNEY1-1/+9
2012-03-31hw/xwin: Make winOverrideIcon() thread-safe for icon data accessJon TURNEY11-306/+291
2012-03-31Correct function name in log messageJon TURNEY1-2/+2
2012-03-31Stop assuming WS_EX_APPWINDOW style in WM_SHOWWINDOWJon TURNEY1-27/+23
2012-03-31Process _NET_WM_STATE_SKIP_TASKBAR hint in multiwindow mode.Jon TURNEY1-4/+33
2012-03-31Fix winUpdateWindowPosition() not to assume WS_EX_APPWINDOW styleJon TURNEY1-11/+7