index
:
~tjaalton/xserver
for-1.19
Unnamed repository; edit this file 'description' to name the repository.
tjaalton
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dix
Age
Commit message (
Expand
)
Author
Files
Lines
2011-09-21
Merge remote-tracking branch 'mattst88/for-keith'
Keith Packard
3
-646
/
+485
2011-09-21
Merge remote-tracking branch 'alanc/master'
Keith Packard
1
-15
/
+3
2011-09-21
Cast char* buffers to swap functions
Matt Turner
1
-2
/
+2
2011-09-21
Use internal temp variable for swap macros
Matt Turner
3
-646
/
+485
2011-09-20
Remove unused ClientStateAuthenticating
Alan Coopersmith
1
-13
/
+3
2011-09-19
Fix pixmap double-frees on error paths.
Jamey Sharp
1
-1
/
+0
2011-09-19
Eliminate MAXSCREENS-sized CursorScreenKey array.
Jamey Sharp
2
-2
/
+2
2011-09-19
Revert "Bug #6924: Restore the ABI for DrawableRec and ColormapRec to the state"
Jamey Sharp
1
-7
/
+0
2011-09-19
Remove unused ClientStateCheckingSecurity & ClientStateCheckedSecurity
Alan Coopersmith
1
-3
/
+1
2011-07-27
Terminate the log with one last message.
Peter Hutterer
1
-1
/
+1
2011-07-15
Fix non-Composite builds in PrintWindowTree
Daniel Stone
1
-1
/
+9
2011-07-01
Input: Reset SD remainder when copying co-ords from MD
Daniel Stone
1
-0
/
+7
2011-07-01
input: add POINTER_NORAW to avoid generation of raw events (#30068)
Peter Hutterer
1
-7
/
+11
2011-07-01
XKB: Add debug key actions for grabs & window tree
Daniel Stone
1
-0
/
+112
2011-07-01
DIX: Make PrintWindowTree actually useful
Daniel Stone
1
-27
/
+114
2011-06-30
dix: avoid calling deleted block and wakeup handlers
Scott James Remnant
1
-4
/
+6
2011-06-23
Don't use empty source files
Dan Nicholson
2
-5
/
+2
2011-06-08
dix: rename ProcessRawEvents to dix/events.c:DeliverRawEvent
Peter Hutterer
1
-0
/
+29
2011-06-08
dix: split DeliverEventToWindowMask up a bit more.
Peter Hutterer
1
-19
/
+33
2011-06-08
dix: rename DeliverEventsToClients to DeliverEventsToWindowMask
Peter Hutterer
1
-5
/
+5
2011-06-08
dix: split client list retrieval out of DeliverEventToClients
Peter Hutterer
1
-14
/
+36
2011-06-07
dix: fix crashers with floating device.
Peter Hutterer
2
-3
/
+3
2011-06-03
dix: use xi2_get_type instead of manual typecast
Peter Hutterer
1
-1
/
+1
2011-06-03
dix: drop x/y back into the right valuators after transformation.
Peter Hutterer
1
-7
/
+8
2011-06-03
dix: don't pass x/y to transformAbsolute
Peter Hutterer
1
-13
/
+25
2011-06-03
dix: fix an error message.
Peter Hutterer
1
-1
/
+1
2011-06-01
DIX: Set backgroundState correctly for root window
Marko Macek
1
-0
/
+2
2011-05-25
Don't call pixman_disable_out_of_bounds_workaround() anymore
Søren Sandmann Pedersen
1
-2
/
+0
2011-05-25
xserver: remove AbsoluteClass, breaking the A(P|B)I
Simon Thum
1
-9
/
+0
2011-05-24
input: Don't implicitly define verify_internal_event
Jeremy Huddleston
1
-3
/
+4
2011-05-24
input: Fix format string for verify_internal_event
Jeremy Huddleston
1
-1
/
+1
2011-05-14
XQuartz: Don't call mieqEnqueue during server shutdown
Jeremy Huddleston
1
-9
/
+16
2011-05-13
dix: replace CORE_EVENT and XI2_EVENT macros with inline functions.
Peter Hutterer
1
-29
/
+49
2011-05-13
dix: use a tmp variable instead of multiple rClient(other).
Peter Hutterer
1
-4
/
+5
2011-05-13
dix: return deliveries from DeliverGrabbedEvent
Peter Hutterer
1
-1
/
+5
2011-05-13
dix: move the grab activation condition into a if block.
Peter Hutterer
1
-16
/
+14
2011-05-13
dix: split out client delivery from DeliverEventsToWindow
Peter Hutterer
1
-43
/
+87
2011-05-13
dix: split out window owner event delivery from DeliverEventsToWindow
Peter Hutterer
1
-20
/
+55
2011-05-13
dix: split implicit grab activation into a separate function.
Jamey Sharp
1
-41
/
+50
2011-05-11
dix: replace unneded goto with break.
Peter Hutterer
1
-1
/
+1
2011-05-11
input: remove DDX event list handling
Peter Hutterer
2
-30
/
+19
2011-05-11
input: replace EventListPtr with InternalEvent array
Peter Hutterer
2
-65
/
+42
2011-05-11
input: Provide Queue{Button|Keyboard|Proximity}Event helpers
Peter Hutterer
1
-0
/
+80
2011-05-06
Input: Simplify CheckPassiveGrabsOnWindow loop
Daniel Stone
1
-111
/
+105
2011-05-06
Input: Make CheckPassiveGrabsOnWindow take InternalEvent
Daniel Stone
1
-18
/
+54
2011-05-06
input: change CHECKEVENT macro to verify_internal_event function
Peter Hutterer
2
-2
/
+30
2011-05-05
input: Only release SD buttons for explicit floating/reattachment (#36146)
Peter Hutterer
1
-3
/
+1
2011-05-03
Input: Fix event size confusion in CheckPassiveGrabsOnWindow
Daniel Stone
1
-1
/
+1
2011-05-03
Input: Add DeepestSpriteWin function
Daniel Stone
1
-2
/
+2
2011-05-03
Input: Pass co-ordinates by reference to transformAbsolute
Chase Douglas
1
-14
/
+14
[next]