index
:
~ajax/xserver
65030
always-glx-1.4
arcology
atrocious-xephyr-glamor-hacks
bsbs11
bsbs7
composite-work
crtc-confine-v3
damage-at-flush-globally
dbe-shrink
dead-code
death-to-spans
dietfb
dix-dri2
dmx-2
drawable-ops
dri2-no-block
epoll
fedora-merge
fixes-atomic-requests
for-keithp
gc-rework
glamor-did-not-regress
glamor-for-1.15
glamor-getimage-planemask
glamor-no-largepixmap
glapi
glapi-misc
glx
glx-2
glx-direct-dispatch
glx-direct-dispatch-parts
glx-ext-libglvnd
glx-fix-osx
glx-fixes-for-1.8
glx-for-1.14
glx-gen
glx-rewrite
glx-work-pre-xdc
glxfe
glxvnd
grabpointer-rhel6.6
init-cleanup
input-thread
input-thread-v3
ioaddress
less-loader
master
maxformats
mi-cleanup
ms2432-1.17
orbea-test-1.18-dri2
performance
pointer-barriers
port-shadowfb-to-damage
resource-refactor
ricer-tuning
root-window-finalize-callback
rootless-merge
screen-gc-funcs
sdksyms
server-1.10-barriers
server-1.10-iglx
server-1.10-xfree86
server-1.12-queue
server-1.14-abi-churn
server-1.17-branch
server-1.9-xfree86
shatter
shatter-2
sigaction
synchronous-font-server
valtree-tuning
vbe-dos-hacks
vfb-ifr
vidmem-cleanup
vixmap-groundwork
vixmaps
warnings
wayland-abi
wayland-deferred-surface
wayland-netwm-etc
whot-barriers
window-cleanup
windowoptrec
wl-rebase-for-f20
wtf-gcc
xf86priv
xserver-1.13-queue
xserver-next
xvfb-glamor-be
xwayland-1.14
xwayland-next
xwl-glamor-be
xwl-xdg-shell
ajax's xserver tree
ajax
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dix
Age
Commit message (
Expand
)
Author
Files
Lines
2014-04-29
dix: remove a now-superfluous comment
Peter Hutterer
1
-6
/
+0
2014-04-29
input: Remove invalid bug checks.
Michal Srb
1
-5
/
+0
2014-04-23
glx: Move the GLX variable caching what GL context is current to dix.
Eric Anholt
1
-0
/
+25
2014-04-21
dixfonts: Turn a missing directory ErrorF into a DebugF
Jasper St. Pierre
1
-1
/
+1
2014-04-01
Make XYToWindow a screen function
Keith Packard
1
-43
/
+3
2014-03-27
Handle -displayfd and an explicit display number sensibly
Jon TURNEY
1
-1
/
+2
2014-03-26
dix: Allow NULL stipple in ChangeGC
Keith Packard
1
-3
/
+5
2014-03-11
xkb: push locked modifier state down to attached slave devices
Peter Hutterer
1
-0
/
+3
2014-03-06
dix: Clear any existing selections before initializing privates
Andrew Eikum
1
-1
/
+3
2014-02-05
dix: fix a -Wshadow warning
Peter Hutterer
1
-2
/
+2
2014-02-05
dix: fix button state check before changing a button mapping
Peter Hutterer
1
-1
/
+2
2014-02-04
dix: prevent a driver from initializing or submitting buttons > MAX_BUTTONS
Peter Hutterer
2
-0
/
+3
2014-02-04
input: un-constify dev->name
Peter Hutterer
1
-1
/
+1
2014-02-04
input: un-constify InputAttributes
Peter Hutterer
1
-8
/
+8
2014-01-29
Add RANDR 1.4 requests & events to dix/protocol.txt
Alan Coopersmith
1
-0
/
+11
2014-01-29
On realloc failure, free font_path_string instead of leaking it
Alan Coopersmith
1
-3
/
+6
2014-01-23
dix: Praise clients which haven't run for a while, rather than idle clients
Keith Packard
1
-4
/
+2
2014-01-22
Merge remote-tracking branch 'whot/for-keith'
Keith Packard
2
-7
/
+10
2014-01-12
Clean up a few function prototypes to not place formals in /**/
Keith Packard
1
-2
/
+1
2014-01-12
Replace 'pointer' type with 'void *'
Keith Packard
17
-179
/
+179
2014-01-12
xi: More warning cleanup for input
Keith Packard
2
-13
/
+14
2014-01-12
Clean up warnings in DIX
Keith Packard
7
-35
/
+44
2014-01-09
CheckPassiveGrabsOnWindow() needs to handle NULL return value from AllocGrab()
Alan Coopersmith
1
-0
/
+2
2014-01-09
GrabDevice() needs to handle NULL return value from AllocGrab()
Alan Coopersmith
1
-1
/
+3
2014-01-09
If AllocGrab() fails to set up grab, don't copy to a NULL grab
Alan Coopersmith
1
-6
/
+5
2013-12-11
dix: fix check for grab type
Peter Hutterer
1
-1
/
+1
2013-12-09
bs: Set the screen's bs support level to WhenMapped
Adam Jackson
1
-1
/
+5
2013-12-09
smartsched: Tweak the default scheduler intervals
Adam Jackson
1
-2
/
+3
2013-10-31
Add a RegionDuplicate function
Keith Packard
1
-0
/
+15
2013-10-18
Merge commit '2523a445a09a75a8baf642608d099a5e12d5437f'
Keith Packard
3
-16
/
+62
2013-10-18
sync: if the idle time was reset, force alarms to trigger (#70476)
Peter Hutterer
1
-4
/
+34
2013-10-18
dix: provide accessor methods for the last device event time
Peter Hutterer
3
-15
/
+31
2013-10-14
Avoid use-after-free in dix/dixfonts.c: doImageText() [CVE-2013-4396]
Alan Coopersmith
1
-0
/
+5
2013-10-14
dix: only deliver for the current grab type
Peter Hutterer
1
-11
/
+2
2013-10-14
dix: don't attempt to deliver an event for a different grabtype
Peter Hutterer
1
-0
/
+3
2013-10-14
dix: only allow button and key events to freeze a sync'd pointer
Peter Hutterer
1
-1
/
+5
2013-10-14
input: calloc minimization for xi2mask_new
Adam Jackson
1
-17
/
+13
2013-09-10
damage: Implicitly unregister on destroy
Adam Jackson
1
-1
/
+0
2013-09-10
dix: FIXES is not optional
Adam Jackson
2
-12
/
+0
2013-09-10
dbe: Fold the window private private into the window private
Adam Jackson
1
-1
/
+0
2013-09-10
dix: Remove a dead parameter from DoGetImage
Adam Jackson
1
-57
/
+31
2013-09-06
Fix bug in cursor handling.
Thomas Klausner
1
-8
/
+15
2013-08-30
dix: check for grab type before checking XI2 mask
Peter Hutterer
1
-1
/
+1
2013-08-30
DIX/Xi: Pass correct client to CheckDeviceGrabAndHintWindow()
Egbert Eich
1
-7
/
+16
2013-08-18
dix: add missing include for DeleteWindowFromAnySelections
Julien Cristau
1
-0
/
+1
2013-07-25
Merge remote-tracking branch 'whot/for-keith'
Keith Packard
2
-3
/
+2
2013-07-25
dix: set the valuator mask to ensure XI 1.x events have data
Peter Hutterer
1
-1
/
+1
2013-07-24
dix: check the xi2mask, not the grab type for touch listeners
Peter Hutterer
1
-2
/
+1
2013-07-23
Allow DDX to provide a main()
Jon TURNEY
3
-6
/
+38
2013-07-22
dix: scale y back instead of x up when pre-scaling coordinates
Peter Hutterer
1
-3
/
+3
[next]