summaryrefslogtreecommitdiff
path: root/hw/xwin
AgeCommit message (Expand)AuthorFilesLines
2013-01-20Merge remote-tracking branch 'jturney/xserver-next'Keith Packard9-74/+154
2013-01-16hw/xwin: Stop assuming WS_EX_APPWINDOW style in WM_SHOWWINDOWJon TURNEY1-32/+27
2013-01-16hw/xwin: Use ITaskBarList interface to ensure show-on-taskbar state is update...Jon TURNEY1-0/+13
2013-01-16hw/xwin: Ensure full styling is applied when the window is mappedJon TURNEY1-20/+28
2013-01-16hw/xwin: Make sure that WM_WM_HINTS_EVENT does nothing for override-redirect ...Jon TURNEY1-0/+6
2013-01-16hw/xwin: Add a new WM_WM_HINTS_EVENT event to update window styleJon TURNEY2-7/+53
2013-01-16hw/xwin: Move reshape code from winUpdateWindowPosition() to the map event ha...Jon TURNEY2-9/+16
2013-01-16hw/xwin: Add missing include xwin-config.h to winglobals.hRyan Pavlik1-0/+4
2013-01-11Fix two typos "requires an string value"Peter Hutterer1-1/+1
2013-01-10hw/xwin: Fix MinGW build of winSetAppModelID.cJon TURNEY1-0/+1
2013-01-10hw/xwin: Process one Windows message per wakeup, rather than all of them.Jon TURNEY2-18/+18
2013-01-10hw/xwin: Fix some comments in winkeybd.cJon TURNEY1-4/+4
2013-01-10hw/xwin: Bring the X screen window to the front on a single left-click on the...Jon TURNEY1-1/+1
2012-12-05Fix formatting of address operatorsYaakov Selkowitz19-40/+40
2012-11-28Merge remote-tracking branch 'jturney/mingw-patches'Keith Packard4-2/+8
2012-11-28hw/xwin: Fix for MinGW-w64 DirectDraw headersYaakov Selkowitz3-1/+6
2012-11-28hw/xwin: use raise() instead of kill()Yaakov Selkowitz1-1/+2
2012-11-27hw/xwin: Don't spam MotionNotify events when the mouse hasn't movedColin Harrison1-2/+7
2012-11-27hw/xwin: Don't log all fbConfigs and GL/WGL extensionsJon TURNEY1-7/+15
2012-11-27hw/xwin: Use pre-computed extent of damage for creating GDI regionJon TURNEY3-30/+13
2012-11-27hw/xwin: Ensure we own the clipboard before checking the format of it's contentsJon TURNEY1-18/+18
2012-11-27hw/xwin: Disable minimize button on window with skip-taskbar stateColin Harrison1-0/+3
2012-11-27hw/xwin: Process _NET_WM_STATE_SKIP_TASKBAR hint in multiwindow mode.Jon TURNEY1-6/+26
2012-11-27hw/xwin: Add a simple interface to the ITaskbarList COM interfaceJon TURNEY3-0/+96
2012-11-27hw/xwin: Enable RANDR resize by defaultJon TURNEY3-6/+8
2012-11-27hw/xwin: Enable AIGLX by defaultYaakov Selkowitz3-3/+3
2012-11-27hw/xwin: Restore non-latching modifier key state when an X window gains focusOliver Schmidt1-0/+22
2012-11-27hw/xwin: Give our logical xor operator a more logical nameJon TURNEY2-16/+12
2012-11-27hw/xwin: Add correct taskbar grouping of X windows on Windows 7Tobias Häußler7-3/+234
2012-11-27hw/xwin: Fix function name in log messageJon TURNEY1-1/+1
2012-11-27hw/xwin: Allow XScreenSaverSuspend() to effect Windows screen saver or monito...Jon TURNEY1-0/+9
2012-11-27hw/xwin: Avoid logging an extra blank line if BUILDERSTRING is emptyJon TURNEY1-1/+3
2012-11-27hw/xwin: Report which drawing engines are being enabled when checking for sup...Jon TURNEY1-3/+3
2012-11-27hw/xwin: Show any fatal error messageJon TURNEY1-6/+26
2012-11-05Merge remote-tracking branch 'jturney/mingw-w64-w32api'Keith Packard6-92/+7
2012-11-05hw/xwin: Wrap 'Status' when including ddraw.hJon TURNEY1-0/+4
2012-11-05hw/xwin: Remove pointless winFinishCreateWindowsWindowDDNL()Jon TURNEY3-56/+1
2012-11-05hw/xwin: Link with libdxguid rather than defining the DirectX GUIDs ourselvesJon TURNEY3-36/+2
2012-10-29hw/xwin: fmemopen is available on cygwin but not MinGWColin Harrison1-0/+2
2012-10-17hw/xwin: Fix no return value warning in winClipboardProc()Colin Harrison1-2/+2
2012-10-17hw/xwin: Remove unused variable in winmultiwindowwm.cColin Harrison1-1/+0
2012-10-17hw/xwin: Remove unused variables in winwindow.cColin Harrison1-6/+0
2012-10-17hw/xwin: Remove unused variables in winvalargs.cColin Harrison1-2/+0
2012-10-16hw/xwin: Remove unused variables in winwindowswm.cColin Harrison1-3/+0
2012-10-16hw/xwin: Use X_ATTRIBUTE_PRINTF where suggested for winmsg.cJon TURNEY2-9/+25
2012-10-16hw/xwin: Use X_ATTRIBUTE_PRINTF where suggested for winerror.cJon TURNEY4-15/+4
2012-10-16hw/xwin: Use char strings in winClipboardUNIXtoDOS for consistency with the r...Jon TURNEY2-6/+6
2012-10-16hw/xwin: Fix warning about discarding const in initializing winKBLayoutsJon TURNEY1-5/+5
2012-10-16hw/xwin: Fix some of the warnings in generated gl wrapper codeJon TURNEY2-7/+5
2012-10-16hw/xwin: Warning fix in ProcWindowsWMFrameSetTitle()Colin Harrison1-1/+1