index
:
~kibi/xserver
debian-experimental
debian-squeeze-backports
debian-unstable
doc-master
fdo41211
inputbk
manpage-master
master
master-next-pull
pu/35066
server-1.7-branch
unused-but-set-variable
unused-but-set-variable-round2
upstream-experimental
various-master
KiBi's patches for xorg-server
kibi
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-12-31
os: don't ignore failure from dladdr
HEAD
master
Julien Cristau
1
-1
/
+5
2011-12-31
linux/ia64: Fix regression after domain I/O support code removal.
Cyril Brulebois
1
-19
/
+0
2011-12-17
Version 1.11.99.2 (1.12 snapshot 2)
Keith Packard
1
-2
/
+2
2011-12-16
xserver: check for elevated privileges not uid=0
Antoine Martin
5
-24
/
+91
2011-12-15
dmx: fix distcheck failure, missing compsize.h in Makefile.am
Gaetan Nadon
1
-0
/
+2
2011-12-14
configure: split the required modules up
Peter Hutterer
1
-2
/
+16
2011-12-14
Merge remote-tracking branch 'whot/for-keith'
Keith Packard
29
-592
/
+801
2011-12-13
Merge branch 'for-whot' of git://people.freedesktop.org/~alanc/xserver into f...
Peter Hutterer
4
-12
/
+29
2011-12-13
dix: add a MAXEVENTS define for the number of core + extension events
Peter Hutterer
5
-7
/
+8
2011-12-13
dix: move event filter retrieval helpers to inpututils.c
Peter Hutterer
4
-21
/
+31
2011-12-13
dix: switch EventIsDeliverable to take the event type only
Peter Hutterer
2
-8
/
+7
2011-12-13
dix: move storing last.valuators into a helper function
Peter Hutterer
1
-12
/
+26
2011-12-13
dix: always allocate and set the grab's sync.event
Peter Hutterer
2
-7
/
+2
2011-12-13
input: replace GRABTYPE_* with the InputLevel enums
Peter Hutterer
18
-158
/
+152
2011-12-13
Add GrabIsPointerGrab and GrabIsKeyboardGrab helpers
Peter Hutterer
3
-6
/
+21
2011-12-13
dix: move delivery stop condition out of event mask
Peter Hutterer
1
-6
/
+7
2011-12-13
dix: split out core state and event state setting into helper functions
Peter Hutterer
3
-28
/
+44
2011-12-13
dix: move grab matching code into a helper function
Peter Hutterer
1
-21
/
+60
2011-12-13
dix: split core grab interference check into helper function
Peter Hutterer
1
-18
/
+25
2011-12-13
dix: compare the grab type, not the tempGrab type
Peter Hutterer
1
-1
/
+1
2011-12-13
dix: remove event type check
Peter Hutterer
1
-7
/
+0
2011-12-13
dix: Split ActivatePassiveGrab() from CheckPassiveGrab()
Chase Douglas
2
-89
/
+112
2011-12-13
dix: Move grab check and activation logic to CheckPassiveGrab()
Chase Douglas
1
-180
/
+204
2011-12-13
dix: move EventDeliveryState into a header file, we'll need it elsewhere
Peter Hutterer
2
-7
/
+7
2011-12-13
Xi: split updating button count and state into helper functions
Peter Hutterer
1
-12
/
+29
2011-12-13
Xi: deduplicate button motion mask setting
Peter Hutterer
1
-12
/
+25
2011-12-13
dix: deduplicate callers of DeliverDeviceEvents in DeliverGrabbedEvents
Peter Hutterer
1
-8
/
+10
2011-12-13
dix: split grab event conversion and delivery into a helper function
Peter Hutterer
2
-72
/
+77
2011-12-13
dix: replace conversion errors with BUG_WARN_MSG
Peter Hutterer
1
-8
/
+9
2011-12-13
dix: deduplicate event delivery code
Peter Hutterer
1
-49
/
+62
2011-12-13
include: Add an InputLevel enum
Chase Douglas
1
-0
/
+6
2011-12-12
verify_internal_event: preserve constness of data pointer
Alan Coopersmith
1
-1
/
+1
2011-12-12
Use const cast in BitIsOn macro to avoid angering gcc
Alan Coopersmith
1
-1
/
+1
2011-12-12
Fix deconstifying cast warning in xi2_get_type
Alan Coopersmith
1
-1
/
+1
2011-12-12
Include client name if available in PrintDeviceGrabInfo
Alan Coopersmith
1
-9
/
+26
2011-12-12
xf86 parser: convert Error to a varargs macro to clear gcc format warnings
Alan Coopersmith
15
-100
/
+100
2011-12-12
Add some printf format attributes suggested by gcc
Alan Coopersmith
5
-6
/
+6
2011-12-12
xf86Priv.h: Add some noreturn attributes suggested by gcc
Alan Coopersmith
1
-4
/
+2
2011-12-12
Remove duplicate declarations of KdAdd*Driver in kdrive.h
Alan Coopersmith
1
-6
/
+0
2011-12-12
Remove duplicate declaration of xf86ValidateModesFlags in xf86Modes.h
Alan Coopersmith
1
-4
/
+0
2011-12-12
_XkbFilterDeviceBtn: move variable declarations to match usage scope
Alan Coopersmith
1
-4
/
+5
2011-12-12
XkbFindSrvLedInfo: remove extraneous name-clashing sli variable
Alan Coopersmith
1
-4
/
+2
2011-12-12
KdParseFindNext: Constify delim argument
Alan Coopersmith
2
-2
/
+2
2011-12-12
Convert KdDoSwitchCmd to use asprintf instead of malloc/strcat/etc.
Alan Coopersmith
1
-9
/
+4
2011-12-12
DoShowOptions: preserve constness of options list as we walk it
Alan Coopersmith
1
-2
/
+3
2011-12-12
x86emu: constify debug strings
Alan Coopersmith
4
-14
/
+14
2011-12-12
CompareISOLatin1Lowered: constify arguments
Alan Coopersmith
3
-5
/
+6
2011-12-12
xdmcp.c: fix three small const warnings
Alan Coopersmith
1
-3
/
+3
2011-12-12
LockServer: store path to LOCKDIR literal string in a const char *
Alan Coopersmith
1
-3
/
+1
2011-12-12
WriteToClient: preserve constness of buf while extracting length value
Alan Coopersmith
1
-1
/
+1
[next]