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
/
miinitext.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-03-29
mi: Hush extension initialization (#75870)
Adam Jackson
1
-8
/
+0
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
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
dix: FIXES is not optional
Adam Jackson
1
-5
/
+0
2013-08-06
Allow disabling XFree86-DGA, DRI, VidModeExtension extensions
Alan Coopersmith
1
-1
/
+1
2012-12-18
EnableDisableExtensionError: Use ARRAY_SIZE rather than sentinel
Alan Coopersmith
1
-3
/
+6
2012-11-21
Constify argument to LoadExtension
Daniel Stone
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
2012-07-10
Loader: Remove extension initialisation sorting
Daniel Stone
1
-19
/
+15
2012-07-10
Add static extensions before those in modules
Daniel Stone
1
-11
/
+20
2012-07-09
Move SELinux from extmod to built-in
Daniel Stone
1
-0
/
+3
2012-07-09
Xv: Remove excessive module-induced indirection
Tomas Carnecky
1
-2
/
+2
2012-07-09
Move Xv and XvMC from extmod to built-in
Tomas Carnecky
1
-0
/
+4
2012-07-09
Move XRes from extmod to built-in
Tomas Carnecky
1
-0
/
+3
2012-07-09
Move DPMS from extmod to built-in
Tomas Carnecky
1
-0
/
+3
2012-07-09
Move MIT-SCREEN-SAVER from extmod to built-in
Tomas Carnecky
1
-0
/
+3
2012-07-09
Move RECORD from external module to built-in
Tomas Carnecky
1
-0
/
+3
2012-07-09
Move DBE from an external module to built-in
Tomas Carnecky
1
-0
/
+3
2012-07-09
miinitext: Use ARRAY_SIZE rather than sentinel
Daniel Stone
1
-5
/
+5
2012-07-09
Move extension initialisation prototypes into extinit.h
Daniel Stone
1
-101
/
+4
2012-07-09
GLX: Insert swrast provider from GlxExtensionInit
Daniel Stone
1
-5
/
+0
2012-07-09
Reorder extension initialisation for non-Xorg
Daniel Stone
1
-53
/
+75
2012-07-09
Replace INITARGS with void
Tomas Carnecky
1
-36
/
+31
2012-05-14
mi: Remove redundant declarations.
Michal Suchanek
1
-59
/
+0
2012-03-21
Introduce a consistent coding style
Keith Packard
1
-116
/
+144
2011-11-23
Fix gcc -Wwrite-strings warnings in various extensions
Alan Coopersmith
1
-3
/
+3
2011-01-07
NO_PANORAMIX preprocessor symbol is nowhere defined
Tomas Carnecky
1
-2
/
+0
2010-04-26
Boolean-or short-circuits, so (a || (!a && ...)) is redundant. Simplify.
Jamey Sharp
1
-2
/
+1
2010-04-21
Merge remote branch 'vignatti/for-keith'
Keith Packard
1
-13
/
+0
2010-04-21
Death to Multibuffer extension
Tiago Vignatti
1
-13
/
+0
2010-04-19
unifdef -B -DRENDER to always include RENDER code
Keith Packard
1
-10
/
+0
2010-03-22
mi: remove deprecated #include <X11/extensions/xf86bigfstr.h> in miinitext.c
Yaakov Selkowitz
1
-1
/
+1
2009-10-18
Fix segfault when -extension XKEYBOARD is passed on the command line
Alan Coopersmith
1
-5
/
+23
2009-09-26
dmx: undefine MITSHM, move undefs to miinitext.c.
Kevin E Martin
1
-0
/
+12
2009-07-23
mi: fix build error caused by missing xtest.h
Peter Hutterer
1
-1
/
+1
2009-07-15
Update to xextproto 7.0.99.1.
Peter Hutterer
1
-5
/
+3
2009-01-22
XKB: Make XKB mandatory
Daniel Stone
1
-17
/
+3
[next]