summaryrefslogtreecommitdiff
path: root/hw/xwin
AgeCommit message (Expand)AuthorFilesLines
2016-03-30glx: Remove default server glx extension stringAdam Jackson1-2/+0
2016-03-09hw/xwin: Tidy-up of winmsg.hJon Turney3-41/+14
2016-03-09hw/xwin: Remove GC privates, unused since native GDI engine removalJon Turney2-16/+1
2016-03-09hw/xwin: Use NULL rather than NoopDDA for unimplemented engine functionsJon Turney3-15/+6
2016-03-09hw/xwin: Remove unused FinishCreateWindowsWindow engine functionJon Turney4-20/+0
2016-03-09hw/xwin: Remove unused HotKeyAltTab engine functionJon Turney4-15/+0
2016-03-09hw/xwin: Return FALSE to indicate failure in winSetEngine()Jon Turney1-1/+1
2016-03-09hw/xwin: Remove WM_WM_MAP message, which is now unusedJon Turney2-14/+0
2016-03-09hw/xwin: Remove WM_(UN|)MANAGE messages, which are now never sentJon Turney4-24/+1
2016-03-09hw/xwin: Remove allowOtherWM, which is now always FALSEJon Turney3-43/+9
2016-03-09hw/xwin: Remove winIsInternalWMRunning(), which now always returns FALSEJon Turney4-292/+5
2016-03-09hw/xwin: Remove fInternalWM flagJon Turney7-35/+2
2016-03-09hw/xwin: Ignore the obsolete, undocumented -internalwm optionJon Turney3-12/+2
2016-03-09hw/xwin: Remove the long-broken -silent-dup-error optionJon Turney5-94/+0
2016-03-08xwin: no need to free auth data if AddResource failsJulien Cristau1-14/+3
2016-02-29xwin: Remove unhelpful debug about WM message queue sizeJon Turney1-38/+0
2016-02-29xwin: Add SKIPTASKBAR hint to _NET_WM_WINDOW_TYPE_DOCK type windowsJon Turney1-1/+1
2016-02-29xwin: In multiwindow mode, look up the HWND for the parent windowJon Turney1-3/+7
2016-02-29xwin: Factor out MessageName() debug helperJon Turney1-68/+61
2016-02-29xwin: Keyboard layout updatesJon Turney2-33/+45
2016-02-29xwin: Add a tentative entry for the Korean keyboard to the list of known keyb...Colin Harrison1-0/+1
2016-02-29xwin: Update to XRANDR 1.2 internal interface to ensure an output is reported...Jon Turney1-11/+81
2016-02-29xwin: Use WM_CLIPBOARDUPDATE clipboard APIJon Turney3-39/+87
2016-02-29xwin: Check that window position is visible on non-rectangular virtual desktopsJon Turney1-8/+12
2016-02-29xwin: Correctly interpret WM_HINTS, WM_NORMAL_HINTS properties on x86_64Jon Turney1-8/+20
2016-02-29xwin: Improve handling of no-decoration motif hintJon Turney1-1/+1
2016-02-29xwin: XGetWMNormalHints() returns non-zero on successJon Turney1-2/+1
2016-02-29xwin: Fix format warnings when ./configured --enable-debug --enable-windowswmJon Turney4-12/+12
2016-02-22dix: Add hybrid full-size/empty-clip mode to SetRootClipDaniel Stone1-2/+2
2015-07-08dix: Restore PaintWindow screen hookAdam Jackson1-1/+1
2015-07-07hw/xwin: printf format fixes for Pixel typeJon TURNEY1-4/+4
2015-07-07hw/xwin: printf format fixes for WPARAM and LPARAM typesJon TURNEY4-10/+10
2015-07-07hw/xwin: printf format fixes for LONG typeJon TURNEY5-34/+36
2015-07-07hw/xwin: printf format fixes for DWORD typeJon TURNEY10-30/+33
2015-07-07hw/xwin: printf format fixes in xevents.cJon TURNEY1-5/+5
2015-07-07hw/xwin: printf format fix in winProcessXEventsTimeout()Jon TURNEY1-1/+1
2015-07-07hw/xwin: printf format fix in winCreateDefColormap()Jon TURNEY1-1/+1
2015-07-07hw/xwin: printf format fixes in winAllocatePrivates()Jon TURNEY1-2/+2
2015-07-07hw/xwin: printf format fixes in winConfigKeyboard()Jon TURNEY1-1/+1
2015-07-07hw/xwin: printf format fixes for XID typeJon TURNEY3-12/+15
2015-07-07hw/xwin: printf format fixes for HWND typeJon TURNEY2-4/+4
2015-07-07hw/xwin: Ensure format warnings in winclipboard/Jon TURNEY1-2/+2
2015-07-07hw/xwin: Remove GetTickCount() from various pieces of debugging outputJon TURNEY4-25/+18
2015-04-22hw/xwin/winclipboard: Link xwinclip with -lpthreadJon TURNEY1-1/+1
2015-03-23hw/xwin: Report OS version in logJon TURNEY5-1/+95
2015-03-23hw/xwin: Remove Shadow DirectDraw engineJon TURNEY8-1287/+5
2015-03-23hw/xwin: Only set native positions if XINERAMA is enabledJon TURNEY1-8/+12
2015-03-23hw/xwin: Register native screens with pseudoramiXJon TURNEY2-0/+61
2015-03-16hw/xwin: Turn on -hostintitle by defaultJon TURNEY4-3/+9
2015-03-16hw/xwin: Report Cygwin version information in logJon TURNEY1-0/+14