summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-08-06test: include dix-config.h in hashtabletest.cJulien Cristau1-0/+4
2013-08-01test/xi2: fix protocol-xiqueryversion testMaarten Lankhorst1-30/+30
2013-08-01Xi: Clamp XIClient maximal version to XIVersionMaarten Lankhorst1-17/+14
2013-08-01xfree86/man: document AutoAddGPUDave Airlie1-0/+4
2013-07-25Merge remote-tracking branch 'whot/for-keith'Keith Packard4-10/+33
2013-07-26Xi: Allow clients to ask for 2.3 and then 2.2 without failingKeith Packard1-6/+30
2013-07-25xfree86: detach scanout pixmaps when detaching output GPUsAaron Plattner1-3/+16
2013-07-25dix: set the valuator mask to ensure XI 1.x events have dataPeter Hutterer1-1/+1
2013-07-24dix: check the xi2mask, not the grab type for touch listenersPeter Hutterer2-3/+2
2013-07-23hw/xwin: Fix numerous 64-bit format/type cast issues with debug printing of p...Jon TURNEY6-36/+36
2013-07-23hw/xwin: Fix possible crash in winMultiWindowGetClassHintColin Harrison1-7/+14
2013-07-23hw/xwin: Remove obsolete WIN_XEVENTS_SHUTDOWNJon TURNEY2-9/+1
2013-07-23configure.ac: Check for python at configure time when building XWin with AIGLXJon TURNEY2-2/+6
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 TURNEY5-8/+40
2013-07-22Merge remote-tracking branch 'alanc/master'Keith Packard10-60/+78
2013-07-22dix: scale y back instead of x up when pre-scaling coordinatesPeter Hutterer2-4/+4
2013-07-17Fix typo in header guard.Thomas Klausner1-1/+1
2013-07-17Xephyr: Use _XEatDataWords (from Xlib 1.6) instead of _XEatDataAlan Coopersmith4-7/+9
2013-07-17glxproxy: Use _XEatDataWords (from Xlib 1.6) instead of _XEatDataAlan Coopersmith5-9/+9
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 Hutterer2-4/+4
2013-07-17dix: UpdateTouchesForGrab must only free the listener grab if it is non-NULLPeter Hutterer1-1/+2
2013-07-17config: provide example configuration for multi-seat setupsPeter Hutterer2-1/+19
2013-07-17Fix mouse header include on DragonFly and FreeBSDFrançois Tigeot1-5/+0
2013-07-11os: Remove any old logfile before trying to write to itJon TURNEY1-0/+3
2013-07-11dix: when ungrabbing an active grab, accept pointer grabs (#66720)Peter Hutterer2-14/+32
2013-07-02xkb: don't call atoi(NULL) when parsing argvJulien Cristau1-2/+4
2013-06-18Revert "DRI2: re-allocate DRI2 drawable if pixmap serial changes"Eric Anholt1-18/+1
2013-06-18Merge remote-tracking branch 'jturney/master'Keith Packard10-59/+46
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