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
2014-07-28
mieq: Fix a crash regression in mieqProcessDeviceEvent
Jeremy Huddleston Sequoia
1
-1
/
+1
2014-06-06
mi: Build fix: mieqProcessDeviceEvent returns void
Jeremy Huddleston Sequoia
1
-1
/
+1
2014-06-04
mi: don't process events from disabled devices (#77884)
Peter Hutterer
1
-0
/
+4
2014-05-08
mi: start calculating the sprite trace from the first child of root
Peter Hutterer
1
-1
/
+1
2014-04-01
Make XYToWindow a screen function
Keith Packard
3
-0
/
+71
2014-03-29
mi: Hush extension initialization (#75870)
Adam Jackson
1
-8
/
+0
2014-03-26
mi: miPutImage with XYPixmap failed at depth 32 on 64-bit machines
Keith Packard
1
-1
/
+1
2014-03-25
miinitext: introduce LoadExtensionList() to replace over LoadExtension()
Emil Velikov
1
-14
/
+18
2014-03-23
miinitext: avoid allocating a sentinel ExtensionModule
Emil Velikov
1
-3
/
+2
2014-03-23
miinitext: constify staticExtensions
Emil Velikov
1
-1
/
+1
2014-03-23
miinitext: drop sentinel detection during LoadExtension
Emil Velikov
1
-3
/
+0
2014-03-23
miinitext: move AddStaticExtensions() to LoadExtension()
Emil Velikov
1
-4
/
+4
2014-02-10
mi: fix printf warning about size_t format specifier
Peter Hutterer
1
-1
/
+1
2014-01-12
Clean up a few function prototypes to not place formals in /**/
Keith Packard
1
-28
/
+21
2014-01-12
Replace 'pointer' type with 'void *'
Keith Packard
14
-35
/
+35
2014-01-12
Clean up warnings in mi.
Keith Packard
2
-5
/
+2
2013-11-14
mieq: Bump default queue size to 512
Adam Jackson
1
-1
/
+1
2013-11-11
present: Don't try to initialize when building without present support
Adam Jackson
1
-0
/
+2
2013-10-31
present: Add Present extension
Keith Packard
1
-0
/
+3
2013-10-31
dri3: Add DRI3 extension
Keith Packard
1
-0
/
+1
2013-09-10
damage: Simplify DamageUnregister
Adam Jackson
1
-2
/
+1
2013-09-10
mipointer: Remove deprecated miPointerCurrentScreen
Adam Jackson
2
-14
/
+0
2013-09-10
dix: FIXES is not optional
Adam Jackson
1
-5
/
+0
2013-09-10
misprite: Delete some dead private storage
Adam Jackson
1
-7
/
+0
2013-09-10
mipointer: Remove EnqueueEvent from miPointerScreenFuncRec
Adam Jackson
2
-8
/
+0
2013-09-10
mipointer: Flatten calls to mieqSwitchScreen
Adam Jackson
2
-10
/
+3
2013-09-10
mi: Avoid stack smash when drawing dashed lines
Peter Harris
1
-3
/
+3
2013-08-06
Allow disabling XFree86-DGA, DRI, VidModeExtension extensions
Alan Coopersmith
1
-1
/
+1
2013-01-09
mi: Ensure pointer emulating touch events update the sprite
Carlos Garnacho
1
-1
/
+5
2012-12-19
Merge remote-tracking branch 'alanc/master'
Keith Packard
1
-3
/
+6
2012-12-18
EnableDisableExtensionError: Use ARRAY_SIZE rather than sentinel
Alan Coopersmith
1
-3
/
+6
2012-12-17
mi: rename mipointer's internal event list
Peter Hutterer
1
-9
/
+9
2012-12-17
Xi: fill in barrier root x/y after clamping to RandR outputs
Peter Hutterer
1
-1
/
+17
2012-12-17
Pass the event list through to the pointer barrier code to return it
Peter Hutterer
2
-3
/
+6
2012-12-17
Add support for XI2.3: Pointer barrier events and releases.
Jasper St. Pierre
1
-0
/
+4
2012-12-17
barriers: Switch to an explicit hook for barrier constrainment
Jasper St. Pierre
1
-0
/
+16
2012-11-21
Constify argument to LoadExtension
Daniel Stone
1
-1
/
+1
2012-11-05
mi: fix shadow warnings
Yaakov Selkowitz
2
-7
/
+3
2012-10-04
mi: drop two useless conditions in miPointerSetPosition
Peter Hutterer
1
-5
/
+0
2012-09-23
dix: Delete mibstore.h
Daniel Martin
2
-25
/
+1
2012-09-23
dix: Delete mibstore.c
Daniel Martin
1
-43
/
+0
2012-08-23
mi: don't check for core events in miPointerSetPosition (#53568)
Peter Hutterer
1
-1
/
+1
2012-07-24
XQuartz: Fix runtime regressions introduced by extension loading changes
Jeremy Huddleston
1
-0
/
+6
2012-07-10
Remove unused setupFunc from extensions
Daniel Stone
1
-31
/
+25
2012-07-10
Replace NO_HW_ONLY_EXTS with Xorg DDX test
Daniel Stone
1
-1
/
+1
2012-07-10
Unify miinitext.c
Daniel Stone
1
-121
/
+1
2012-07-10
Remove Xorg-specific extensions from non-Xorg miinitext
Daniel Stone
1
-26
/
+1
2012-07-10
Quartz: Move PseudoramiX initialisation to DDX
Daniel Stone
1
-5
/
+0
2012-07-10
Move the remnants of loadext.c to miinitext.c
Daniel Stone
1
-1
/
+84
2012-07-10
Loader: Move ExtensionModule types to DIX
Daniel Stone
1
-3
/
+1
[next]