index
:
~fredinfinite23/xorg-server
master
Additional glX support for Xephyr server
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Xi
Age
Commit message (
Expand
)
Author
Files
Lines
2011-03-08
xi: Use RESTYPE consistently
Adam Jackson
2
-2
/
+2
2011-02-23
Merge branch 'mi-cleanup' into next
Peter Hutterer
7
-21
/
+18
2011-02-22
input: Change a bunch of direct dev->u.master accesses to use GetMaster()
Peter Hutterer
3
-4
/
+4
2011-02-22
Xi: replace a direct master access with GetMaster()
Peter Hutterer
1
-1
/
+1
2011-02-22
Switch to use IsFloating()
Peter Hutterer
5
-14
/
+8
2011-02-22
Fix two incorrect checks for master devices.
Peter Hutterer
1
-0
/
+3
2011-02-17
Check for OOM condition in XISendDeviceHierarchyEvent
Bryce Harrington
1
-0
/
+2
2011-02-17
Input: Actually send Xi 1.x DeviceStateNotify events
Daniel Stone
1
-1
/
+1
2011-02-17
Input: Store passive-activating key in CheckDeviceGrabs
Daniel Stone
1
-3
/
+1
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
2010-05-26
Revert "Add a "flags" field to DeleteInputDeviceRequest."
Keith Packard
1
-1
/
+1
2010-05-25
Add a "flags" field to DeleteInputDeviceRequest.
Peter Hutterer
1
-1
/
+1
2010-05-19
Return an appropriately-typed error from dixLookupResourceByType.
Jamey Sharp
3
-4
/
+4
2010-05-13
Eliminate boilerplate around client->noClientException.
Jamey Sharp
1
-1
/
+1
2010-05-13
Replace X-allocation functions with their C89 counterparts
Mikhail Gusarov
17
-77
/
+77
2010-05-07
Xi: reset the known properties at the end of the server generation.
Peter Hutterer
3
-0
/
+13
2010-04-30
Replace some input devPrivates with regular struct fields
Keith Packard
1
-39
/
+24
[next]