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
/
composite
Age
Commit message (
Expand
)
Author
Files
Lines
2012-04-19
Export CompositeClientWindowType
Keith Packard
2
-1
/
+3
2012-04-18
composite: Report pixmap usage of client windows to resource extension.
Rami Ylimäki
1
-0
/
+25
2012-03-21
Introduce a consistent coding style
Keith Packard
7
-1422
/
+1366
2011-10-19
composite: Update borderClip in compAllocPixmap()
Ville Syrjala
1
-4
/
+7
2011-09-21
Use internal temp variable for swap macros
Matt Turner
1
-43
/
+31
2011-08-03
composite: Inhibit window background paint with manual subwindow redirection
Ville Syrjälä
1
-0
/
+2
2011-08-03
Revert "composite: Don't backfill non-MapWindow allocations"
Pierre-Loup A. Griffais
1
-7
/
+3
2011-05-04
composite: Recompute clipping when changing between manual and automatic redi...
Ville Syrjälä
1
-0
/
+6
2011-05-04
composite: Fix pWin->redirectDraw when changing between manual and automatic ...
Ville Syrjälä
1
-0
/
+5
2011-05-04
composite: Copy the window contents back from the pixmap
Ville Syrjälä
3
-11
/
+57
2011-05-04
composite: Get rid of the internal UnmapWindow+MapWindow cycle
Ville Syrjälä
1
-42
/
+45
2011-05-04
composite: Initialize borderClip with current values
Ville Syrjälä
1
-2
/
+4
2011-05-04
composite: Call ValidateGC after ChangeGC
Ville Syrjälä
1
-2
/
+1
2011-04-15
Revert "composite: Don't backfill non-bg-None windows"
Adam Jackson
1
-26
/
+0
2011-03-10
panoramiX: consolidate common id assignment code.
Dave Airlie
1
-4
/
+1
2011-01-05
composite: Support updating an arbitrary subtree
Ville Syrjälä
4
-13
/
+31
2011-01-05
composite: Add SourceValidate wrapper
Ville Syrjälä
2
-0
/
+23
2011-01-05
composite: Add GetImage wrapper
Ville Syrjälä
3
-1
/
+29
2011-01-05
Revert "composite: Convert compWindowUpdate to use TraverseTree"
Ville Syrjälä
1
-15
/
+15
2010-12-31
composite: Remove unnecessary variable.
Pauli Nieminen
3
-12
/
+2
2010-12-31
composite: Only register the block handler when it is required
Pauli Nieminen
2
-33
/
+37
2010-12-07
Sun's copyrights now belong to Oracle
Alan Coopersmith
6
-6
/
+6
2010-11-30
composite: add panoramix support
David Reveman
4
-13
/
+391
2010-11-10
Replace usage of DamageRegionAppend with DamageDamageRegion to fix reportAfter.
Eric Anholt
2
-3
/
+3
2010-10-18
composite: Move the backfill comment to a more appropriate indent level
Adam Jackson
1
-4
/
+4
2010-10-18
composite: Don't backfill non-MapWindow allocations
Adam Jackson
1
-3
/
+7
2010-10-18
composite: Don't backfill non-bg-None windows
Adam Jackson
1
-1
/
+23
2010-09-10
composite: Convert compWindowUpdate to use TraverseTree
Adam Jackson
1
-15
/
+15
2010-06-22
composite: fix freeing of old pixmap until after move/resize/cbw (bug 28345)
Dave Airlie
3
-10
/
+87
2010-06-05
Change the devPrivates API to require dixRegisterPrivateKey
Keith Packard
3
-14
/
+22
2010-06-05
Rename region macros to eliminate screen argument
Keith Packard
3
-25
/
+25
2010-06-03
composite: use config notify hook to do pixmap resize.
Dave Airlie
3
-153
/
+54
2010-06-03
Move each screen's root-window pointer into ScreenRec.
Jamey Sharp
2
-2
/
+2
2010-06-03
Move each screen's screensaver data into ScreenRec.
Jamey Sharp
1
-1
/
+1
2010-06-02
composite: initialise pOldPixmap to NullPixmap at alloc time.
Dave Airlie
1
-0
/
+1
2010-05-19
Return an appropriately-typed error from dixLookupResourceByType.
Jamey Sharp
1
-4
/
+1
2010-05-13
Eliminate boilerplate around client->noClientException.
Jamey Sharp
1
-5
/
+5
2010-05-13
Replace dixChangeGC with calls directly to the right variant.
Jamey Sharp
1
-1
/
+1
2010-05-13
dixChangeGC callers: Use ChangeGCVal instead of XID almost everywhere.
Jamey Sharp
1
-2
/
+3
2010-05-13
Replace X-allocation functions with their C89 counterparts
Mikhail Gusarov
3
-21
/
+21
2010-02-17
os: Prevent core dump from being truncated.
Rami Ylimaki
1
-1
/
+1
2009-12-18
Add type name argument to CreateNewResourceType
Alan Coopersmith
1
-9
/
+6
2009-12-18
Ensure all resource types created have names registered
Alan Coopersmith
1
-0
/
+6
2009-12-16
Update Sun license notices to current X.Org standard form
Alan Coopersmith
6
-126
/
+90
2009-10-09
composite: Revert changes from adding support for BGRA picture formats.
Michel Dänzer
1
-3
/
+1
2009-10-08
Cast small-int values through intptr_t when passed as pointers
Jamey Sharp
1
-2
/
+2
2009-09-30
dix/glx/composite: consolidate visual resize in one place.
Dave Airlie
1
-55
/
+4
2009-09-21
input: define server-supported protocol versions in one single file.
Peter Hutterer
1
-6
/
+4
2009-08-20
composite: Move screen init before extension registration.
Adam Jackson
1
-3
/
+5
2009-08-04
Add support for RENDER BGRA formats.
Michel Dänzer
1
-1
/
+3
[next]