index
:
~cndougla/xserver
input-fixes
integration-testing
integration-tests
master
mixed-mode
multitouch
multitouch-devel
multitouch-rebase
multitouch-stable
pointer
server-1.10-masked-valuator-fixes
signal-logging
signal-logging-v4
signal-logging-v5
signal-logging2
xi2.1
xi2.1-new
xi2.1-new-stable
xi2.1-stable
xi2.1-stable-abi-12
XI 2.1 development
cndougla
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-12-19
Merge remote-tracking branch 'idr/glx-fixes'
Keith Packard
21
-8886
/
+19670
2011-12-19
dri2: Invalidate window pixmaps
Ville Syrjälä
4
-5
/
+7
2011-12-19
dri2: Invalidate DRI2 buffers for all windows with the same pixmap on swap
Keith Packard
1
-1
/
+30
2011-12-19
dri2: Always re-generate front buffer information when asked for it.
Michel Dänzer
1
-0
/
+1
2011-12-19
dri2: Initialize needInvalidate member of DRI2Drawable.
Rami Ylimäki
1
-0
/
+1
2011-12-19
dmx: force -fno-strict-aliasing for xinput example
Peter Hutterer
1
-28
/
+28
2011-12-19
kdrive/linux: Fix compilation with -Werror=int-to-pointer-cast -Werror=pointe...
Jeremy Huddleston
3
-7
/
+7
2011-12-19
configure.ac: Make Xephyr dependency error message more informative
Jeremy Huddleston
1
-5
/
+3
2011-12-19
XQuartz: Provide in-tree implementation of strndup(3) if needed
Jeremy Huddleston
1
-0
/
+7
2011-12-19
glx: use dispatch.h instead of glapioffsets.h
Ian Romanick
4
-1178
/
+4
2011-12-19
glx: Regenerate GL API files from Mesa
Ian Romanick
13
-7706
/
+19578
2011-12-19
glx: Add stub implementations of next GLX extension functions
Ian Romanick
3
-0
/
+88
2011-12-19
glx: Only declare GlxExtensionInit in one header file
Ian Romanick
1
-2
/
+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
[prev]
[next]