index
:
~tjaalton/xserver
for-1.19
Unnamed repository; edit this file 'description' to name the repository.
tjaalton
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2013-06-18
Revert "DRI2: re-allocate DRI2 drawable if pixmap serial changes"
Eric Anholt
1
-18
/
+1
2013-06-18
Merge remote-tracking branch 'jturney/master'
Keith Packard
10
-59
/
+46
2013-06-10
hw/xwin: Update manifest to target all architectures, not just x86
Jon TURNEY
2
-1
/
+3
2013-06-10
hw/xwin: Win32 Windows properties are of pointer type HANDLE, not an integer ...
Jon TURNEY
3
-6
/
+6
2013-06-10
hw/xwin: winMultiWindowGetTransientFor() returns an XID not a WindowPtr
Jon TURNEY
3
-10
/
+10
2013-06-10
hw/xwin: Change winIconIsOverride() to take a HICON parameter
Jon TURNEY
3
-6
/
+3
2013-06-10
hw/xwin: Fix uses of CreateDialogParam() for 64-bit builds
Jon TURNEY
1
-13
/
+12
2013-06-10
hw/xwin: deprecated interface cygwin_conv_to_win32_path() doesn't exist in 64...
Jon TURNEY
1
-12
/
+0
2013-06-10
hw/xwin: Fix a 64-bit portability issue with casting HINSTANCE result of Shel...
Jon TURNEY
1
-12
/
+13
2013-06-06
config: add a quirks file for devices needing special configuration
Peter Hutterer
2
-2
/
+56
2013-06-06
dix: add missing dixFreeRegistry define
Maarten Lankhorst
1
-0
/
+1
2013-05-26
dix: remove logspam in RefCursor()
Peter Hutterer
1
-5
/
+1
2013-05-23
Merge remote-tracking branch 'whot/unreviewed'
Keith Packard
2
-24
/
+40
2013-05-23
Merge remote-tracking branch 'whot/touch-grab-race-condition-56578-v3'
Keith Packard
21
-177
/
+287
2013-05-23
Merge remote-tracking branch 'whot/for-keith'
Keith Packard
1
-1
/
+5
2013-05-23
dix: devices must have valuators before touch is initialized
Peter Hutterer
1
-0
/
+1
2013-05-23
dix: fix device scaling to use a [min,max[ range.
Peter Hutterer
2
-6
/
+12
2013-05-23
dix: pre-scale x by the screen:device:resolution ratio
Peter Hutterer
1
-18
/
+28
2013-05-15
Abstract cursor refcounting
Peter Hutterer
10
-56
/
+73
2013-05-15
dix: call UpdateDeviceState() for emulated TouchEndEvents
Peter Hutterer
1
-0
/
+2
2013-05-15
dix: devices must have valuators before touch is initialized
Peter Hutterer
1
-0
/
+1
2013-05-15
Xi: fix warning - remove unused 'rc'
Peter Hutterer
1
-1
/
+0
2013-05-15
dix: fix cursor refcounting
Peter Hutterer
1
-16
/
+4
2013-05-15
ephyr: add -resizeable to the man page
Peter Hutterer
1
-0
/
+4
2013-05-15
ephyr: fix typo in man page
Peter Hutterer
1
-1
/
+1
2013-05-14
Shadow: Switch the Amiga/Atari bitplane code to the canonical X.Org license
Geert Uytterhoeven
6
-90
/
+92
2013-05-10
dix: free the old grab when activating a new grab
Peter Hutterer
1
-1
/
+6
2013-05-10
Xi: check for HAS_ACCEPTED only for grab listeners
Peter Hutterer
1
-1
/
+1
2013-05-10
Move TouchListenerGone call to CloseDownClient
Peter Hutterer
3
-5
/
+3
2013-05-10
dix: remove all listeners when freeing a touch
Peter Hutterer
1
-0
/
+4
2013-05-10
dix: always copy grabs, don't reference them
Peter Hutterer
3
-5
/
+24
2013-05-10
dix: AllocGrab can copy if an argument is passed in
Peter Hutterer
7
-16
/
+20
2013-05-10
dix: freeing a null grab is a bug, complain if doing so
Peter Hutterer
1
-0
/
+2
2013-05-10
dix: use a temporary variable for listeners[0]
Peter Hutterer
1
-8
/
+9
2013-05-10
dix: drop DeviceIntRec's activeGrab struct
Peter Hutterer
3
-7
/
+13
2013-05-10
dix: use a tmp variable for the to-be-removed touch listener
Peter Hutterer
1
-3
/
+4
2013-05-10
dix: invert a loop condition
Peter Hutterer
1
-12
/
+13
2013-05-10
dix: XAllowEvents() on a touch event means accepting it
Peter Hutterer
3
-0
/
+25
2013-05-10
dix: move EmitTouchEnd to touch.c
Peter Hutterer
3
-31
/
+32
2013-05-10
Xi: Don't emit a TouchEnd event to a frozen device
Peter Hutterer
1
-0
/
+4
2013-05-10
Xi: use public.processInputProc to replay the touch history
Peter Hutterer
3
-4
/
+21
2013-05-10
Xi: when punting to a new owner, always create TouchEnd events
Peter Hutterer
1
-5
/
+14
2013-05-10
Xi: save state for early acceptance
Peter Hutterer
1
-3
/
+3
2013-05-10
Xi: if a passive async grab is activated from an emulated touch, accept
Peter Hutterer
1
-1
/
+7
2013-05-10
Xi: fix lookup in ActivateEarlyAccept
Peter Hutterer
1
-8
/
+7
2013-05-10
Xi: update the core listener state if we delivered the touch event
Peter Hutterer
1
-7
/
+9
2013-05-10
Xi: if we delivered a TouchEnd to a passive grab, end it
Peter Hutterer
1
-3
/
+2
2013-05-10
dix: don't prepend an activated passive grab to the listeners
Peter Hutterer
1
-1
/
+1
2013-05-10
Xi: not having an ownership mask does not mean automatic acceptance
Peter Hutterer
1
-1
/
+1
2013-05-10
input: print warnings if drivers don't initialize properly
Peter Hutterer
3
-16
/
+44
[next]