index
:
~jamey/xserver
cleanup-gcclip
cleanup-xaa
master
miTranslate
no-regen
pixmap-hooks
reviewed
rootless
xinerama-origin
xinerama-rework
Jamey's X server tree
jamey
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-12-14
configure: split the required modules up
HEAD
master
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-13
verify_internal_event: preserve constness of data pointer
Alan Coopersmith
1
-1/+1
2011-12-13
Use const cast in BitIsOn macro to avoid angering gcc
Alan Coopersmith
1
-1/+1
2011-12-13
Fix deconstifying cast warning in xi2_get_type
Alan Coopersmith
1
-1/+1
2011-12-13
Include client name if available in PrintDeviceGrabInfo
Alan Coopersmith
1
-9/+26
2011-12-13
xf86 parser: convert Error to a varargs macro to clear gcc format warnings
Alan Coopersmith
15
-100/+100
2011-12-13
Add some printf format attributes suggested by gcc
Alan Coopersmith
5
-6/+6
2011-12-13
xf86Priv.h: Add some noreturn attributes suggested by gcc
Alan Coopersmith
1
-4/+2
2011-12-13
Remove duplicate declarations of KdAdd*Driver in kdrive.h
Alan Coopersmith
1
-6/+0
2011-12-13
Remove duplicate declaration of xf86ValidateModesFlags in xf86Modes.h
Alan Coopersmith
1
-4/+0
2011-12-13
_XkbFilterDeviceBtn: move variable declarations to match usage scope
Alan Coopersmith
1
-4/+5
2011-12-13
XkbFindSrvLedInfo: remove extraneous name-clashing sli variable
Alan Coopersmith
1
-4/+2
2011-12-13
KdParseFindNext: Constify delim argument
Alan Coopersmith
2
-2/+2
2011-12-13
Convert KdDoSwitchCmd to use asprintf instead of malloc/strcat/etc.
Alan Coopersmith
1
-9/+4
2011-12-13
DoShowOptions: preserve constness of options list as we walk it
Alan Coopersmith
1
-2/+3
2011-12-13
x86emu: constify debug strings
Alan Coopersmith
4
-14/+14
2011-12-13
CompareISOLatin1Lowered: constify arguments
Alan Coopersmith
3
-5/+6
2011-12-13
xdmcp.c: fix three small const warnings
Alan Coopersmith
1
-3/+3
2011-12-13
LockServer: store path to LOCKDIR literal string in a const char *
Alan Coopersmith
1
-3/+1
2011-12-13
WriteToClient: preserve constness of buf while extracting length value
Alan Coopersmith
1
-1/+1
2011-12-13
OsInit: store "/dev/null" in a const char *
Alan Coopersmith
1
-1/+1
2011-12-13
Constify the reason string throughout the authorization check framework
Alan Coopersmith
8
-12/+13
2011-12-13
Constify string for authorization protocol names
Alan Coopersmith
3
-4/+5
2011-12-13
os/access.c: replace acmp & acopy macros with memcmp & memcpy calls
Alan Coopersmith
1
-16/+14
2011-12-13
xres.c: Preserve constness of string returned by LookupResourceName
Alan Coopersmith
1
-2/+2
[next]