index
:
xcman
master
[Feature complete] Minimal compositing manager for X
Mattias Andrée <m@maandree.se>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
xcompmgr.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename gussianMap to gaussianMap (who the heck is gus?) Allow for other
Keith Packard
2003-11-23
1
-94
/
+245
*
Fix for latest Xfixes changes.
Eric Anholt
2003-11-23
1
-9
/
+7
*
Eliminate several compiler warnings: missing includes, static functions,
Carl Worth
2003-11-19
1
-47
/
+41
*
Made gussian_map get called just once rather than N times
Matthew Allum
2003-11-14
1
-17
/
+19
*
Eliminate all delays in updates; let the X server scheduling handle things.
Keith Packard
2003-11-14
1
-1
/
+13
*
Reduce scheduling latency to 10ms
Keith Packard
2003-11-13
1
-1
/
+1
*
Use an alpha map instead of an ARGB picture for shadows. Update last_update
Keith Packard
2003-11-13
1
-12
/
+29
*
Detect ARGB windows, don't give them shadows, compose them correctly.
Keith Packard
2003-11-11
1
-26
/
+51
*
Track changes to _XROOTPMAP_ID property
Keith Packard
2003-11-10
1
-2
/
+18
*
Add a bit of scheduling to updates; update every 30 ms instead of waiting
Keith Packard
2003-11-10
1
-5
/
+26
*
Make sure _XROOTPMAP_ID property is right type, format and length before
Keith Packard
2003-11-10
1
-1
/
+2
*
Configure damage must include shadow region, not just window. Also, leaking
Keith Packard
2003-11-10
1
-2
/
+3
*
oops. Left in an XSynchronize call.
Keith Packard
2003-11-10
1
-1
/
+0
*
Double buffer updates. Check for InputOnly windows and ignore them
Keith Packard
2003-11-10
1
-19
/
+107
*
Detect root pattern with undocumented _XROOTPMAP_ID property
Keith Packard
2003-11-10
1
-5
/
+49
*
Add drop shadows.
Keith Packard
2003-11-10
1
-18
/
+300
*
Initial revision
Keith Packard
2003-11-09
1
-0
/
+472