summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-08-20Don't unmap windows on SWP_HIDEWINDOWcygwin-patches-for-1.17Jon TURNEY1-8/+12
2015-08-17Report xkbcomp exit status in hexJon TURNEY1-1/+1
2015-08-12Fix typo in 'keyboard layout updates'Jon TURNEY1-1/+1
2015-08-11Merge branch 'engine-enhancements' into cygwin-patches-for-1.17Jon TURNEY15-137/+259
2015-08-11Avoid artefacts when resizing a windowengine-enhancementsJon TURNEY1-0/+24
2015-08-11Simpleminded composite attemptJon TURNEY8-4/+128
2015-08-11GC and Pixmap privates aren't used since GDI engine removalJon TURNEY2-35/+1
2015-08-11Push multiwindow wndproc WM_PAINT down into engineJon TURNEY4-36/+69
2015-08-11Align winBltExposedRegionsShadowGDI() with winTopLevelWindowProc's WM_PAINTJon TURNEY1-5/+30
2015-08-11Use NULL rather than NoopDDA for unimplemented engine functionsJon TURNEY3-15/+6
2015-08-11Remove unused FinishCreateWindowsWindow engine functionJon TURNEY4-20/+0
2015-08-11Remove unused HotKeyAltTab engine functionJon TURNEY4-15/+0
2015-08-11Return FALSE to indicate failure in winSetEngine()Jon TURNEY1-1/+1
2015-08-11Add SKIPTASKBAR hint to _NET_WM_WINDOW_TYPE_DOCK type windowsJon TURNEY1-1/+1
2015-08-04Make maximizable if a maximium size larger than virtual desktop size is speci...Jon TURNEY1-2/+5
2015-07-08hw/xwin: support SKIPTASKBAR style in XWinrcYaakov Selkowitz5-3/+30
2015-07-08Detect invalid options in combination with -nodecorationJon TURNEY1-1/+16
2015-07-08Use longjmp to continue after a SEGV in glxWinScreenProbe()Jon TURNEY1-4/+11
2015-07-08Should use ErrorFSigSafe in OsSigHandlerJon TURNEY1-1/+1
2015-07-08Downgrade crashreporter not loaded message to debugJon TURNEY1-1/+1
2015-07-02In multiwindow mode, look up the HWND for the parent windowJon TURNEY1-3/+7
2015-07-02Only apply MINIMIZE/MAXIMIZE style from XWinrc when mapping the windowJon TURNEY1-6/+13
2015-07-02Map window in WM_WINDOWPOSCHANGED not WM_SHOWWINDOWJon TURNEY1-64/+64
2015-07-02Don't alter window style in WM_SHOWWINDOWJon TURNEY2-12/+5
2015-07-02Rename WM_WM_MAP[23]Jon TURNEY3-10/+10
2015-07-02Factor out MessageName() debug helperJon TURNEY1-67/+61
2015-06-02Fix broken Qt menusJon TURNEY1-27/+34
2015-06-02Update WM_STATE, _NET_WM_STATE when window state changesJon TURNEY1-25/+120
2015-06-02Track the window state in multiwindow mode.Jon TURNEY4-55/+81
2015-06-02Separate logfile name format and logfile nameJon TURNEY4-12/+10
2015-06-02Remove duplicate LogInit() callsJon TURNEY5-35/+6
2015-06-02Fix -silent-dup-errorJon TURNEY1-10/+10
2015-06-02Revert "os: -displayfd option fixes"Jon TURNEY1-2/+2
2015-05-01Fix a bug in "Capture xkbcomp exit status, stderr and stdout to log"Jon TURNEY1-0/+1
2015-04-29Include sys/select.h where needed to fix compilationJon TURNEY5-0/+5
2015-04-29Check for just the hostname in window titleJon TURNEY1-13/+22
2015-04-23Keyboard layout updatesJon TURNEY3-33/+96
2015-04-23Improve crashreportingJon TURNEY4-6/+85
2015-03-19Clarify authorization failure reason strings sent back to the clientJon TURNEY1-2/+2
2015-03-19Capture xkbcomp exit status, stderr and stdout to logJon TURNEY1-1/+29
2015-02-22Log the Windows thread ID on fatal signal as well, to help interpreting crash...Jon TURNEY1-1/+6
2015-02-22Log locale when it's not supported by XJon TURNEY1-2/+5
2015-02-22Add marketing name for Windows 10.0Jon TURNEY1-0/+8
2015-02-22Fixes for updated RANDR interface usesJon TURNEY1-1/+12
2015-02-13Ensure that XRANDR reports an outputJon TURNEY1-11/+70
2015-02-12XDMCP options like -query etc. should imply -listen tcpJon TURNEY1-0/+17
2015-02-08Add a tentative entry for the Korean keyboard to the list of known keyboardsColin Harrison1-0/+1
2015-02-08Defend against crashes in glxWinScreenProbe()Jon TURNEY1-9/+101
2015-02-08Default to -noresize when -fullscreen is usedJon TURNEY7-10/+26
2015-02-08Add EWMH properties for describing multiple desktops to the root windowYaakov Selkowitz1-0/+32