summaryrefslogtreecommitdiff
path: root/hw/xwin
AgeCommit message (Expand)AuthorFilesLines
2013-06-10hw/xwin: Update manifest to target all architectures, not just x86Jon TURNEY2-1/+3
2013-06-10hw/xwin: Win32 Windows properties are of pointer type HANDLE, not an integer ...Jon TURNEY3-6/+6
2013-06-10hw/xwin: winMultiWindowGetTransientFor() returns an XID not a WindowPtrJon TURNEY3-10/+10
2013-06-10hw/xwin: Change winIconIsOverride() to take a HICON parameterJon TURNEY3-6/+3
2013-06-10hw/xwin: Fix uses of CreateDialogParam() for 64-bit buildsJon TURNEY1-13/+12
2013-06-10hw/xwin: deprecated interface cygwin_conv_to_win32_path() doesn't exist in 64...Jon TURNEY1-12/+0
2013-06-10hw/xwin: Fix a 64-bit portability issue with casting HINSTANCE result of Shel...Jon TURNEY1-12/+13
2013-05-02hw/xwin: Fix unused-but-set-variable warning in ProcWindowsWMFrameGetRect()Jon TURNEY1-15/+0
2013-05-02hw/xwin: Fix unused-but-set-variable warning in winMWExtWMUpdateWindowDecorat...Jon TURNEY1-3/+1
2013-05-02hw/xwin: Fix unused-but-set-variable warning in winHotKeyAltTabPrimaryDD()Jon TURNEY1-13/+0
2013-05-02hw/xwin: Fix unused-but-set-variable warning in winMinimizeWindow() when buil...Jon TURNEY1-4/+1
2013-05-02hw/xwin: Fix unused-but-set-variable warning in winClipboardProc()Jon TURNEY1-3/+2
2013-05-02hw/xwin: Fix unused-but-set-variable warning in winWindowProc()Jon TURNEY1-2/+0
2013-05-02hw/xwin: Fix unused-but-set-variable warning in winCopyWindowNativeGDI()Jon TURNEY1-4/+0
2013-05-02hw/xwin: Fix unused-but-set-variable warning in winFinishScreenInitFB()Jon TURNEY1-4/+0
2013-05-02hw/xwin: Fix unused-but-set-variable warning in winIsFakeCtrl_L()Jon TURNEY1-2/+0
2013-05-02hw/xwin: Fix unused-but-set-variable warnings in windialog.cJon TURNEY1-9/+3
2013-03-18Full support of sRGB capable fbconfigs.Tomasz Lis1-0/+2
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