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
2010-04-21
Revert "mi: don't thrash resources when displaying the software cursor across...
Peter Hutterer
1
-111
/
+159
2010-04-16
mi: remove log-spamming bogus error message (#26843)
Peter Hutterer
1
-21
/
+6
2010-04-16
mi: don't thrash resources when displaying the software cursor across screens
Pierre-Loup A. Griffais
1
-159
/
+111
2010-03-22
mi: remove deprecated #include <X11/extensions/xf86bigfstr.h> in miinitext.c
Yaakov Selkowitz
1
-1
/
+1
2009-12-18
Add type name argument to CreateNewResourceType
Alan Coopersmith
1
-3
/
+1
2009-12-18
Ensure all resource types created have names registered
Alan Coopersmith
1
-0
/
+2
2009-12-16
Update Sun license notices to current X.Org standard form
Alan Coopersmith
1
-28
/
+22
2009-10-18
Fix segfault when -extension XKEYBOARD is passed on the command line
Alan Coopersmith
1
-5
/
+23
2009-09-27
Rootless: Correct border rendering on parent-relative windows
Jeremy Huddleston
2
-0
/
+22
2009-09-27
XQuartz: Transition from xEvent based mieq to InternalEvent
Jeremy Huddleston
1
-1
/
+2
2009-09-26
dmx: undefine MITSHM, move undefs to miinitext.c.
Kevin E Martin
1
-0
/
+12
2009-09-22
input: don't use typecasts to access members of InternalEvent.
Peter Hutterer
1
-6
/
+6
2009-09-20
Eliminate bogus event resizing.
Keith Packard
2
-11
/
+14
2009-08-24
mi: include shmint.h if needed, silence compiler warning.
Peter Hutterer
1
-0
/
+1
2009-08-08
mi: fix indentation
Tiago Vignatti
1
-14
/
+14
2009-08-08
mi: fix cursor warping screens
Tiago Vignatti
1
-29
/
+38
2009-07-30
mi: update master event copying to InternalEvents.
Peter Hutterer
2
-29
/
+10
2009-07-30
include: untangle events.h from the SDK headers.
Peter Hutterer
1
-0
/
+1
2009-07-25
mieq: Protect from pDev=NULL in mieqEnqueue and mieqProcessInputEvents
Jeremy Huddleston
1
-6
/
+6
2009-07-23
mi: fix build error caused by missing xtest.h
Peter Hutterer
1
-1
/
+1
2009-07-17
Check dev->u.master if there is a custom event handler, too
Pierre Willenbrock
1
-1
/
+3
2009-07-17
Always update u.lastSlave
Pierre Willenbrock
1
-3
/
+3
2009-07-15
Update to xextproto 7.0.99.1.
Peter Hutterer
3
-9
/
+5
2009-07-15
Update to type-specific raw events - require inputproto 1.9.99.14.
Peter Hutterer
1
-1
/
+5
2009-07-06
s/MAX_DEVICES/MAXDEVICES/ updates.
Peter Hutterer
1
-1
/
+1
2009-06-18
mi: ignore DGA events in ChangeDeviceID
David Miller
1
-0
/
+4
2009-06-03
Merge branch 'master' into xi2
Peter Hutterer
1
-5
/
+22
2009-06-03
mi: only process master if the SD is still attached.
Peter Hutterer
1
-1
/
+3
2009-05-29
XQuartz: Fix alpha to be 1 (screenshots bug, etc)
Jeremy Huddleston
1
-5
/
+22
2009-05-28
Merge branch 'master' into xi2
Peter Hutterer
3
-13
/
+16
2009-05-22
mi: use GetMaster() from MIPOINTER and MISPRITE.
Peter Hutterer
2
-4
/
+4
2009-05-22
input: introduce partial class copying depending on the event.
Peter Hutterer
2
-14
/
+35
2009-05-22
input: remove nested union from InternalEvent.
Peter Hutterer
1
-18
/
+18
2009-05-22
Input: rename DeviceIntRec->isMaster to ->type.
Peter Hutterer
3
-14
/
+14
2009-05-22
Split the signal-handler's lastSlave out into a separate variable.
Peter Hutterer
1
-0
/
+3
2009-05-16
mi: un-deprecate miPointerWarpCursor
Peter Hutterer
1
-1
/
+1
2009-05-16
mi: un-deprecate miPointerWarpCursor
Peter Hutterer
1
-1
/
+1
2009-05-14
Update several of my and/or Red Hat's licenses to standard form.
Adam Jackson
1
-10
/
+11
2009-05-05
mi: don't crash if we're trying to update the pointer for a keyboard.
Peter Hutterer
1
-0
/
+3
2009-05-01
mi: don't crash if we're trying to update the pointer for a keyboard.
Peter Hutterer
1
-0
/
+3
2009-04-29
Fix most remaining deprecated resource lookups.
Eamon Walsh
2
-3
/
+5
2009-04-24
Merge branch 'master' into xi2
Peter Hutterer
1
-1
/
+1
2009-04-24
mi: remove superfluous check.
Peter Hutterer
1
-1
/
+1
2009-04-19
mi: add prototype for CopyGetMasterEvent.
Peter Hutterer
1
-0
/
+7
2009-04-19
mi: fix wrong (*EnqueueEvent) declaration in miPointerScreenFuncRec.
Peter Hutterer
1
-1
/
+1
2009-04-19
mi: fix compiler warning - explicitly typecast to InternalEvent.
Peter Hutterer
1
-1
/
+1
2009-04-09
mi: fix wrong (*EnqueueEvent) declaration in miPointerScreenFuncRec.
Peter Hutterer
1
-1
/
+1
2009-04-09
mi: fix compiler warning - explicitly typecast to InternalEvent.
Peter Hutterer
1
-1
/
+1
2009-04-09
mi: add prototype for CopyGetMasterEvent.
Peter Hutterer
1
-0
/
+7
2009-04-07
Merge branch 'master' into xi2
Peter Hutterer
3
-258
/
+189
[next]