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
/
xfixes
Age
Commit message (
Expand
)
Author
Files
Lines
2017-04-26
Add a Meson build system alongside autotools.
Eric Anholt
1
-0
/
+13
2017-03-01
dispatch: Mark swapped dispatch as _X_COLD
Adam Jackson
5
-34
/
+34
2016-05-11
dix: Remove pointless client-state callbacks
Adam Jackson
1
-20
/
+1
2016-05-04
dix: Push UpdateCurrentTimeIf down out of the main loop
Adam Jackson
2
-0
/
+2
2016-03-08
xfixes: avoid double free if AddResource fails
Julien Cristau
1
-3
/
+1
2015-07-08
xfixes: Unexport xfixes.h
Adam Jackson
2
-7
/
+3
2015-06-30
cursor: drop ARGB_CURSOR
Dave Airlie
1
-2
/
+0
2015-04-21
Convert top level extensions to new *allocarray functions
Alan Coopersmith
1
-1
/
+1
2014-12-08
xfixes: unvalidated length in SProcXFixesSelectSelectionInput [CVE-2014-8102]
Alan Coopersmith
1
-0
/
+1
2014-11-12
Drop trailing whitespaces
Peter Hutterer
1
-11
/
+11
2014-10-27
dix: Always store GC client clip as a region (v2)
Adam Jackson
1
-10
/
+3
2014-10-23
render: Always store client clip as a region
Adam Jackson
1
-11
/
+3
2014-06-04
xfixes: disable cursor on X server reset
Frank Binns
1
-0
/
+2
2014-04-22
xfixes: Forbid manipulating clip for source-only pictures (#28968)
Adam Jackson
1
-0
/
+6
2014-01-12
Replace 'pointer' type with 'void *'
Keith Packard
5
-36
/
+36
2013-12-09
fixes: Fix PanoramiXSetWindowShapeRegion for root windows (v2)
Adam Jackson
1
-0
/
+13
2013-12-09
fixes: Fix PanoramiXSetPictureClipRegion for root windows (v2)
Adam Jackson
1
-0
/
+13
2013-05-15
Abstract cursor refcounting
Peter Hutterer
1
-3
/
+3
2013-03-18
Merge remote-tracking branch 'whot/for-keith'
Keith Packard
1
-0
/
+2
2013-03-12
xfixes: ifdef PanoramiXFixes* (#62015)
Peter Hutterer
1
-0
/
+2
2013-03-06
dix: only show the cursor if a window defines one (#58398)
Peter Hutterer
1
-8
/
+2
2012-12-19
Merge remote-tracking branch 'whot/barriers'
Keith Packard
2
-444
/
+5
2012-12-17
cursor: Move pointer barrier code over to XI
Jasper St. Pierre
2
-444
/
+5
2012-12-10
xfixes: Fix minor number in QueryVersion
Daniel Martin
1
-1
/
+1
2012-11-29
cursor: Revise edge cases for the pointer moving towards barriers
Jasper St. Pierre
1
-2
/
+10
2012-11-19
xfixes: let PointerBarrierClient->device_ids point to allocated memory
Peter Hutterer
1
-0
/
+4
2012-11-06
cursor: Fix up implementation for per-device barriers
Jasper St. Pierre
1
-7
/
+68
2012-11-06
cursor: Clean up barrier finding code a bit
Jasper St. Pierre
1
-7
/
+7
2012-11-06
cursor: Clean up pointer barrier creation code a tiny bit
Jasper St. Pierre
1
-18
/
+24
2012-11-06
cursor: CreatePointerBarrier has a variable request length
Jasper St. Pierre
1
-2
/
+10
2012-11-06
cursor: Fix a minor unused variable warning
Jasper St. Pierre
1
-1
/
+1
2012-07-09
Move extension initialisation prototypes into extinit.h
Daniel Stone
2
-5
/
+1
2012-07-09
Use C99 designated initializers in extension Events
Alan Coopersmith
2
-21
/
+18
2012-07-09
Use C99 designated initializers in various extension Replies
Alan Coopersmith
2
-10
/
+12
2012-07-09
Use calloc to zero fill buffers being allocated for replies & events
Alan Coopersmith
2
-4
/
+6
2012-07-09
Remove unneccesary casts from WriteToClient calls
Alan Coopersmith
3
-5
/
+5
2012-06-05
api: rework the X server driver API to avoid global arrays.
Dave Airlie
1
-2
/
+2
2012-05-14
xfixes: remove redundant declaration.
Michal Suchanek
1
-1
/
+0
2012-03-21
Introduce a consistent coding style
Keith Packard
7
-1377
/
+1331
2012-02-03
Namespace list api to reduce conflicts with similar system headers
Alan Coopersmith
1
-8
/
+8
2011-12-09
xfixes: don't dereference a NULL cursor
Peter Hutterer
1
-2
/
+2
2011-09-21
Use internal temp variable for swap macros
Matt Turner
5
-172
/
+136
2011-06-16
xfixes: Remove unused variable.
Cyril Brulebois
1
-2
/
+0
2011-06-16
xfixes: Mark some variables as unused.
Cyril Brulebois
1
-2
/
+2
2011-05-31
fixes: Add support for pointer barriers
Adam Jackson
4
-10
/
+446
2011-05-13
include: add version_compare helper function
Peter Hutterer
1
-6
/
+6
2011-04-04
xorg: remove unused pointer values all over the server
Tiago Vignatti
1
-2
/
+0
2011-02-14
xfixes: calloc, not malloc the cursorScreenRec
Peter Hutterer
1
-1
/
+1
2010-12-07
Sun's copyrights now belong to Oracle
Alan Coopersmith
3
-3
/
+3
2010-11-30
fixes: Add panoramix support
David Reveman
3
-0
/
+121
[next]