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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2011-12-20
dix: add DIX API to create touchpoints
Peter Hutterer
1
-0
/
+5
2011-12-19
dix: add helper functions to create DDX touch recs
Peter Hutterer
1
-0
/
+5
2011-12-19
input: add a TouchClassRec to the devices
Daniel Stone
2
-0
/
+80
2011-12-19
Add the touch input API stubs
Daniel Stone
1
-0
/
+14
2011-12-19
Hook up the ownership events
Peter Hutterer
2
-0
/
+21
2011-12-16
Xi: process raw touch events
Peter Hutterer
1
-0
/
+3
2011-12-16
Hook up TouchBegin/Update/End events
Peter Hutterer
2
-1
/
+7
2011-12-16
include: add a bunch of flags for GetTouchEvent processing
Peter Hutterer
1
-0
/
+9
2011-12-16
include: RawTouchEnd is the last event now
Peter Hutterer
1
-1
/
+3
2011-12-15
include: fix BUG_WARN_MSG for constant messages only
Peter Hutterer
1
-2
/
+2
2011-12-13
Merge branch 'for-whot' of git://people.freedesktop.org/~alanc/xserver into f...
Peter Hutterer
1
-1
/
+1
2011-12-13
dix: add a MAXEVENTS define for the number of core + extension events
Peter Hutterer
2
-1
/
+3
2011-12-13
dix: move event filter retrieval helpers to inpututils.c
Peter Hutterer
2
-1
/
+4
2011-12-13
dix: switch EventIsDeliverable to take the event type only
Peter Hutterer
1
-2
/
+1
2011-12-13
input: replace GRABTYPE_* with the InputLevel enums
Peter Hutterer
5
-17
/
+11
2011-12-13
Add GrabIsPointerGrab and GrabIsKeyboardGrab helpers
Peter Hutterer
1
-0
/
+2
2011-12-13
dix: split out core state and event state setting into helper functions
Peter Hutterer
1
-0
/
+2
2011-12-13
dix: Split ActivatePassiveGrab() from CheckPassiveGrab()
Chase Douglas
1
-0
/
+2
2011-12-13
dix: move EventDeliveryState into a header file, we'll need it elsewhere
Peter Hutterer
1
-0
/
+7
2011-12-13
dix: split grab event conversion and delivery into a helper function
Peter Hutterer
1
-0
/
+5
2011-12-13
include: Add an InputLevel enum
Chase Douglas
1
-0
/
+6
2011-12-12
Use const cast in BitIsOn macro to avoid angering gcc
Alan Coopersmith
1
-1
/
+1
2011-12-10
Change GetXI2/XI/CoreType to just take a type argument
Peter Hutterer
1
-3
/
+4
2011-12-10
include: add GetXI2MaskByte and GetXI2EventFilterMask to headers
Peter Hutterer
1
-0
/
+3
2011-12-08
Merge remote-tracking branch 'whot/for-keith'
Keith Packard
7
-33
/
+97
2011-12-09
include: add BUG_WARN_MSG for custom error message on bug condition
Peter Hutterer
1
-1
/
+8
2011-12-09
input: swap the server over to use the XI2mask struct
Peter Hutterer
1
-4
/
+4
2011-12-09
Add a new XI2Mask struct and a few helper functions.
Peter Hutterer
3
-0
/
+19
2011-12-09
dix: switch the dev->deviceGrab.activeGrab from GrabRec to GrabPtr
Peter Hutterer
1
-1
/
+1
2011-12-09
dix: add CopyGrab() function
Peter Hutterer
1
-0
/
+1
2011-12-09
dix: add AllocGrab helper function
Peter Hutterer
1
-0
/
+3
2011-12-09
dix: switch the syncEvent queue to a struct list
Peter Hutterer
2
-3
/
+4
2011-12-06
include: rename "foos" to "list_of_foos" in the struct list documentation
Peter Hutterer
1
-15
/
+15
2011-12-06
include: update struct list documentation to use one set of structs only
Peter Hutterer
1
-17
/
+11
2011-12-06
include: a new list element does not need initialization, state so
Peter Hutterer
1
-1
/
+2
2011-12-06
include: point to the tests in list.c as examples
Peter Hutterer
1
-0
/
+1
2011-12-06
include: add list_last_entry to get the tail of a list
Peter Hutterer
1
-0
/
+15
2011-12-06
include: add list_append()
Peter Hutterer
1
-0
/
+22
2011-12-05
Fix gcc warnings about redundant declarations of fallback functions
Alan Coopersmith
2
-0
/
+23
2011-12-05
Move to autoconf standard function name checks & defines
Alan Coopersmith
3
-38
/
+38
2011-12-03
Remove unused function checks from configure.ac & include/*.h.in
Alan Coopersmith
2
-33
/
+0
2011-12-01
Save major/minor opcodes in ClientRec for RecordAReply
Keith Packard
2
-2
/
+1
2011-11-29
include: add BUG_WARN macro for internal bug cases.
Peter Hutterer
1
-0
/
+7
2011-11-29
dix: rename GetWindowXI2Mask to WindowXI2MaskIsset
Peter Hutterer
1
-1
/
+1
2011-11-29
include: fix mask size calculation
Peter Hutterer
1
-1
/
+1
2011-11-23
Fix gcc -Wwrite-strings warnings in various extensions
Alan Coopersmith
4
-7
/
+7
2011-11-23
Mark XKB char * as const to clean up gcc -Wwrite-strings warnings
Alan Coopersmith
2
-4
/
+4
2011-11-23
Mark arguments to fopen/popen/system wrappers as const char *
Alan Coopersmith
1
-3
/
+3
2011-11-23
Make XIGetKnownProperty take a const char * argument
Alan Coopersmith
1
-1
/
+1
2011-11-23
Add fallback implementation of strndup()
Alan Coopersmith
2
-0
/
+7
[next]