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
/
miext
Age
Commit message (
Expand
)
Author
Files
Lines
2012-05-14
miext: Remove redundant declaration.
Michal Suchanek
1
-3
/
+0
2012-03-21
Introduce a consistent coding style
Keith Packard
28
-3682
/
+3512
2011-11-18
rootless: Fix a server crash when choosing a color with the gimp color wheel
dtakahashi42
1
-2
/
+2
2011-07-01
Merge remote-tracking branch 'whot/for-keith'
Keith Packard
1
-1
/
+1
2011-06-30
Fix UTF-8 encoding
Matěj Cepl
1
-1
/
+1
2011-06-16
miext: Mark some variables as unused.
Cyril Brulebois
6
-6
/
+6
2011-04-25
rootless: Fix a typo in RootlessGlyphs which resulted in a garbage value
Jeremy Huddleston
1
-1
/
+1
2011-04-25
rootless: Dead code removal
Jeremy Huddleston
2
-3
/
+0
2011-04-13
damage: use DamageReportDamage for the initial borderClip damage report
Erkki Seppälä
2
-50
/
+55
2011-03-14
Remove TriStrip and TriFan from the picture screen
Søren Sandmann Pedersen
2
-66
/
+0
2011-02-27
Revert "rootless: Remove ROOTLESS_WORKAROUND"
Jeremy Huddleston
1
-1
/
+5
2011-02-08
shadow: Remove hw/xfree86/ from includes
Adam Jackson
1
-2
/
+0
2011-02-08
rootless: Remove hw/xfree86/ from includes
Adam Jackson
1
-1
/
+0
2011-02-08
damage: Remove hw/xfree86/ from includes
Adam Jackson
1
-1
/
+1
2011-01-05
Call SourceValidate even if src == dst
Ville Syrjälä
1
-22
/
+0
2011-01-05
Add subWindowMode parameter to SourceValidate
Ville Syrjälä
2
-4
/
+7
2010-12-27
mi: Sync: Don't free managed screen private
Daniel Stone
1
-1
/
+0
2010-12-06
Add fence sync driver interface
James Jones
3
-2
/
+233
2010-12-06
Move some sync code to miext
James Jones
5
-2
/
+149
2010-11-30
dix: Remove the backing store leftovers
Adam Jackson
1
-12
/
+0
2010-11-10
Merge remote branch 'whot/for-keith'
Keith Packard
2
-6
/
+3
2010-11-10
shadow: Optimize shadowUpdatePacked(). (#26973)
Adam Jackson
1
-2
/
+2
2010-11-11
Remove more superfluous if(p!=NULL) checks around free(p).
Cyril Brulebois
1
-2
/
+1
2010-11-11
Remove superfluous if(p!=NULL) checks around free(p); p=NULL;
Cyril Brulebois
1
-4
/
+2
2010-09-13
rootless: Delete dead remnants of rootless acceleration.
Jamey Sharp
4
-158
/
+11
2010-09-13
rootless: ROOTLESS_GLOBAL_COORDS is always set, so unifdef it.
Jamey Sharp
5
-26
/
+3
2010-09-13
rootless: ROOTLESS_TRACK_DAMAGE is never set, so unifdef it.
Jamey Sharp
5
-85
/
+5
2010-09-13
Delete redundant GC initializations.
Jamey Sharp
2
-2
/
+0
2010-09-13
Delete unused devPrivate field from GCFuncs and GCOps.
Jamey Sharp
1
-1
/
+0
2010-09-13
damage: Delete NOTUSED block--it was never not NOTUSED.
Jamey Sharp
1
-22
/
+0
2010-09-11
rootless: Remove ROOTLESS_WORKAROUND
Jeremy Huddleston
1
-5
/
+1
2010-08-12
XQuartz: Make application switching work better for the no-spaces case
Jeremy Huddleston
2
-5
/
+11
2010-08-10
rootless: fix uninitialized private key assert in non-rootless modes in Cygwin/X
Jon TURNEY
1
-0
/
+3
2010-07-19
rootless: Adjust the frame size of the native root window in RootlessResizeWi...
Jan Hauffa
1
-0
/
+7
2010-06-10
Fix a couple more possible errors with input-only windows
Keith Packard
1
-2
/
+2
2010-06-10
Remove unnecessary parentheses around return values in functions
Mikhail Gusarov
1
-1
/
+1
2010-06-06
Replace deprecated bzero with memset
Mikhail Gusarov
1
-1
/
+1
2010-06-05
Clean up after removal of screen parameters from region macros.
Jamey Sharp
4
-30
/
+14
2010-06-05
Damage pixmap private key was being mis-registered as a picture key
Keith Packard
1
-1
/
+1
2010-06-05
Move the shadow screen private key initialization to shadowSetup
Keith Packard
1
-3
/
+3
2010-06-05
Change the devPrivates API to require dixRegisterPrivateKey
Keith Packard
6
-44
/
+71
2010-06-05
Rename region macros to eliminate screen argument
Keith Packard
13
-192
/
+192
2010-06-05
rootless: Fix SetShape regression
Jeremy Huddleston
2
-3
/
+3
2010-06-03
Move each screen's x/y origin into ScreenRec.
Jamey Sharp
1
-4
/
+4
2010-06-03
Move each screen's root-window pointer into ScreenRec.
Jamey Sharp
4
-11
/
+15
2010-05-13
Define GCAllBits as the union of all valid CreateGC masks.
Jamey Sharp
1
-1
/
+1
2010-05-13
Replace dixChangeGC with calls directly to the right variant.
Jamey Sharp
1
-4
/
+4
2010-05-13
dixChangeGC callers: Use ChangeGCVal instead of XID almost everywhere.
Jamey Sharp
1
-8
/
+8
2010-05-13
Replace X-allocation functions with their C89 counterparts
Mikhail Gusarov
7
-26
/
+26
2010-05-02
rootless: Remove an unneeded comment
Jeremy Huddleston
1
-4
/
+0
[next]