summaryrefslogtreecommitdiff
path: root/composite/compwindow.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-08dix: Restore PaintWindow screen hookAdam Jackson1-1/+1
2014-10-27composite: Skip SetWindowPixmap when pixmap isn't changingKeith Packard1-3/+4
2014-04-21composite: Fix memory leak in compCopyWindowPeter Harris1-0/+1
2014-04-01composite: Add exception mechanism for implicit redirection policyKristian Høgsberg1-0/+18
2014-01-22composite: Remove duplicate window pixmap fetchKeith Packard1-1/+0
2014-01-12Replace 'pointer' type with 'void *'Keith Packard1-5/+5
2012-07-09Fix more poorly indented/wrapped comments & codeAlan Coopersmith1-2/+4
2012-06-28dix/render: consolidate window format matching code.Dave Airlie1-24/+2
2012-03-21Introduce a consistent coding styleKeith Packard1-410/+390
2011-05-04composite: Fix pWin->redirectDraw when changing between manual and automatic ...Ville Syrjälä1-0/+5
2011-05-04composite: Copy the window contents back from the pixmapVille Syrjälä1-4/+12
2011-01-05composite: Support updating an arbitrary subtreeVille Syrjälä1-5/+17
2011-01-05Revert "composite: Convert compWindowUpdate to use TraverseTree"Ville Syrjälä1-15/+15
2010-12-07Sun's copyrights now belong to OracleAlan Coopersmith1-1/+1
2010-11-30composite: add panoramix supportDavid Reveman1-4/+18
2010-11-10Replace usage of DamageRegionAppend with DamageDamageRegion to fix reportAfter.Eric Anholt1-2/+2
2010-09-10composite: Convert compWindowUpdate to use TraverseTreeAdam Jackson1-15/+15
2010-06-22composite: fix freeing of old pixmap until after move/resize/cbw (bug 28345)Dave Airlie1-9/+59
2010-06-05Rename region macros to eliminate screen argumentKeith Packard1-21/+21
2010-06-03composite: use config notify hook to do pixmap resize.Dave Airlie1-126/+45
2010-06-03Move each screen's screensaver data into ScreenRec.Jamey Sharp1-1/+1
2010-02-17os: Prevent core dump from being truncated.Rami Ylimaki1-1/+1
2009-12-16Update Sun license notices to current X.Org standard formAlan Coopersmith1-21/+15
2009-10-08Cast small-int values through intptr_t when passed as pointersJamey Sharp1-2/+2
2009-05-15Correct some Sun license notices to Sun's standard X11 license formatAlan Coopersmith1-17/+24
2008-08-31damage: choose less ambiguous function namesMaarten Maathuis1-2/+2
2008-08-29{damage,exa}: sanitise damageMaarten Maathuis1-2/+2
2008-05-12Prevent the -wm command line option from causing a SEGVJames Cloos1-1/+1
2008-05-12Clean up whitespaceJames Cloos1-35/+35
2008-02-28XACE: Fix instances of DixUnknownAccess at hook callsites.Eamon Walsh1-1/+1
2008-02-17Resize composite overlay window when the root window changes.Maarten Maathuis1-0/+25
2007-09-13Remove the PaintWindow optimization.Eric Anholt1-16/+1
2007-09-01[COMPOSITE] Composite used for pixmap population on redirect. (Bug #7447)Keith Packard1-1/+1
2007-07-09Fix regression from recent composite changes.Michel Dänzer1-1/+1
2007-07-03Make Composite manual redirect windows not clip their parent.Keith Packard1-16/+17
2007-06-29Death to RCS tags.Adam Jackson1-2/+0
2006-12-15Convert callers of LookupWindow() to dixLookupWindow().Eamon Walsh1-3/+3
2006-08-08Add CompositeRegisterAlternateVisuals.Aaron Plattner1-1/+1
2006-03-29Fix composite overlay window bug 6411Deron Johnson1-0/+8
2006-03-13Part 3 of 3 (Other parts are in proto and lib) Composite Version 0.3:Deron Johnson1-0/+51
2005-07-03Fix more include paths; add dix-config.h to XKB code.Daniel Stone1-3/+0
2005-07-03Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.Daniel Stone1-0/+4
2004-08-15Clip destination instead of source. Should be the same, but it looks nicerKeith Packard1-6/+5
2004-08-15Remove debugging code which did a full tree walk on every window operationKeith Packard1-1/+3
2004-08-15Redraw window borders when switching window pixmaps aroundKeith Packard1-0/+20
2004-08-13Empty damage object when freeing pixmap.Keith Packard1-2/+23
2004-08-12Fix some issues reported by deronj:Eric Anholt1-1/+4
2004-08-12Paint to parent window instead of parent window's pixmap (helps for serversKeith Packard1-5/+6
2004-07-31Integrate COMPOSITEWRAP branch including composite wrapper. This code stillEric Anholt1-0/+708