index
:
xorg/xserver-test
COMPOSITEWRAP
CYGWIN
DAMAGE-XFIXES
Domain-branch
IPv6-REVIEW
STSF-CURRENT
XACE-SELINUX
XACE-modular
XEVIE
XINERAMA_2
XORG-6_8-branch
XORG-CURRENT
XORG-RELEASE-1
XORG-RELEASE-1-STSF
XORG-RELEASE-1-TM
XORG-STABLE
XPRINT
autoconfig-for-7.2
bcook-backend
compat_output
dmx-2
dri-0-1-branch
dri2-swapbuffers
exa-damagetrack
glucose-2
gsr-current
input-hotplug
lg3d
lg3d-7.2
lg3d-dev
lg3d-dev-0-6-1
lg3d-dev-0-6-1-1
lg3d-dev-0-6-1-current
lg3d-dev-0-6-1-latest
lg3d-dev-0-6-2
lg3d-dev-0-6-latest
lg3d-dev-0-7-0
lg3d-dev-0-7-1
lg3d-event
lg3d-master
master
mpx
no-pci-rework
orib-soc-2006
panning-for-server-1.6
pci-rework
randr-1.2
randr-1.2-for-server-1.2
randr-dpms
sco_port_update
server-1.10-branch
server-1.11-branch
server-1.12-branch
server-1.13-branch
server-1.14-branch
server-1.2-branch
server-1.3-branch
server-1.4-branch
server-1.5-branch
server-1.6-branch
server-1.6-enterleave
server-1.7-branch
server-1.7-nominations
server-1.8-branch
server-1.9-branch
server-1_0-branch
server-1_1-branch
transform-proposal
wonderland-dev
xf-4_0_2-branch
xf-4_1-branch
xf-4_2-branch
xf-4_3-branch
xfixes_2_branch
xgl-0-0-1
xorg-server-1.2-apple
xorg-server-1.4-apple
xorg-server-1.5-apple
xorg-server-1.6-apple
xorg-server-1.7-apple
xquartz-composite
xwayland
xwayland-1.12
X server
keithp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dix
Age
Commit message (
Expand
)
Author
Files
Lines
2008-08-28
Prepare for array-index based devPrivates.
Tomas Carnecky
3
-4
/
+8
2008-08-27
Add an array of integers for use as per-screen cursor private keys.
Eamon Walsh
1
-0
/
+2
2008-08-20
Centralize declaration of ConnectionInfo.
Adam Jackson
3
-2
/
+1
2008-08-15
dix: stick a warning in about loss of subpixel precision.
Peter Hutterer
1
-0
/
+1
2008-08-13
Eviscerate save-under support.
Adam Jackson
2
-159
/
+2
2008-08-12
dix: remove superfluous check.
Peter Hutterer
1
-3
/
+0
2008-08-11
The smart scheduler is not optional.
Mathieu Bérard
2
-18
/
+0
2008-08-09
Move string comparaison functions to from dix/ to os/.
Matthieu Herrb
3
-137
/
+1
2008-08-08
dix: don't try to create events if we don't have a screen. #16898
Peter Hutterer
1
-0
/
+2
2008-08-08
dix: remove misleading comment in ptrvelo.c
Simon Thum
1
-3
/
+2
2008-08-08
dix: remove obsolete FIXME comment.
Peter Hutterer
1
-4
/
+0
2008-08-08
dix: SetModifierMapping should only apply to the ClientPointer and it's SDs.
Peter Hutterer
1
-1
/
+2
2008-08-08
dix: simplified debugging helper for pointer acceleration
Simon Thum
1
-27
/
+23
2008-08-08
dix: simplify velocity tracking filters
Simon Thum
1
-2
/
+1
2008-08-05
Redefine clients as a fixed array
Tomas Carnecky
2
-5
/
+2
2008-08-05
Redefine WindowTable as a fixed array
Tomas Carnecky
3
-8
/
+2
2008-08-04
dix: export driver-side functions for acceleration
Simon Thum
1
-3
/
+12
2008-08-04
dix: use average of pointer accel profile
Simon Thum
1
-29
/
+109
2008-07-28
some trivial changes regarding C compat, indentation, etc.
Simon Thum
1
-7
/
+16
2008-07-28
dix: preparation change: make runtime exchange of filter chain safe
Simon Thum
1
-1
/
+7
2008-07-28
dix: optimize precision in device velocity estimation
Simon Thum
1
-25
/
+63
2008-07-28
dix: improve the driver interface to predictable pointer acceleration
Simon Thum
1
-6
/
+16
2008-07-28
dix: introduce defines for accel profile numbers
Simon Thum
1
-12
/
+14
2008-07-28
dix: rename classic accel _scheme_ to lightweight to avoid confusion with
Simon Thum
2
-5
/
+16
2008-07-28
dix: add legal statements to ptrvelo.{c|h}
Simon Thum
1
-0
/
+23
2008-07-28
dix: fix up enter/leave system once again.
Peter Hutterer
1
-5
/
+8
2008-07-25
Fix AddExtension now that CloseDownProc can be NULL.
Mathieu Bérard
1
-1
/
+1
2008-07-24
Allow extension closedown hook to be null.
Adam Jackson
1
-1
/
+2
2008-07-24
Shape extension is built-in and mandatory.
Adam Jackson
3
-40
/
+0
2008-07-22
dix: reset potential lastSlaves when disabling an SD
Keith Packard
1
-0
/
+8
2008-07-21
dix: shift the duplicate button mapping check to ProcSetPointerMapping.
Peter Hutterer
1
-9
/
+19
2008-07-21
dix: Remove insane BC hacks
Daniel Stone
1
-12
/
+1
2008-07-17
Give priority to clients that are receiving expose and configure events
Søren Sandmann
1
-1
/
+1
2008-07-17
Nuke some ancient code for commandline-challenged OSes.
Adam Jackson
1
-4
/
+0
2008-07-17
Remove duplicate load of freetype font renderer.
Jie Luo
1
-1
/
+0
2008-07-16
Remove loadable font renderer support.
Adam Jackson
1
-13
/
+14
2008-07-16
Remove the numVideoScreens xprintism.
Adam Jackson
2
-15
/
+3
2008-07-16
Make --enable-debug usable again
Daniel Stone
1
-6
/
+17
2008-07-16
DIX: Add strcasestr from FreeBSD
Daniel Stone
2
-1
/
+66
2008-07-16
strcasecmp: Actually use the right license
Daniel Stone
1
-25
/
+28
2008-07-16
DIX: Add strncasecmp from FreeBSD, make strcasecmp args const
Daniel Stone
1
-1
/
+20
2008-07-13
Xi: expose Enable/DisableDevice through XI_PROP_ENABLED property.
Peter Hutterer
1
-0
/
+39
2008-07-13
Add support for multiple pointer acceleration schemes. #8583
Simon Thum
4
-81
/
+826
2008-07-10
Fix incorrect test regarding keyboard map.
Ander Conselvan de Oliveira
1
-1
/
+2
2008-07-10
Xi: pack the property stuff into a struct, make handlers a linked list.
Peter Hutterer
1
-4
/
+3
2008-07-10
Xi: add support for input device properties.
Peter Hutterer
1
-0
/
+9
2008-07-10
Revert "Xi: add support for input device properties."
Peter Hutterer
1
-9
/
+0
2008-07-10
Xi: add support for input device properties.
Peter Hutterer
1
-0
/
+9
2008-07-10
Xext: store the GenericMasks in the resource system.
Peter Hutterer
1
-7
/
+7
2008-07-10
dix: free GenericMask allocations when destroying window.
Peter Hutterer
1
-0
/
+13
[next]