index
:
~jturney/xserver
build-fixes
clipboard-64bit-fix
clipboard-debug-for-1.17
clipboard-fixes-new
clipboard-use-libXWinclip
clipboard-xcb-rewrite
clipboard-xcbification
cygwin-aiglx-for-1.10
cygwin-aiglx-for-1.11
cygwin-aiglx-for-1.6
cygwin-aiglx-for-1.7
cygwin-aiglx-for-1.9
cygwin-patches-1.6
cygwin-patches-1.7
cygwin-patches-for-1.10
cygwin-patches-for-1.11
cygwin-patches-for-1.12
cygwin-patches-for-1.13
cygwin-patches-for-1.14
cygwin-patches-for-1.15
cygwin-patches-for-1.16
cygwin-patches-for-1.17
cygwin-patches-for-1.18
cygwin-patches-for-1.18-pre-xcbification
cygwin-patches-for-1.19
cygwin-patches-for-1.20
cygwin-patches-for-1.9
cygwin-release-1.10
cygwin-release-1.11
cygwin-release-1.12
cygwin-release-1.13
cygwin-release-1.14
cygwin-release-1.15
cygwin-release-1.16
cygwin-release-1.17
cygwin-release-1.18
cygwin-release-1.19
cygwin-release-1.20
cygwin-release-1.9
cygwin-warning-fixes-for-1.17
debug-output-format-fixes
dix-patches
engine-enhancements
git-describe-in-log
jturney-cygwin
jturney-debug-improvements
jturney-race-fix
main-in-ddx
master
mhummel-clipboard-thread-improvements
multimedia-keycodes
nontoplevelwin-aiglx
old-bits-and-pieces
reorder-window-creation-skip-taskbar
rootless-hook-tidyup
rpavlik-mingw-runtime-patches
rpavlik-reviewed-patches
rpavlik-unreviewed-patches
snapshot
tinderbox
unmap-minimized-windows
window-raising-rework
window-style-update-unmmap-etc-old
windowed-mode-aiglx
winlayout-to-xmodmap
winlayout-to-xmodmap-2
xcbification
X server
jturney
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dix
Age
Commit message (
Expand
)
Author
Files
Lines
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
2011-05-03
Move event filter initializer out of the structure itself
Alan Coopersmith
1
-9
/
+8
2011-04-24
dix: remove duplicated includes
Nicolas Kaiser
2
-2
/
+0
2011-04-21
dix: improve control flow in QueryTrackers
Peter Hutterer
1
-8
/
+8
2011-04-21
dix: rename a bunch of variables to be more self-explanatory
Peter Hutterer
1
-19
/
+20
2011-04-21
dix: reduce scope of tmp and mult.
Peter Hutterer
1
-1
/
+4
2011-04-21
dix: reduce the work done by ApplySoftening
Peter Hutterer
1
-15
/
+16
2011-04-21
dix: split softening and constant deceleration into two functions
Peter Hutterer
1
-5
/
+10
2011-04-21
dix: use single return statement in ApplySimpleSoftening
Peter Hutterer
1
-6
/
+7
2011-04-21
dix: rename od, d to prev_delta, delta
Peter Hutterer
1
-9
/
+9
2011-04-21
dix: Don't use short as bool
Peter Hutterer
1
-1
/
+1
2011-04-21
dix: rename "res" to "result" for improved readability
Peter Hutterer
1
-9
/
+9
2011-04-21
dix: change ProcessVelocityData2D to BOOL.
Peter Hutterer
1
-1
/
+1
2011-04-21
dix: add some more documentation to ptraccel code
Peter Hutterer
1
-4
/
+13
2011-04-21
dix: don't pass the index for a tracker around, pass the tracker
Peter Hutterer
1
-10
/
+11
2011-04-21
dix: CalcTracker only uses the tracker, thus only pass the tracker.
Peter Hutterer
1
-6
/
+4
2011-04-21
dix: use single return statement in DoGetDirection
Peter Hutterer
1
-42
/
+49
2011-04-21
dix: use single return value in GetDirection
Peter Hutterer
1
-9
/
+8
2011-04-21
dix: document GetDirection
Peter Hutterer
1
-1
/
+7
2011-04-21
dix: document DoGetDirection's maths
Peter Hutterer
1
-2
/
+10
2011-04-21
dix: improve comment, directions flagged are 45° each
Peter Hutterer
1
-1
/
+1
2011-04-21
dix: improve readbility of DoGetDirection.
Peter Hutterer
1
-12
/
+25
2011-04-21
dix: only use a single return where only one is needed.
Peter Hutterer
1
-2
/
+2
2011-04-21
dix: fix typo in direction calculation
Peter Hutterer
1
-1
/
+1
2011-04-21
dix: silence compiler warning
Peter Hutterer
1
-1
/
+1
2011-04-18
input: remove GetKeyboardValuatorEvents, this is now unnecessary.
Peter Hutterer
2
-18
/
+5
2011-04-18
Xi: fix valuator alignment in DeepCopyDeviceClasses (#36119)
Peter Hutterer
1
-10
/
+37
2011-04-07
dix: don't free stranger pointers inside AllocARGBCursor
Tiago Vignatti
2
-7
/
+10
2011-04-07
Fix unset valuator handling for XI 1.x valuator events again
Chase Douglas
2
-9
/
+9
2011-04-04
Merge remote-tracking branch 'vignatti/for-keith'
Keith Packard
3
-18
/
+7
2011-04-04
dix: fix memory leak in ProcListExtensions
Tiago Vignatti
1
-3
/
+2
2011-04-04
dix: fix memory leak in AllocShared
Tiago Vignatti
1
-0
/
+1
[next]