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
2007-03-25
Static cleanups, dead code deletion.
Adam Jackson
6
-10
/
+11
2007-03-25
dix: Increase allocation size for core keyboard keymap to avoid buffer overru...
Peter Hutterer
1
-1
/
+1
2007-03-20
Static markup and dead code cull over xkb/.
Adam Jackson
4
-4
/
+4
2007-03-08
dix: remove 'register' keyword for all variables.
Peter Hutterer
18
-673
/
+672
2007-03-07
Properly free device devPrivates - memory leak fix.
Eamon Walsh
1
-0
/
+3
2007-03-06
remove PIXPRIV check as this flag is always set.
Eamon Walsh
1
-4
/
+0
2007-03-06
remove PIXPRIV checks as this flag is always set.
Eamon Walsh
2
-8
/
+0
2007-02-17
autoconf goodness for XDarwin, courtesy of pogma
Ben Byer
1
-4
/
+0
2007-02-17
dix mods for Darwin
Ben Byer
2
-0
/
+5
2007-02-15
fix: WarpCursor needs to send MotionNotify.
Peter Hutterer
1
-25
/
+30
2007-01-08
Attempt to fix drawable type checks in dixLookupDrawable().
Michel Dänzer
1
-3
/
+3
2006-12-27
dix/events: take screen number, not pointer, in PostSyntheticMotion
Peter Hutterer
1
-3
/
+3
2006-12-22
Zero out client devPrivates on allocation.
Eamon Walsh
1
-0
/
+2
2006-12-15
Add loud warnings to deprecated lookup functions.
Eamon Walsh
1
-5
/
+19
2006-12-15
Convert callers of LookupClient() to dixLookupClient().
Eamon Walsh
2
-9
/
+8
2006-12-15
Convert callers of SecurityLookupWindow() to dixLookupWindow().
Eamon Walsh
4
-199
/
+185
2006-12-14
Remove instances of macros SECURITY_VERIFY_GEOMETRABLE and SECURITY_VERIFY_GC.
Eamon Walsh
1
-53
/
+79
2006-12-14
Remove instances of macros VERIFY_GEOMETRABLE and VERIFY_GC.
Eamon Walsh
1
-1
/
+0
2006-12-14
Remove instances of macro SECURITY_VERIFY_DRAWABLE.
Eamon Walsh
1
-12
/
+24
2006-12-14
Add new, combined dix lookup functions (tweak).
Eamon Walsh
1
-1
/
+1
2006-12-14
Add new, combined dix lookup functions.
Eamon Walsh
1
-81
/
+95
2006-12-14
Naming change: Security*Access -> Dix*Access
Eamon Walsh
10
-110
/
+110
2006-12-06
config: move config.h to hotplug.h
Daniel Stone
2
-4
/
+3
2006-12-06
GetPointerEvents: always send valuator events for MotionNotify
Daniel Stone
1
-5
/
+8
2006-12-06
GetPointerEvents: fix typo
Daniel Stone
1
-1
/
+1
2006-12-06
config: move to block/wakeup handler
Daniel Stone
1
-3
/
+0
2006-12-06
SyntheticMotion: don't dereference sprite.screen when not using Xinerama
Daniel Stone
1
-1
/
+2
2006-12-01
Naming change: Security*Operation -> Xace*Operation
Eamon Walsh
1
-8
/
+8
2006-12-01
Define calls away when not building XACE, allowing ifdef's to be removed.
Eamon Walsh
9
-181
/
+80
2006-11-30
Tell automake to STFU about the *.O files
Alan Coopersmith
1
-1
/
+1
2006-11-27
Merge branch 'randr-1.2'
Eric Anholt
2
-5
/
+6
2006-11-21
Issue CloseDownDevices() in os/log.c and remove from dix/main.c.
Alan Hourihane
1
-5
/
+0
2006-11-18
Shutdown input devices if FatalError occurs during startup.
Alan Hourihane
1
-5
/
+15
2006-11-11
ffs: handle 0 argument (bug #8968)
Jurij Smakov
1
-0
/
+2
2006-11-08
remove trailing whitespace
Daniel Stone
1
-2
/
+2
2006-11-08
Get*Events: massive reorganisation
Daniel Stone
1
-223
/
+226
2006-11-08
SyntheticMotion: don't dereference sprite.screen when not using Xinerama
Daniel Stone
1
-1
/
+2
2006-11-08
dix: remove staggeringly broken vendor workarounds
Daniel Stone
1
-8
/
+0
2006-11-08
dix/mi: still more warning fixes
Daniel Stone
1
-8
/
+15
2006-11-08
dix: add missing prototypes
Daniel Stone
2
-1
/
+6
2006-11-08
dix: remove unused debug code
Daniel Stone
1
-10
/
+0
2006-11-08
dix: remove unused variable
Daniel Stone
1
-1
/
+0
2006-11-08
CreateColormap: fix return value (bug #7083)
Laurence Withers
1
-1
/
+1
2006-11-07
Merge branch 'autoconfig-for-7.2'
Adam Jackson
1
-1
/
+1
2006-11-07
Avoid dereferencing sprite.screen when Xinerama is not running. (#8925)
Keith Packard
2
-5
/
+6
2006-11-06
More work on Bug #8875: revert previous fix and try using client argument
Eamon Walsh
1
-1
/
+0
2006-11-03
Add DTrace probe points for X server <-> client communications
Alan Coopersmith
7
-2
/
+380
2006-11-02
PostSyntheticMotion needs to be extern, not static, since it's in getevents.c
Alan Coopersmith
1
-1
/
+1
2006-11-01
input: add non-keyboard bell ringing function
Daniel Stone
1
-2
/
+4
2006-10-27
CoreKeyboardProc: annotate with FIXME
Daniel Stone
1
-2
/
+5
[next]