summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-10-02Merge branch 'cygwin-patches-for-1.14' into cygwin-release-1.14xserver-cygwin-1.14.3-2Jon TURNEY13-144/+303
2013-10-02Add controls for monitoring PRIMARY selectionJon TURNEY10-3/+70
2013-10-02Retrieve TARGETS to avoid unnecessary failing conversion attemptsJon TURNEY4-86/+194
2013-09-24In SelectionNotify, don't pointlessly retrieve just the size of the propertyJon TURNEY1-18/+2
2013-09-24In SelectionNotify, delete the property containing returned data after we hav...Jon TURNEY1-2/+2
2013-09-24Improve clipboard debug outputJon TURNEY1-8/+13
2013-09-24Remove duplicate declaration of winClipboardWindowDestroy()Jon TURNEY1-3/+0
2013-09-24Revert "Move property retrieval to PropertyNotify, so we can be sure it has b...Jon TURNEY1-18/+15
2013-09-24Revert "Fix SelectionNotify -> PropertyNotify in relocated code"Jon TURNEY1-14/+15
2013-09-24Merge branch 'clipboard-64bit-fix' into cygwin-patches-for-1.14Jon TURNEY26-703/+859
2013-09-16Merge branch 'cygwin-patches-for-1.14' into cygwin-release-1.14xserver-cygwin-1.14.3-1Jon TURNEY12-344/+384
2013-09-16Merge tag 'xorg-server-1.14.3' into cygwin-release-1.14Jon TURNEY32-256/+430
2013-09-12bump version from 1.14.2.902 to 1.14.3xorg-server-1.14.3Matt Dew1-3/+3
2013-09-11hw/xwin: Update WGL wrapper function generation scriptMarc Haesen3-304/+338
2013-09-11hw/xwin: Fix WM_ENDSESSION crash on x86_64Jon TURNEY2-0/+8
2013-09-11hw/xwin: Allow gtk_window_maximize() to maximize window in multiwindow modeJon TURNEY1-1/+13
2013-09-11hw/xwin: Correct winprefs.c function signatures for x64.Colin Harrison4-25/+13
2013-09-11hw/xwin: Remove unnecessary and incorrect HWND castsMarc Haesen2-5/+3
2013-09-11hw/xwin: Correct size of _WINDOWSWM_NATIVE_HWND property on x86_64Marc Haesen1-7/+7
2013-09-11hw/xwin: Display host architecture triplet in 'About...' dialogJon TURNEY2-2/+2
2013-09-09kdrive: fix build error on gcc 4.8 for out-of-bounds array accessChris Clayton1-1/+1
2013-08-22bump rev number from 1.14.2.901 to 1.14.2.902xorg-server-1.14.2.902Matt Dew1-3/+3
2013-08-13test/xi2: fix protocol-xiqueryversion testMaarten Lankhorst1-30/+30
2013-08-13Xi: Clamp XIClient maximal version to XIVersionMaarten Lankhorst1-17/+14
2013-08-13Revert "test: fix XIQueryVersion check for new behaviour"Peter Hutterer1-9/+3
2013-08-02Merge branch 'cygwin-patches-for-1.14' into cygwin-release-1.14xserver-cygwin-1.14.2-2Jon TURNEY4-88/+70
2013-08-02Fix ARGB cursor conversion on x86_64Jon TURNEY1-6/+5
2013-08-02Undefine _XSERVER64 in multiwindow WMJon TURNEY3-82/+65
2013-07-30test: fix XIQueryVersion check for new behaviourPeter Hutterer1-3/+9
2013-07-30Xi: Allow clients to ask for 2.3 and then 2.2 without failingKeith Packard1-6/+30
2013-07-30dix: set the valuator mask to ensure XI 1.x events have dataPeter Hutterer1-1/+1
2013-07-30dix: check the xi2mask, not the grab type for touch listenersPeter Hutterer2-3/+2
2013-07-25Merge branch 'server-1.14-touch-fixes' of git://people.freedesktop.org/~whot/...xorg-server-1.14.2.901Matt Dew21-190/+316
2013-07-25Bah, bad rev number. Fixed: changed 1.14.3-rc1 to 1.14.2.901Matt Dew1-1/+1
2013-07-25bump rev from 1.14.2 to 1.14.3-rc1Matt Dew1-3/+3
2013-07-17Xi: return !Success from DeliverTouchEmulatedEvent if we didn't deliverPeter Hutterer1-2/+2
2013-07-17Xi: fix warning - remove unused 'rc'Peter Hutterer1-1/+0
2013-07-17dix: UpdateTouchesForGrab must only free the listener grab if it is non-NULLPeter Hutterer1-1/+2
2013-07-17dix: when ungrabbing an active grab, accept pointer grabs (#66720)Peter Hutterer2-14/+32
2013-07-17dix: remove logspam in RefCursor()Peter Hutterer1-5/+1
2013-07-17Abstract cursor refcountingPeter Hutterer10-56/+73
2013-07-17dix: call UpdateDeviceState() for emulated TouchEndEventsPeter Hutterer1-0/+2
2013-07-17dix: fix cursor refcountingPeter Hutterer1-16/+4
2013-07-17dix: free the old grab when activating a new grabPeter Hutterer1-1/+6
2013-07-17Xi: check for HAS_ACCEPTED only for grab listenersPeter Hutterer1-1/+1
2013-07-17Move TouchListenerGone call to CloseDownClientPeter Hutterer3-5/+3
2013-07-17dix: remove all listeners when freeing a touchPeter Hutterer1-0/+4
2013-07-17dix: always copy grabs, don't reference themPeter Hutterer3-5/+24
2013-07-17dix: AllocGrab can copy if an argument is passed inPeter Hutterer7-16/+20
2013-07-17dix: freeing a null grab is a bug, complain if doing soPeter Hutterer1-0/+2