index
:
~jeremyhu/xserver
PR-290
PR-290-1.9
PR-486
bus-cleanup
darwin-xfree86
for-keith
master
puntage
server-1.10-apple
server-1.11-apple
server-1.12-apple
server-1.13-apple
server-1.13-apple-indent
server-1.13-apple-pre-indent
server-1.13-branch
server-1.14-apple
server-1.14-branch
server-1.15-apple
server-1.15-branch
server-1.16-apple
server-1.16-branch
server-1.17-apple
server-1.17-branch
server-1.18-apple
server-1.4-apple
server-1.5-apple
server-1.6-apple
server-1.7-apple
server-1.8-apple
server-1.9-apple
xquartz-composite
XQuartz feature work
jeremyhu
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
xfree86
/
dixmods
/
extmod
Age
Commit message (
Expand
)
Author
Files
Lines
2014-10-02
xfree86: Delete file modinit.h
Daniel Martin
1
-80
/
+0
2012-07-10
Remove the last remnants of extmod
Daniel Stone
2
-84
/
+0
2012-07-10
Move XFree86-VidMode from extmod to built-in
Daniel Stone
3
-2179
/
+1
2012-07-09
Move DGA from extmod to built-in
Daniel Stone
4
-1174
/
+0
2012-07-09
Move SELinux from extmod to built-in
Daniel Stone
1
-33
/
+2
2012-07-09
Move Xv and XvMC from extmod to built-in
Tomas Carnecky
4
-59
/
+1
2012-07-09
Move XRes from extmod to built-in
Tomas Carnecky
1
-8
/
+0
2012-07-09
Move DPMS from extmod to built-in
Tomas Carnecky
1
-8
/
+0
2012-07-09
Move MIT-SCREEN-SAVER from extmod to built-in
Tomas Carnecky
1
-8
/
+0
2012-07-09
extmod: Use ARRAY_SIZE rather than sentinel
Daniel Stone
1
-7
/
+1
2012-07-09
Add xf86ExtensionInit for DDX extension configuration
Daniel Stone
1
-15
/
+0
2012-07-09
Move extension initialisation prototypes into extinit.h
Daniel Stone
4
-3
/
+5
2012-07-09
Replace INITARGS with void
Tomas Carnecky
2
-33
/
+20
2012-07-09
Xinerama: Fix ExtensionInit prototype
Daniel Stone
1
-1
/
+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
2
-163
/
+189
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
2
-41
/
+52
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
2
-47
/
+35
2012-07-07
xf86dga: handle DGAAvailable for gpu screens. (v2)
Dave Airlie
1
-0
/
+1
2012-05-14
xfree86: Add ifdef wrapper to xvmodproc.h
Michal Suchanek
1
-0
/
+4
2012-04-19
Merge remote-tracking branch 'yselkowitz/master'
Keith Packard
1
-1
/
+1
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-04-05
xfree86: allow modules to be built without undefined symbols
Yaakov Selkowitz
1
-1
/
+1
2012-03-21
Introduce a consistent coding style
Keith Packard
7
-1735
/
+1618
2012-01-12
Revert "dix: Pull client-is-local flag up to the ClientRec"
Keith Packard
2
-4
/
+4
2012-01-06
dix: Pull client-is-local flag up to the ClientRec
Adam Jackson
2
-4
/
+4
2011-10-15
xfree86: Link modules with -module
Jeremy Huddleston
1
-1
/
+1
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
2011-01-27
xfree86/dga: Remove DGAIsDgaEvent()
Ville Syrjala
1
-1
/
+0
2010-12-31
Fix asprintf typo in commit d2c42b10
Alan Coopersmith
1
-1
/
+1
2010-12-31
xcmisc: warning fix
Adam Jackson
1
-0
/
+4
2010-12-07
Replace alloc+strcpy+strcat with asprintf() & XNFasprintf() calls
Alan Coopersmith
1
-4
/
+1
2010-12-01
DGA: fix screen number check
Julien Cristau
1
-23
/
+23
2010-09-28
xserver: delete pervasively use of DISPATCH_PROC
Tiago Vignatti
4
-163
/
+81
2010-06-10
Remove unnecessary parentheses around return values in functions
Mikhail Gusarov
2
-10
/
+10
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
2
-13
/
+24
2010-06-03
Move each screen's root-window pointer into ScreenRec.
Jamey Sharp
1
-1
/
+1
2010-05-19
Return an appropriately-typed error from dixLookupResourceByType.
Jamey Sharp
1
-2
/
+2
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
2
-56
/
+52
2010-05-13
Replace X-allocation functions with their C89 counterparts
Mikhail Gusarov
3
-31
/
+31
2010-04-23
xfree86: use screen privates for exclusive DGA clients
Jamey Sharp
1
-33
/
+37
2010-04-21
Death to Multibuffer extension
Tiago Vignatti
2
-14
/
+0
2009-12-18
Add type name argument to CreateNewResourceType
Alan Coopersmith
1
-3
/
+1
[next]