index
:
~keithp/xserver
backout-randr
block-reorder
by-keithp
change-region-api
check-private-usage
depth1
dist-build-fixes
dri3
drm-lease
drm-lease-hacks
drm-lease-v2
drm-sequence
drm-vblank
fd-passing
fix-alpha-maps
fix-ephyr
fix-fb
fix-private-usage
force-randr-shadow
glamor-core-profile
glamor-fence
glamor-fixes
glamor-glclear
glamor-keithp
glamor-new-glyphs
glamor-pixmaps
glamor-present-xv
glamor-server
glamor-sw-traps
glamor-xv-cleanup
glx-answer-buffer
listen-fixes
master
new-font-api
new-glyphs
non-desktop
present-compositor
present-fixes
privates-fixes
protect-input
randr-1.4
randr-1.4-subwork
randr-fixes
randr-monitors
registry-fixes
remove-xfree86-sigio
render-float-transform
screen-specific-privates
secure-x
swap-pages
touch-listener
warning-fixes
wayland-pointer
window-scaling
xinput-align-fix
xkbcomp-cache
Keith's X server tree
keithp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dix
Age
Commit message (
Expand
)
Author
Files
Lines
2008-09-02
Don't try to destroy a NULL pixmap.
Daniel Drake
1
-1
/
+1
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
[next]