index
:
~kibi/xserver
debian-experimental
debian-squeeze-backports
debian-unstable
doc-master
fdo41211
inputbk
manpage-master
master
master-next-pull
pu/35066
server-1.7-branch
unused-but-set-variable
unused-but-set-variable-round2
upstream-experimental
various-master
KiBi's patches for xorg-server
kibi
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Xi
Age
Commit message (
Expand
)
Author
Files
Lines
2011-05-04
Xi: don't swap the status byte in the XIPassiveGrab replies
Peter Hutterer
1
-4
/
+7
2011-05-04
Xi: exit with error value if CheckGrabValues failed.
Peter Hutterer
1
-0
/
+2
2011-05-04
Xi: fix reply swapping function check for XIPassiveGrabDevice
Peter Hutterer
1
-1
/
+1
2011-05-04
Xi: return the bad device ID if a passive grab fails with BadDevice.
Peter Hutterer
1
-0
/
+3
2011-05-04
Xi: fix valuator alignment in DeepCopyDeviceClasses (#36119)
Peter Hutterer
1
-7
/
+4
2011-04-07
Xi: fix querydevice request swapping
Matthieu Herrb
1
-1
/
+2
2011-04-07
Xi: add XI_Focus{In,Out} to swapped events.
Matthieu Herrb
1
-0
/
+2
2011-04-07
Xi: take XI2 requests into account also for the swapping case.
Matthieu Herrb
1
-2
/
+3
2011-04-07
Check for OOM condition in XISendDeviceHierarchyEvent
Bryce Harrington
1
-0
/
+2
2011-04-07
Input: Actually send Xi 1.x DeviceStateNotify events
Daniel Stone
1
-1
/
+1
2011-04-04
xi: fix memory leak in AddExtensionClient
Tiago Vignatti
1
-2
/
+6
2011-04-04
Xi: fix memory leak in ProcXGetSelectedExtensionEvents
Tiago Vignatti
1
-1
/
+1
2011-04-04
xi: fix memory leak in ProcXIQueryDevice
Tiago Vignatti
1
-1
/
+3
2011-04-04
xorg: remove unused pointer values all over the server
Tiago Vignatti
2
-3
/
+3
2011-03-27
Xi: fix XI2 passive grab reply length calculation
Peter Hutterer
1
-2
/
+2
2011-03-27
Xi: fix length checks for swapped clients
Julien Cristau
1
-2
/
+2
2011-02-14
Xi: make XIQueryPointer return the current modifiers/group as documented.
Carlos Garnacho
1
-1
/
+1
2011-02-14
Xi: constify XIChangeDeviceProperty()
Peter Hutterer
1
-1
/
+1
2011-01-20
Xi: reset remainders when warping the device.
Peter Hutterer
1
-0
/
+2
2011-01-06
Input: Pass sprite instead of device to FixUpEventFromWindow
Daniel Stone
1
-1
/
+2
2011-01-06
Input: Swap flags in DeviceEvents
Daniel Stone
1
-0
/
+1
2010-12-31
Input: Set client error value for invalid mask bits
Daniel Stone
3
-4
/
+15
2010-12-07
Xi: Fix master button update when slave buttons are mapped. #24887
Eoghan Sherry
1
-2
/
+4
2010-11-12
Xi: move property reset from extension shutdown to init.
Peter Hutterer
1
-2
/
+2
2010-11-11
Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...
Peter Hutterer
2
-245
/
+281
2010-11-09
Xi: if XTEST device creation fails, fail the master devices.
Peter Hutterer
1
-0
/
+4
2010-11-09
Xi: rename two variables from ptr to dev.
Peter Hutterer
1
-14
/
+14
2010-11-09
Xi: split hierarchy manipulation into static functions.
Peter Hutterer
1
-243
/
+275
2010-10-29
Xi: reshuffle conditions for labeling a device as IsXExtensionKeyboard (#29046)
Peter Hutterer
1
-2
/
+2
2010-10-25
Convert some leftover axes->mode access to valuator_get_mode()
Peter Hutterer
1
-1
/
+1
2010-10-22
input: remove "mode" field from ValuatorClassRec.
Peter Hutterer
4
-6
/
+7
2010-10-22
input: move proximity state into ProximityClassRec.
Peter Hutterer
2
-3
/
+7
2010-10-22
Add support for per-axis valuator modes (Relative/Absolute)
Chase Douglas
2
-2
/
+3
2010-10-15
Merge branch 'master' into input-api
Peter Hutterer
1
-2
/
+1
2010-09-01
input: Purge AddOtherInputDevices DDX hook.
Peter Hutterer
2
-46
/
+0
2010-09-01
input: remove OpenInputDevice and CloseInputDevice DDX hooks.
Peter Hutterer
3
-48
/
+0
2010-09-01
input: Purge Register*Device() functions.
Peter Hutterer
2
-8
/
+0
2010-08-27
Replace malloc/strlen/strcpy with strdup.
Matt Turner
1
-2
/
+1
2010-08-13
Xi: reset the unused classes pointer after copying
Peter Hutterer
1
-0
/
+6
2010-07-07
dix: add aux. functions for button_is_down, set_button_down, set_button_up.
Peter Hutterer
1
-8
/
+6
2010-07-07
Xi: use set_key_up/down instead of manual bit handling.
Peter Hutterer
1
-7
/
+6
2010-06-10
Merge remote branch 'whot/for-keith'
Keith Packard
1
-4
/
+0
2010-06-11
Xi: don't copy the modifier key count when copying device classes (#25480)
Peter Hutterer
1
-4
/
+0
2010-06-10
Remove unnecessary parentheses around return values in functions
Mikhail Gusarov
7
-25
/
+25
2010-06-06
Remove more superfluous if(p) checks around free(p)
Mikhail Gusarov
2
-8
/
+4
2010-06-05
Change the devPrivates API to require dixRegisterPrivateKey
Keith Packard
2
-5
/
+5
2010-06-03
Move each screen's x/y origin into ScreenRec.
Jamey Sharp
1
-4
/
+5
2010-06-03
Delete panoramiXdataPtr: it's redundant.
Jamey Sharp
1
-4
/
+4
2010-06-03
Move each screen's root-window pointer into ScreenRec.
Jamey Sharp
3
-5
/
+5
2010-05-28
dix: add 3x3 transformation matrix xinput property for multi-head handling
Peter Korsgaard
1
-1
/
+3
[next]