index
:
~yselkowitz/xserver
cygwin
cygwin-patches-for-1.12
cygwin-release-1.10
cygwin-release-1.11
cygwin-release-1.16
cygwin-release-1.7
cygwin-release-1.8
cygwin-release-1.9
master
mingw-patches-for-1.13
server-1.10-branch
server-1.11-branch
server-1.7-branch
server-1.8-branch
server-1.9-branch
work
Yaakov's Cygwin/X xserver repository
yselkowitz
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2012-11-19
input: drop FP1616 macro
Peter Hutterer
1
-2
/
+0
2012-11-05
os: Add libnettle as a choice of SHA1 implementation
Yaakov Selkowitz
1
-0
/
+3
2012-11-05
dix: fix shadow warnings
Yaakov Selkowitz
1
-6
/
+6
2012-11-05
dix: fix redundant redeclaration warnings in dixfont
Yaakov Selkowitz
3
-39
/
+47
2012-10-30
Add missing labels for multitouch valuators
Benjamin Tissoires
1
-0
/
+3
2012-10-26
Merge remote-tracking branch 'whot/for-keith'
Keith Packard
1
-0
/
+1
2012-10-19
End physically active touches when device is disabled
Chase Douglas
1
-0
/
+1
2012-10-16
Use X_ATTRIBUTE_PRINTF where suggested for os.h
Jon TURNEY
1
-1
/
+3
2012-09-24
Merge remote-tracking branch 'ajax/server-1.14-abi-churn'
Keith Packard
3
-24
/
+20
2012-09-23
dix: Remove MapUnmapEventsEnabled and friends
Adam Jackson
1
-3
/
+0
2012-09-20
dix: Fix types in WindowOptRec
Adam Jackson
1
-2
/
+2
2012-09-20
dix: Repack ClientRec
Adam Jackson
1
-20
/
+18
2012-09-20
dix: Pull client-is-local flag up to the ClientRec
Adam Jackson
2
-3
/
+1
2012-09-05
Merge remote-tracking branch 'jeremyhu/master'
Keith Packard
2
-4
/
+20
2012-09-04
config/udev: add wrapper around check if server is not seat 0
Dave Airlie
1
-0
/
+2
2012-08-29
list: Use offsetof() and typeof() to determine member offsets within a structure
Jeremy Huddleston Sequoia
2
-4
/
+20
2012-08-27
Merge remote-tracking branch 'whot/for-keith'
Keith Packard
1
-0
/
+1
2012-08-21
Add FormatInt64 to convert signed integers in signal-safe manner
Peter Hutterer
1
-0
/
+1
2012-08-07
Distribute include/glx_extinit.h
Keith Packard
1
-0
/
+1
2012-07-25
glx: drop GLX_LIBS from X server and workaround sdksyms.
Dave Airlie
2
-1
/
+34
2012-07-25
dix: don't use "new" as a parameter name
Aaron Plattner
1
-3
/
+3
2012-07-17
Merge remote-tracking branch 'jturney/master'
Keith Packard
1
-3
/
+7
2012-07-17
xwin: Clean up os wrappers for System, Popen and Pclose on Windows
Keith Packard
1
-3
/
+7
2012-07-16
xf86: Re-export extension disable flags
Aaron Plattner
1
-16
/
+16
2012-07-10
Merge branch 'local-fixes'
Keith Packard
1
-0
/
+3
2012-07-10
Remove last renmants of XFree86LOADER define
Daniel Stone
1
-1
/
+1
2012-07-10
Remove unused setupFunc from extensions
Daniel Stone
1
-1
/
+0
2012-07-10
Move the remnants of loadext.c to miinitext.c
Daniel Stone
1
-2
/
+2
2012-07-10
Loader: Move ExtensionModule types to DIX
Daniel Stone
1
-0
/
+38
2012-07-09
Move SELinux from extmod to built-in
Daniel Stone
1
-1
/
+1
2012-07-09
Xv: Remove excessive module-induced indirection
Tomas Carnecky
1
-2
/
+0
2012-07-09
Move Xv and XvMC from extmod to built-in
Tomas Carnecky
1
-1
/
+2
2012-07-09
Move XRes from extmod to built-in
Tomas Carnecky
1
-1
/
+1
2012-07-09
Move DPMS from extmod to built-in
Tomas Carnecky
1
-1
/
+1
2012-07-09
Move MIT-SCREEN-SAVER from extmod to built-in
Tomas Carnecky
1
-1
/
+1
2012-07-09
Move RECORD from external module to built-in
Tomas Carnecky
1
-1
/
+1
2012-07-09
Move DBE from an external module to built-in
Tomas Carnecky
1
-1
/
+1
2012-07-09
Move extension initialisation prototypes into extinit.h
Daniel Stone
3
-94
/
+155
2012-07-09
Make extension.h self-contained, remove C++ externs
Daniel Stone
1
-2
/
+3
2012-07-09
Add a common ARRAY_SIZE macro to dix.h
Daniel Stone
1
-0
/
+2
2012-07-09
Replace padlength tables with inline functions from misc.h
Alan Coopersmith
1
-0
/
+14
2012-07-09
Remove unneccesary casts from WriteToClient calls
Alan Coopersmith
1
-2
/
+2
2012-07-09
Reliably reset signals at server init time
Keith Packard
1
-0
/
+3
2012-07-07
dix/randr: add a hook into screen to replace scanout pixmap
Dave Airlie
1
-0
/
+3
2012-07-07
dix/xf86: initial offload slave tracking (v1.1)
Dave Airlie
2
-0
/
+9
2012-07-07
dix/pixmap: track dirty pixmaps in server. (v4)
Dave Airlie
3
-0
/
+26
2012-07-07
randr: add initial scanout pixmap support (v3)
Dave Airlie
2
-0
/
+25
2012-07-07
dix: pixmap sharing infrastructure (v3)
Dave Airlie
1
-0
/
+17
2012-07-07
dix: add ability to link output slave gpus to the current gpu (v1.1)
Dave Airlie
2
-0
/
+9
2012-07-06
dix: add unattached list for attaching screens to initially. (v1.1)
Dave Airlie
2
-0
/
+11
[next]