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
/
Xext
Age
Commit message (
Expand
)
Author
Files
Lines
2012-11-29
When resetting device idle time, reset XIAll(Master)Devices too (#56649)
Peter Hutterer
1
-0
/
+2
2012-11-05
Xext: fix shadow warnings
Yaakov Selkowitz
2
-11
/
+11
2012-11-05
Xext: fix redundant redeclaration warnings
Yaakov Selkowitz
3
-6
/
+0
2012-11-05
Xext: fix unused variable warnings in xf86bigfont.c
Yaakov Selkowitz
1
-12
/
+0
2012-09-20
dix: Pull client-is-local flag up to the ClientRec
Adam Jackson
1
-2
/
+2
2012-08-06
sync: Fix logic error from b55bf248581dc66321b24b29f199f6dc8d02db1b
Adam Jackson
1
-12
/
+12
2012-07-16
Fix two more C99 initialization mistakes using members of same struct
Alan Coopersmith
2
-5
/
+8
2012-07-10
Sync: Always initialise system counter list
Daniel Stone
1
-2
/
+2
2012-07-10
GE: Remove unused RT_GECLIENT
Daniel Stone
1
-2
/
+0
2012-07-10
Xinerama: Reset Composite request vector on close
Daniel Stone
1
-0
/
+3
2012-07-10
XvMC: Remove unused XvMCGeneration
Daniel Stone
1
-2
/
+0
2012-07-10
Xext: Only build one library
Daniel Stone
1
-24
/
+2
2012-07-10
Remove the last remnants of extmod
Daniel Stone
1
-2
/
+0
2012-07-09
Move SELinux from extmod to built-in
Daniel Stone
1
-3
/
+5
2012-07-09
Xv: Remove excessive module-induced indirection
Tomas Carnecky
3
-22
/
+0
2012-07-09
Move Xv and XvMC from extmod to built-in
Tomas Carnecky
5
-8
/
+27
2012-07-09
Move XRes from extmod to built-in
Tomas Carnecky
2
-1
/
+3
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 extension initialisation prototypes into extinit.h
Daniel Stone
21
-22
/
+16
2012-07-09
Replace INITARGS with void
Tomas Carnecky
9
-10
/
+10
2012-07-09
Xinerama: Fix ExtensionInit prototype
Daniel Stone
1
-1
/
+1
2012-07-09
Xext: Add hashtable.h to sources to fix distcheck
Daniel Stone
1
-1
/
+1
2012-07-09
Use C99 designated initializers in extension Events
Alan Coopersmith
7
-61
/
+67
2012-07-09
Use C99 designated initializers in Xext Replies
Alan Coopersmith
17
-378
/
+471
2012-07-09
Use calloc to zero fill buffers being allocated for replies & events
Alan Coopersmith
2
-2
/
+2
2012-07-09
Use temporary variables instead of parts of reply structures
Alan Coopersmith
1
-2
/
+4
2012-07-09
Fix more poorly indented/wrapped comments & code
Alan Coopersmith
2
-6
/
+7
2012-07-09
Remove unneccesary casts from WriteToClient calls
Alan Coopersmith
17
-100
/
+94
2012-06-05
api: rework the X server driver API to avoid global arrays.
Dave Airlie
5
-11
/
+11
2012-05-24
Xext: include dix-config.h
Peter Hutterer
1
-0
/
+4
2012-04-23
xres: Fix build without composite
Jeremy Huddleston
1
-0
/
+3
2012-04-18
dix: add reference count of the resource to ResourceSizeRec
Erkki Seppälä
1
-5
/
+476
2012-04-18
Xext: add a generic hashtable implementation
Erkki Seppälä
3
-1
/
+429
2012-04-18
composite: Report pixmap usage of client windows to resource extension.
Rami Ylimäki
1
-1
/
+13
2012-04-18
render: Report pixmap usage of pictures to resource extension.
Rami Ylimäki
1
-0
/
+27
2012-04-18
Implemented first part of XResource extension v1.2: X_XResQueryClientIds
Erkki Seppälä
1
-5
/
+312
2012-03-22
Xext: Add per-device SyncCounters
Peter Hutterer
2
-5
/
+46
2012-03-22
Change lastDeviceIdleTime to be per-device
Peter Hutterer
2
-3
/
+6
2012-03-22
Xext: strdup() the SystemSyncCounter name
Peter Hutterer
2
-2
/
+3
2012-03-22
Xext: store the bracket values for idle counters in the private
Peter Hutterer
1
-18
/
+27
2012-03-22
Xext: pass the counter into block/wakeup handlers
Peter Hutterer
1
-4
/
+4
2012-03-22
Xext: add a private field to SyncSystemCounters
Peter Hutterer
2
-0
/
+11
2012-03-22
Xext: localise pIdleTimeValueLess/Greater
Peter Hutterer
1
-12
/
+16
2012-03-22
Xext: localise use of IdleTimeCounter
Peter Hutterer
1
-7
/
+9
2012-03-22
sync: Use a linked list instead of an array for SysCounterList.
Jamey Sharp
2
-39
/
+17
2012-03-22
Xext: SyncCreateSystemCounter returns a SyncCounter*
Peter Hutterer
2
-7
/
+7
2012-03-22
Xext: remove needless /* parameter */ comments in declaration
Peter Hutterer
1
-7
/
+6
2012-03-22
Xext: typedef QueryValue and BracketValue prototypes
Peter Hutterer
2
-27
/
+14
2012-03-22
Xext: drop InitServertime() declaration.
Peter Hutterer
1
-2
/
+0
[next]