index
:
~whot/xserver
1.8-fixes
barriers
barriers-try-5
cleanup
devel
driver-integration-testing
driver-merge
extmod-changes
for-keith
input-api
inputproto-2.1-devel
integration-testing
masked-valuators
master
mt-devel
mt-devel2
multitouch
multitouch-devel-history
multitouch-from-scratch
next
next-all
pointer-barriers
queue
record
review/xsync-transition-bug-59644
rhel6-two-screen-coordinates
rhel6-two-screen-coordinates-with-doubles
server-1.10-branch
server-1.10-input
server-1.11-branch
server-1.12-branch
server-1.13-branch
server-1.14-branch
server-1.14-touch-fixes
server-1.15-branch
server-1.17-branch
server-1.19-branch
server-1.8-branch
server-1.9-input
sigsafe-logging-varargs
single-master-device
smooth-scrolling
touch-grab-race-condition-56578
touch-grab-race-condition-56578-v2
touch-grab-race-condition-56578-v3
two-screen-coordinates
unreviewed
wip/logind-integration
wip/touchpad-resolution-scaling
wip/xsync-transition-bug-59644
wip/xwayland-tablet
X Server input fixes.
whot
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2013-02-13
Xi: if the last listener left is an async grab, finish the touch.
touch-grab-race-condition-56578
Peter Hutterer
1
-5
/
+11
2013-02-13
Xi: if a touch has ended on the last listener, update the device state
Peter Hutterer
1
-5
/
+7
2013-02-13
dix: don't prepend an activated passive grab to the listeners
Peter Hutterer
1
-1
/
+1
2013-02-13
Xi: not having an ownership mask does not mean automatic acceptance
Peter Hutterer
1
-1
/
+1
2013-02-13
dix: don't set non-exisiting flags on touch events
Peter Hutterer
1
-9
/
+10
2013-02-11
xfree86: Man page shouldn't say Device is mandatory anymore
Bryce Harrington
1
-7
/
+4
2013-02-11
xfree86: Use fbdev/vesa driver on Oaktrail, Medfield, CDV rather than -intel
Bryce Harrington
1
-8
/
+56
2013-02-08
randr: bump advertised RandR version to 1.4
Dave Airlie
2
-2
/
+2
2013-02-08
Short-cut the input device cleanup process during AbortServer()
Peter Hutterer
4
-2
/
+23
2013-02-08
dix: support the transformation matrix for relative devices.
Peter Hutterer
3
-11
/
+45
2013-02-08
os: Round fraction in pnprintf %f format
Keith Packard
1
-1
/
+1
2013-02-08
dix: Set focus field on XI2 crossing events
Carlos Garnacho
1
-0
/
+6
2013-02-08
dix: when shutting down slave devices, shut down xtest devices last
Peter Hutterer
1
-0
/
+6
2013-02-08
Merge branch 'ptraccel-fixes' into for-keith
Peter Hutterer
6
-125
/
+191
2013-02-08
dix: pre-scale relative events from abs devices to desktop ratio (#31636)
Peter Hutterer
1
-2
/
+24
2013-02-08
dix: unify prefix for ptraccel debugging in DebugAccelF macro
Peter Hutterer
1
-11
/
+14
2013-02-08
dix: use BUG_RETURN_VAL for an error message
Peter Hutterer
1
-5
/
+2
2013-02-08
dix: add some more info to a ptraccel debug msg
Peter Hutterer
1
-1
/
+2
2013-02-08
dix: fix ptraccel debugging printfs
Peter Hutterer
1
-6
/
+5
2013-02-08
xkb: Fix repeat behaviour of redirect and message actions
Andreas Wettstein
1
-57
/
+90
2013-02-08
Xext: if a root window is given in XTestFakeInput, move to that
Peter Hutterer
3
-7
/
+22
2013-02-08
Xext: pass the current screen to miProcessDeviceEvent() from xtest calls
Peter Hutterer
1
-1
/
+1
2013-02-08
dix: when scaling from desktop coord, take the total desktop size (#51904)
Sybren van Elderen
1
-2
/
+2
2013-02-08
include: fix typo in list description
Peter Hutterer
1
-1
/
+1
2013-02-08
xfree86: bail on misformed acpi strings (#73227)
Ted Felix
1
-3
/
+6
2013-02-08
Xi: limit valuator copy to valuator array size (#59939)
Peter Hutterer
1
-1
/
+1
2013-02-08
Xext: avoid null-pointer dereference in XTestFakeInput (#59937)
Alan Coopersmith
1
-3
/
+2
2013-02-08
dmx: don't include dmx-config.h from xdmxconfig (#37502)
Peter Hutterer
1
-3
/
+0
2013-01-23
protocol-versions: Bump minor version of XI
Jasper St. Pierre
1
-1
/
+1
2013-01-21
config/udev: fix "removing GPU device" format string mistake
Aaron Plattner
1
-1
/
+1
2013-01-21
xserver: fix build regression since 91ab237358c6e33da854914d3de493a9cbea7637
Dave Airlie
1
-2
/
+0
2013-01-20
Merge remote-tracking branch 'jturney/xserver-next'
Keith Packard
10
-74
/
+157
2013-01-20
Merge remote-tracking branch 'whot/for-keith'
Keith Packard
16
-85
/
+93
2013-01-17
os: add support for %f to pnprintf
Peter Hutterer
4
-1
/
+99
2013-01-17
os: silently ignore length modifiers in pnprintf
Peter Hutterer
1
-1
/
+7
2013-01-17
test/signal-logging: simplify tests using sprintf
Peter Hutterer
1
-102
/
+42
2013-01-16
hw/xwin: Stop assuming WS_EX_APPWINDOW style in WM_SHOWWINDOW
Jon TURNEY
1
-32
/
+27
2013-01-16
hw/xwin: Use ITaskBarList interface to ensure show-on-taskbar state is update...
Jon TURNEY
1
-0
/
+13
2013-01-16
hw/xwin: Ensure full styling is applied when the window is mapped
Jon TURNEY
1
-20
/
+28
2013-01-16
hw/xwin: Make sure that WM_WM_HINTS_EVENT does nothing for override-redirect ...
Jon TURNEY
1
-0
/
+6
2013-01-16
hw/xwin: Add a new WM_WM_HINTS_EVENT event to update window style
Jon TURNEY
2
-7
/
+53
2013-01-16
hw/xwin: Move reshape code from winUpdateWindowPosition() to the map event ha...
Jon TURNEY
2
-9
/
+16
2013-01-16
hw/xwin: Add missing include xwin-config.h to winglobals.h
Ryan Pavlik
1
-0
/
+4
2013-01-16
include: Add RELOCATE_PROJECTROOT to xwin-config.h header
Ryan Pavlik
1
-0
/
+3
2013-01-11
Merge branch 'pointer-emulation-fixes-56558-v2' into for-keith
Peter Hutterer
5
-62
/
+50
2013-01-11
dix: typo fix in comment
Peter Hutterer
1
-1
/
+1
2013-01-11
dix: fix error logging occuring in signal context of GetTouchEvents
Benjamin Tissoires
1
-4
/
+4
2013-01-11
xfree86: don't access the old input handler after freeing it
Peter Hutterer
1
-4
/
+6
2013-01-11
xf86: bump input ABI version to 19
Dave Airlie
1
-1
/
+1
2013-01-11
xfree86: update the device state for all DGA events (#59100)
Peter Hutterer
1
-3
/
+6
[next]