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
/
mi
Age
Commit message (
Expand
)
Author
Files
Lines
2009-01-30
mi: ensure chained button mappings from SD -> MD (#19282)
Peter Hutterer
2
-2
/
+28
2009-01-30
dix: fix WarpPointer calls for devices with custom valuator ranges (#19297)
Peter Hutterer
1
-1
/
+1
2009-01-30
XQuartz: mieq: Wait for the server to finish initializing before letting othe...
Jeremy Huddleston
1
-5
/
+20
2009-01-12
XQuartz: Add locking to make mieq thread safe on OSX
Jeremy Huddleston
2
-0
/
+66
2009-01-12
mi: force CopyKeyClass for key events. (#19048)
Peter Hutterer
1
-1
/
+10
2009-01-09
mi: Reuse memory in mieqProcessInputEvents rather than making excessive calls...
Jeremy Huddleston
1
-4
/
+6
2009-01-09
mi: Clean up CopyGetMasterEvent, re-use the memory.
Peter Hutterer
1
-30
/
+30
2009-01-09
dix: move MAX_VALUATOR_EVENTS into include/input.h
Peter Hutterer
1
-1
/
+1
2008-12-01
input: don't switch MDs' classes around between SDs.
Peter Hutterer
1
-8
/
+3
2008-11-19
mi: Push screen-saver/DPMS handling to after the EQ pop operation.
Jeremy Huddleston
1
-10
/
+10
2008-11-19
mi: Only increment tail (push) when the event data is actually in the queue
Jeremy Huddleston
1
-4
/
+3
2008-11-11
mi: clean up mieqProcessInputEvents, copy all events before processing.
Peter Hutterer
1
-52
/
+46
2008-11-08
Remove some null statements.
James Cloos
1
-1
/
+1
2008-11-07
mi: Fix infinite loop on regen when swrast_dri.so is missing
Julien Cristau
1
-1
/
+2
2008-11-04
xkb: when faking mouse button events, fake them on the correct devices.
Peter Hutterer
1
-1
/
+1
2008-11-04
Remove XEvIE
Daniel Stone
1
-15
/
+0
2008-11-04
Xi: XINPUT has been mandatory for ages
Daniel Stone
1
-4
/
+3
2008-10-26
Nuke unused miBankNewSerialNumber
Julien Cristau
1
-12
/
+0
2008-10-26
Nuke prototype for nonexistent function
Julien Cristau
1
-4
/
+0
2008-10-10
mieq: Backtrace when the queue overflows.
Adam Jackson
1
-0
/
+6
2008-10-08
mi: functions here are carrying 'time' without need.
Tiago Vignatti
2
-11
/
+9
2008-10-08
mi: remove deprecated and unused functions.
Tiago Vignatti
2
-36
/
+0
2008-10-06
xalloc+bzero -> xcalloc
Adam Jackson
1
-2
/
+1
2008-10-03
Dangling use of miDestroyGCOps
Adam Jackson
1
-1
/
+0
2008-10-03
Fix compile for miSetScreenPixmap prototype.
Adam Jackson
1
-4
/
+0
2008-10-03
Delete unused miModifyBanking()
Adam Jackson
2
-60
/
+0
2008-10-03
Remove unused wrapping for visual initialization.
Adam Jackson
3
-57
/
+3
2008-10-03
staticize mi{G,S}etScreenPixmap
Adam Jackson
1
-13
/
+13
2008-10-03
miFindMaxBand is dead code
Adam Jackson
2
-34
/
+0
2008-10-03
mi{Create,Destroy}GCOps are unused, nuke 'em.
Adam Jackson
2
-33
/
+0
2008-10-03
Remove a bunch of unused API from the mi export list.
Adam Jackson
15
-25
/
+21
2008-10-03
Remove the Must_have_memory hack.
Adam Jackson
2
-13
/
+6
2008-09-21
mieq: Made custom event handlers safer for nevents >1
Jeremy Huddleston
1
-12
/
+18
2008-09-19
When resizing a window with redirected descendents, don't expose them
Keith Packard
1
-0
/
+9
2008-09-03
mieq: Fix my broken cherry pick.
Jeremy Huddleston
1
-2
/
+1
2008-09-03
mieqProcessInputEvents: Check custom event handlers first.
Jeremy Huddleston
1
-16
/
+13
2008-08-28
Prepare for array-index based devPrivates.
Tomas Carnecky
6
-13
/
+25
2008-08-27
Add an array of integers for use as per-screen cursor private keys.
Eamon Walsh
1
-7
/
+7
2008-08-19
Refactor misprite a bit.
Adam Jackson
2
-26
/
+38
2008-08-18
Fix the tile offset in miPaintWindow for ParentRelative windows.
Fredrik Höglund
1
-2
/
+2
2008-08-13
Eviscerate save-under support.
Adam Jackson
4
-313
/
+2
2008-07-31
Unifdef XIDLE.
Adam Jackson
1
-12
/
+0
2008-07-24
Sync is built-in and mandatory.
Adam Jackson
1
-11
/
+2
2008-07-24
XC-MISC is built-in and mandatory.
Adam Jackson
1
-11
/
+2
2008-07-24
Bigreqs are built-in and mandatory.
Adam Jackson
1
-11
/
+2
2008-07-24
Shape extension is built-in and mandatory.
Adam Jackson
6
-27
/
+2
2008-07-23
Unifdef sgi.
Adam Jackson
1
-1
/
+1
2008-07-23
Unifdef QNX.
Adam Jackson
1
-3
/
+0
2008-07-18
Drop the FONTCACHE extension.
Adam Jackson
1
-12
/
+0
2008-07-16
Make --enable-debug usable again
Daniel Stone
1
-1
/
+1
[next]