summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2013-07-23configure.ac: Check for python at configure time when building XWin with AIGLXJon TURNEY1-2/+2
2013-07-23hw/xwin: Avoid a null dereference if CreateDIBSection() fails in NetWMToWinIc...Jon TURNEY1-0/+4
2013-07-23hw/xwin: Handle WM_MOUSEHWHEELJon TURNEY6-18/+55
2013-07-23hw/xwin: Map extra mouse buttons 1 and 2 to X buttons 8 and 9Jon TURNEY4-13/+23
2013-07-23hw/xwin: Remove unneeded WM_XBUTTON message definesJon TURNEY1-11/+0
2013-07-23hw/xwin: Change winTranslateKey() to return it's result as it's return valueJon TURNEY3-12/+15
2013-07-23hw/xwin: Consider left and right modifier keys independently on gaining focusOliver Schmidt1-12/+31
2013-07-23hw/xwin: Remove an extra '\n' from some log messagesJon TURNEY2-3/+3
2013-07-23hw/xwin: _NET_WM_STATE is ATOM[] not ATOMJon TURNEY1-14/+18
2013-07-23hw/xwin: Improve WM_ENDSESSION handling using separate messaging window threadJon TURNEY8-1/+227
2013-07-23Allow DDX to provide a main()Jon TURNEY1-1/+1
2013-07-22Merge remote-tracking branch 'alanc/master'Keith Packard9-58/+76
2013-07-22dix: scale y back instead of x up when pre-scaling coordinatesPeter Hutterer1-1/+1
2013-07-17Fix typo in header guard.Thomas Klausner1-1/+1
2013-07-17Xephyr: Use _XEatDataWords (from Xlib 1.6) instead of _XEatDataAlan Coopersmith3-6/+8
2013-07-17glxproxy: Use _XEatDataWords (from Xlib 1.6) instead of _XEatDataAlan Coopersmith4-8/+8
2013-07-17glxproxy: Use _XReadPad instead of _XEatData to clean up the slopAlan Coopersmith2-15/+4
2013-07-17Xephyr: integer overflow in XF86DRIGetClientDriverName()Alan Coopersmith1-3/+5
2013-07-17Xephyr: integer overflow in XF86DRIOpenConnection()Alan Coopersmith1-1/+6
2013-07-17Xephyr: integer overflow in ephyrHostGLXGetStringFromServer()Alan Coopersmith1-18/+29
2013-07-17Xdmx: integer overflow in GetGLXFBConfigs()Alan Coopersmith1-4/+8
2013-07-17Xdmx: integer overflow in GetGLXVisualConfigs()Alan Coopersmith1-4/+9
2013-07-17dix: allow a ConstantDeceleration between 0 and 1 (#66134)Peter Hutterer1-1/+2
2013-07-17Fix mouse header include on DragonFly and FreeBSDFrançois Tigeot1-5/+0
2013-06-18Revert "DRI2: re-allocate DRI2 drawable if pixmap serial changes"Eric Anholt1-18/+1
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-23Merge remote-tracking branch 'whot/touch-grab-race-condition-56578-v3'Keith Packard2-16/+16
2013-05-15Abstract cursor refcountingPeter Hutterer2-16/+16
2013-05-15ephyr: add -resizeable to the man pagePeter Hutterer1-0/+4
2013-05-15ephyr: fix typo in man pagePeter Hutterer1-1/+1
2013-05-06Merge remote-tracking branch 'alanc/master'Keith Packard4-4/+16
2013-05-06Merge remote-tracking branch 'jturney/unused-but-set-variable-warning-fix'Keith Packard10-59/+7
2013-05-06xfree86: don't enable anything in xf86InitialConfiguration for GPU screensAaron Plattner1-3/+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-04-30gpu: call CreateScreenResources for GPU screensDave Airlie1-0/+8