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
/
xfree86
/
dixmods
/
extmod
/
xf86vmode.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-07-10
Move XFree86-VidMode from extmod to built-in
Daniel Stone
1
-2165
/
+0
2012-07-09
Move extension initialisation prototypes into extinit.h
Daniel Stone
1
-0
/
+1
2012-07-09
Use C99 designated initializers in extension Events
Alan Coopersmith
1
-10
/
+11
2012-07-09
Use C99 designated initializers in xf86 extension Replies
Alan Coopersmith
1
-94
/
+117
2012-07-09
Use calloc to zero fill buffers being allocated for replies & events
Alan Coopersmith
1
-1
/
+1
2012-07-09
xf86dga2.c & xf86vmode.c: Move REQUEST_SIZE_MATCH checks before using stuff
Alan Coopersmith
1
-6
/
+6
2012-07-09
Fix more poorly indented/wrapped comments & code
Alan Coopersmith
1
-1
/
+3
2012-07-09
Remove unneccesary casts from WriteToClient calls
Alan Coopersmith
1
-30
/
+18
2012-04-11
hw/xfree86: Re-indent xf86vmode.c
Keith Packard
1
-346
/
+480
2012-04-11
hw/xfree86: Spurious ');' in xf86vmode.c messed up indentation badly
Keith Packard
1
-1
/
+1
2012-03-21
Introduce a consistent coding style
Keith Packard
1
-1270
/
+1188
2012-01-12
Revert "dix: Pull client-is-local flag up to the ClientRec"
Keith Packard
1
-3
/
+3
2012-01-06
dix: Pull client-is-local flag up to the ClientRec
Adam Jackson
1
-3
/
+3
2011-09-21
Use correct swap{l,s} (or none at all for CARD8)
Matt Turner
1
-2
/
+2
2011-09-21
Use internal temp variable for swap macros
Matt Turner
1
-236
/
+208
2010-09-28
xserver: delete pervasively use of DISPATCH_PROC
Tiago Vignatti
1
-94
/
+52
2010-06-10
Remove unnecessary parentheses around return values in functions
Mikhail Gusarov
1
-1
/
+1
2010-06-06
Remove more superfluous if(p) checks around free(p)
Mikhail Gusarov
1
-2
/
+1
2010-06-05
Change the devPrivates API to require dixRegisterPrivateKey
Keith Packard
1
-7
/
+11
2010-06-03
Move each screen's root-window pointer into ScreenRec.
Jamey Sharp
1
-1
/
+1
2010-05-19
Set event sequence number in WriteEventsToClient instead of at callers.
Jamey Sharp
1
-4
/
+1
2010-05-19
Make WriteEventsToClient/WriteToClient no-op on fake or dead clients.
Jamey Sharp
1
-2
/
+0
2010-05-13
Eliminate boilerplate around client->noClientException.
Jamey Sharp
1
-22
/
+22
2010-05-13
Replace X-allocation functions with their C89 counterparts
Mikhail Gusarov
1
-26
/
+26
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-09-21
input: define server-supported protocol versions in one single file.
Peter Hutterer
1
-2
/
+3
2009-09-21
xfree86: silence warning: ‘ramplen’ may be used uninitialized
Peter Hutterer
1
-1
/
+1
2009-09-04
require xf86vidmodeproto 2.2.99.1 or newer.
Peter Hutterer
1
-2
/
+1
2009-07-14
xfree86: switch to byte counting functions
Peter Hutterer
1
-21
/
+21
2009-06-17
xfree86: fix two compiler warnings in xf86vmode.c
Peter Hutterer
1
-2
/
+2
2009-04-24
Fix byte swapping of XF86VidMode{Get,Set}GammaRamp
Alan Coopersmith
1
-10
/
+6
2008-12-12
Remove #define NEED_EVENTS and NEED_REPLIES
Peter Hutterer
1
-2
/
+0
2008-08-28
Prepare for array-index based devPrivates.
Tomas Carnecky
1
-3
/
+5
2008-08-05
Redefine WindowTable as a fixed array
Tomas Carnecky
1
-2
/
+1
2008-07-24
Remove all empty extension reset hooks, replace with NULL.
Adam Jackson
1
-12
/
+1
2007-11-20
Revert "registry: Register XF86VidMode extension protocol names."
Eamon Walsh
1
-66
/
+1
2007-11-05
Merge branch 'master' into XACE-SELINUX
Eamon Walsh
1
-8
/
+8
2007-11-05
XFree86: Remove usage of alloca
Daniel Stone
1
-8
/
+8
2007-10-15
registry: Register XF86VidMode extension protocol names.
Eamon Walsh
1
-1
/
+66
2007-08-28
devPrivates rework: since API is already broken, switch everything
Eamon Walsh
1
-29
/
+14
2006-07-21
Remove RCS tags. Fix Xprint makefile braindamage.
Adam Jackson
1
-3
/
+0
2006-04-07
Coverity #818: Avoid memory leak on error path.
Adam Jackson
1
-2
/
+4
2006-02-10
Remove libcwrapper usage from xorg server modules. The libcwrapper is only
Eric Anholt
1
-5
/
+1
2005-07-16
Fix the *-config.h includes so that it is possible to build modules without
Kevin E Martin
1
-4
/
+4
2005-07-03
Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h".
Daniel Stone
1
-1
/
+1
2005-07-03
Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.
Daniel Stone
1
-0
/
+4
2005-07-01
Change all misc.h and os.h references to <X11/foo.h>.
Daniel Stone
1
-2
/
+2
2005-04-20
Fix includes right throughout the Xserver tree:
Daniel Stone
1
-4
/
+4
2004-12-12
Reduce vidmode logging.
Kristian Høgsberg
1
-16
/
+18
[next]