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
/
dmx
/
input
/
dmxconsole.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-01-12
Replace 'pointer' type with 'void *'
Keith Packard
1
-6
/
+6
2014-01-12
Bunch of DMX warning fixes
Keith Packard
1
-2
/
+2
2012-06-05
api: rework the X server driver API to avoid global arrays.
Dave Airlie
1
-2
/
+2
2012-03-21
Introduce a consistent coding style
Keith Packard
1
-333
/
+394
2010-06-06
Remove more superfluous if(p) checks around free(p)
Mikhail Gusarov
1
-1
/
+1
2010-06-05
Rename region macros to eliminate screen argument
Keith Packard
1
-1
/
+1
2010-06-03
Move each screen's x/y origin into ScreenRec.
Jamey Sharp
1
-13
/
+12
2010-06-03
Move each screen's root-window pointer into ScreenRec.
Jamey Sharp
1
-1
/
+1
2008-10-08
Fix more xcalloc stupidity.
Adam Jackson
1
-2
/
+2
2008-10-06
xalloc+memset(0) -> xcalloc
Adam Jackson
1
-2
/
+1
2007-08-28
devPrivates rework: since API is already broken, switch everything
Eamon Walsh
1
-5
/
+8
2007-06-29
Death to RCS tags.
Adam Jackson
1
-1
/
+0
2007-04-02
As for normal mouse device, init valuator maxval[] to real values, not zero.
Brian
1
-2
/
+7
2006-04-14
Coverity #1005: Avoid a null deref.
Adam Jackson
1
-2
/
+3
2005-07-12
Prepare Xdmx and Xvfb for modularization by adding appropriate #include
Kevin E Martin
1
-0
/
+4
2004-07-28
When using DMX console input, make detached screens display as grey (vs.
Rik Faith
1
-5
/
+23
2004-06-30
Add Distributed Multihead X (DMX) support
Kevin E Martin
1
-0
/
+1001