index
:
~fredinfinite23/xorg-server
master
Additional glX support for Xephyr server
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2009-04-20
Xi: use the XI2 defines for AsyncPair, SyncDevice, etc, not the XI ones.
Peter Hutterer
1
-9
/
+12
2009-04-19
Merge branch 'master' into xi2
Peter Hutterer
70
-695
/
+1285
2009-04-19
Convert to using int32_t fixed point values on the wire.
Peter Hutterer
6
-36
/
+32
2009-04-19
dix: set root_x/y for device events.
Peter Hutterer
1
-0
/
+2
2009-04-19
Xi: add support for XIAllowEvents.
Peter Hutterer
4
-2
/
+139
2009-04-19
dix: don't allow more than MAX_VALUATORS on one device.
Peter Hutterer
2
-0
/
+10
2009-04-19
dix: remove un-used parameter "core" from AllowSome
Peter Hutterer
3
-18
/
+16
2009-04-19
Xi: Add support for XI2 active grabs and ungrabs.
Peter Hutterer
3
-5
/
+68
2009-04-19
Xi: take XI2 requests into account when checking opcodes.
Peter Hutterer
1
-1
/
+1
2009-04-19
input: use a GrabMask union in GrabDevice to allow for XI2 masks.
Peter Hutterer
5
-6
/
+27
2009-04-19
Xi: add XI2 grab protocol request handling.
Peter Hutterer
3
-0
/
+136
2009-04-19
input: replace GrabRec's coreGrab field with grabtype.
Peter Hutterer
7
-21
/
+38
2009-04-19
Xi: remove the GetExtensionVersion hack.
Peter Hutterer
1
-16
/
+0
2009-04-19
os: don't malloc memory in LogVMessageVerb.
Peter Hutterer
1
-16
/
+6
2009-04-19
xkb: Add XkbFreeRMLVOSet helper function.
Peter Hutterer
2
-11
/
+24
2009-04-19
Xi: fix a typo in a #ifdef
Peter Hutterer
1
-3
/
+3
2009-04-19
dix: correctly utilize tracker buffer and protect from timer overruns
Simon Thum
1
-11
/
+13
2009-04-19
Xi: remove fail from SProcXISelectEvent.
Peter Hutterer
1
-2
/
+1
2009-04-19
Xi: remove un-used variable pXIClient
Peter Hutterer
1
-1
/
+0
2009-04-19
Xi: silence compiler warnings about "wrong" event types.
Peter Hutterer
1
-5
/
+6
2009-04-19
mi: add prototype for CopyGetMasterEvent.
Peter Hutterer
1
-0
/
+7
2009-04-19
mi: fix wrong (*EnqueueEvent) declaration in miPointerScreenFuncRec.
Peter Hutterer
1
-1
/
+1
2009-04-19
xfree86: shut up compiler warnings - typecast to InternalEvent
Peter Hutterer
2
-6
/
+6
2009-04-19
mi: fix compiler warning - explicitly typecast to InternalEvent.
Peter Hutterer
1
-1
/
+1
2009-04-19
dix: fix dev/keybd variable mixup.
Peter Hutterer
1
-3
/
+3
2009-04-19
xfree86: fix use of uninitialized variable in DGAProcessPointerEvent.
Peter Hutterer
1
-2
/
+5
2009-04-19
dix: fix pointer accelerations remainder handling
Simon Thum
1
-7
/
+7
2009-04-19
dix: store subpixel precision and send it down the wire to the client.
Peter Hutterer
3
-5
/
+12
2009-04-19
dix: allow relative motion buffer to accumulate in a natural way
Simon Thum
1
-6
/
+0
2009-04-17
randr: Accept gamma set requests from XF86VidMode clients too
Adam Jackson
3
-2
/
+67
2009-04-17
[kdrive] Fix rotation of pointer
David Jander
1
-2
/
+2
2009-04-16
security: Grant untrusted windows remove access on all windows.
Eamon Walsh
1
-0
/
+5
2009-04-16
security: Fix a crash caused by wrong ordering of format arguments.
Eamon Walsh
1
-3
/
+4
2009-04-16
security: Revert behavior of extension access for compatibility.
Eamon Walsh
1
-14
/
+16
2009-04-17
xkb: strdup the values returned by XkbGetRulesDflts
Peter Hutterer
1
-0
/
+21
2009-04-17
input: allow NULL as XkbRMVLOSet in InitKeyboardDeviceStruct.
Peter Hutterer
6
-28
/
+16
2009-04-17
dix: remove un-used parameter "core" from AllowSome
Peter Hutterer
3
-18
/
+16
2009-04-17
Xi: fix a typo in a #ifdef
Peter Hutterer
1
-3
/
+3
2009-04-15
DRI2: Don't leave empty entries in private->buffers
Ian Romanick
1
-8
/
+9
2009-04-15
One = is more than adequate here. Make is sh safe.
Robert Noland
1
-2
/
+2
2009-04-15
Fix build on hurd-i386
Samuel Thibault
5
-21
/
+15
2009-04-15
randr12: looking up these bits if randr isn't initialised is bad.
Dave Airlie
1
-2
/
+4
2009-04-15
xfree86: Remove device from inputInfo.devices if ActivateDevice failed.
Ander Conselvan de Oliveira
1
-0
/
+1
2009-04-15
xfree86: don't synthesise a mouse section if synaptics devices are found.
Peter Hutterer
1
-1
/
+2
2009-04-14
composite: Fix resource lookups
Kristian Høgsberg
2
-60
/
+35
2009-04-14
xfixes: Fix a couple of resource lookups
Kristian Høgsberg
2
-15
/
+26
2009-04-14
xdmcp: Don't crash on X -query with more than 255 IP addresses. (#20675)
Adam Jackson
1
-0
/
+2
2009-04-14
Fix unused var warning from pci cleanups.
Eric Anholt
1
-2
/
+0
2009-04-14
Add shave so that we can see the steaming piles of warnings generated.
Eric Anholt
5
-0
/
+227
2009-04-14
Move VENDOR_* defines from AC_SUBST to a header to avoid angering shave.
Eric Anholt
5
-6
/
+26
[next]