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
/
hw
/
dmx
Age
Commit message (
Expand
)
Author
Files
Lines
2012-12-05
hw/dmx: add update_desktop_dimensions() call
Sybren van Elderen
1
-0
/
+2
2012-07-25
glx: drop GLX_LIBS from X server and workaround sdksyms.
Dave Airlie
1
-0
/
+1
2012-07-09
Move extension initialisation prototypes into extinit.h
Daniel Stone
3
-4
/
+2
2012-07-09
GLX: Insert swrast provider from GlxExtensionInit
Daniel Stone
1
-10
/
+0
2012-07-09
Use C99 designated initializers in dmx Replies
Alan Coopersmith
4
-161
/
+216
2012-07-09
Remove unneccesary casts from WriteToClient calls
Alan Coopersmith
6
-80
/
+72
2012-07-03
Drop custom sigio block/unblock functions from kdrive, ephyr and dmx
Peter Hutterer
3
-36
/
+12
2012-06-05
Fix statement not reached warning in _DMXXineramaActive
Alan Coopersmith
1
-1
/
+2
2012-06-05
api: rework the X server driver API to avoid global arrays.
Dave Airlie
4
-18
/
+18
2012-05-01
dmx: Annotate dmxlog.c with _X_ATTRIBUTE_PRINTF and _X_NORETURN
Michal Suchanek
2
-10
/
+22
2012-03-24
os: Pass the FatalError message to OsVendorFatalError
Jeremy Huddleston
2
-4
/
+1
2012-03-21
Introduce a consistent coding style
Keith Packard
145
-18158
/
+20775
2011-12-19
dmx: force -fno-strict-aliasing for xinput example
Peter Hutterer
1
-28
/
+28
2011-12-15
dmx: fix distcheck failure, missing compsize.h in Makefile.am
Gaetan Nadon
1
-0
/
+2
2011-12-05
Move to autoconf standard function name checks & defines
Alan Coopersmith
1
-3
/
+0
2011-11-24
dmx: Build fix for -Werror=implicit-function-declaration on linux
Jeremy Huddleston
1
-0
/
+1
2011-11-23
dmx: Build fix for -Werror=implicit-function-declaration
Jeremy Huddleston
6
-0
/
+95
2011-11-23
Convert a bunch of sprintf to snprintf calls
Alan Coopersmith
2
-4
/
+5
2011-11-23
Convert dmxSetDefaultFontPath to use strdup instead of malloc+strncpy
Alan Coopersmith
1
-7
/
+4
2011-11-23
Convert strncpy/strncat to strlcpy/strlcat
Alan Coopersmith
3
-4
/
+3
2011-11-23
Fix Xdmx build on Linux to work with strlcpy changes
Alan Coopersmith
2
-0
/
+5
2011-11-21
docs: spell "X Server Version" consistently in titles. Add where missing.
Gaetan Nadon
2
-0
/
+4
2011-11-02
mi: remove deprecated miPointerAbsoluteCursor from design doc
Gaetan Nadon
1
-8
/
+1
2011-09-21
Merge remote-tracking branch 'mattst88/for-keith'
Keith Packard
2
-141
/
+106
2011-09-21
Use correct swap{l,s} (or none at all for CARD8)
Matt Turner
1
-5
/
+5
2011-09-21
Use internal temp variable for swap macros
Matt Turner
1
-135
/
+106
2011-09-21
Remove unnecessary #undefs of [f]abs and old comments
Matt Turner
1
-6
/
+0
2011-09-19
Eliminate MAXSCREENS-sized CursorScreenKey array.
Jamey Sharp
1
-2
/
+2
2011-09-19
Replace XmuSnprintf with snprintf.
Jamey Sharp
9
-32
/
+31
2011-09-18
XineramaInitData ignores its argument. Quit passing one.
Jamey Sharp
1
-1
/
+1
2011-09-18
dmx: Fix some "no previous prototype" warnings by making functions static.
Jamey Sharp
3
-43
/
+39
2011-09-18
dmx: Fix a non-constant printf format string warning.
Jamey Sharp
1
-2
/
+2
2011-07-27
Terminate the log with one last message.
Peter Hutterer
1
-3
/
+3
2011-07-07
glx: Remove a few lingering traces of __GLXscreen.GLXVersion
Jon TURNEY
1
-1
/
+0
2011-07-01
Merge remote-tracking branch 'whot/for-keith'
Keith Packard
2
-3
/
+1
2011-07-01
input: free the EQ allocated memory on shutdown (#38634)
Peter Hutterer
1
-0
/
+1
2011-07-01
DMX: Remove useless miPointerUpdateSprite call
Daniel Stone
1
-3
/
+0
2011-06-29
Merge remote-tracking branch 'kibi/master'
Keith Packard
2
-6
/
+5
2011-06-21
Add xkeyboard-config to See Also of man pages referencing xkb
Alan Coopersmith
1
-1
/
+1
2011-06-21
Xdmx.man: convert section references to substituted forms
Alan Coopersmith
1
-3
/
+5
2011-06-21
Xdmx.man: additional updates to modernize XKB information
Alan Coopersmith
1
-3
/
+5
2011-06-21
Xdmx.man: Show actual configured XKB defaults instead of old hardcoded values
Alan Coopersmith
1
-8
/
+8
2011-06-16
dmx/examples: Fix missing key_click_percent assignment.
Cyril Brulebois
1
-2
/
+1
2011-06-16
hw/dmx: Stop using variables for text widgets.
Cyril Brulebois
1
-4
/
+4
2011-05-13
dmx: fix warning for doxygen explicit links
Gaetan Nadon
1
-2
/
+2
2011-05-13
dmx: modernize doxygen generation.
Gaetan Nadon
6
-745
/
+954
2011-05-13
dmx: split DocBook/XML and Doxygen makefile targets
Gaetan Nadon
9
-261
/
+278
2011-05-13
dmx/doc: use common makefile for developers documentation
Gaetan Nadon
1
-4
/
+9
2011-05-11
input: remove DDX event list handling
Peter Hutterer
1
-20
/
+8
2011-05-11
input: replace EventListPtr with InternalEvent array
Peter Hutterer
1
-4
/
+4
[next]