summaryrefslogtreecommitdiff
path: root/dix/window.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-27Introduce a consistent coding styleKeith Packard1-2165/+1934
2011-12-21dix: when a window disappears, remove it from the touch sprite traceDaniel Stone1-2/+7
2011-07-15Fix non-Composite builds in PrintWindowTreeDaniel Stone1-1/+9
2011-07-01DIX: Make PrintWindowTree actually usefulDaniel Stone1-27/+114
2011-06-01DIX: Set backgroundState correctly for root windowMarko Macek1-0/+2
2011-03-28consolidate SetRootClip (v2)Dave Airlie1-0/+103
2011-03-10panoramiX: convert 0->panoramiXNumScreens loops to macro (v3)Dave Airlie1-2/+2
2011-01-05composite: Support updating an arbitrary subtreeVille Syrjälä1-0/+4
2010-11-11dix: fix root window background behaviour for protocol callsTiago Vignatti1-2/+22
2010-11-11dix: adds support for none root window backgroundTiago Vignatti1-0/+6
2010-11-11dix: delete logo hack screen saverTiago Vignatti1-200/+0
2010-10-27dix: advance parent window pointer when no node is foundTiago Vignatti1-3/+3
2010-08-16dix: reset pScreen->root to NULL when root window is deleted.Keith Packard1-0/+2
2010-06-10Remove unnecessary parentheses around return values in functionsMikhail Gusarov1-57/+57
2010-06-05dix: Remove test for obsolete NO_XINERAMA_PORT macro.Kim Woelders1-2/+1
2010-06-05Clean up after removal of screen parameters from region macros.Jamey Sharp1-36/+10
2010-06-05Change the devPrivates API to require dixRegisterPrivateKeyKeith Packard1-15/+6
2010-06-05Rename region macros to eliminate screen argumentKeith Packard1-50/+50
2010-06-05Change region implementation names to eliminate the 'mi' prefixKeith Packard1-2/+2
2010-06-03composite: use config notify hook to do pixmap resize.Dave Airlie1-1/+8
2010-06-03Move each screen's x/y origin into ScreenRec.Jamey Sharp1-6/+6
2010-06-03Delete panoramiXdataPtr: it's redundant.Jamey Sharp1-6/+6
2010-06-03Move each screen's root-window pointer into ScreenRec.Jamey Sharp1-11/+10
2010-06-03Move each screen's screensaver data into ScreenRec.Jamey Sharp1-37/+34
2010-05-19Return an appropriately-typed error from dixLookupResourceByType.Jamey Sharp1-4/+4
2010-05-13Quit using clientErrorValue in dix/colormap.c.Jamey Sharp1-1/+1
2010-05-13Replace dixChangeGC with calls directly to the right variant.Jamey Sharp1-7/+6
2010-05-13dixChangeGC callers: Use ChangeGCVal instead of XID almost everywhere.Jamey Sharp1-4/+4
2010-05-12Kill ChangeGC in favor of dixChangeGC.Jamey Sharp1-1/+1
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-20/+20
2010-05-02dix: wrap variables with #ifdef when panoramix is not usedTiago Vignatti1-2/+1
2010-03-16Add a ConfigNotify hook.Francisco Jerez1-0/+3
2010-02-12dix: restore lastDeviceEventTime update in dixSaveScreensJulien Cristau1-2/+7
2009-09-03dix: when unsetting a cursor, update the sprite immediately (#23608)Peter Hutterer1-1/+2
2009-08-25CheckWindowOptionalNeed: Ensure w->optional is set to avoid SEGFAULTJeremy Huddleston1-1/+1
2009-08-18Do not reset lastDeviceEventTime when we do dixSaveScreensRichard Hughes1-2/+0
2009-07-14dix: switch to byte-counting functions.Peter Hutterer1-2/+2
2009-05-28Merge branch 'master' into xi2Peter Hutterer1-40/+47
2009-05-14Update several of my and/or Red Hat's licenses to standard form.Adam Jackson1-15/+14
2009-04-29Fix most remaining deprecated resource lookups.Eamon Walsh1-25/+33
2009-04-07Merge branch 'master' into xi2Peter Hutterer1-3/+0
2009-03-23Remove two unused defines in C filesTomas Carnecky1-3/+0
2009-03-20Xext: purge XGE event masks.Peter Hutterer1-35/+0
2009-03-09Replace dixLookupResource by dixLookupResourceBy{Type,Class}Keith Packard1-4/+4
2009-02-16xserver: Avoid sending uninitialized padding data over the networkPeter Åstrand1-2/+15
2009-01-22Remove a bunch of useless casts.Adam Jackson1-9/+8
2009-01-20Move CreateUnclippedWinSize to mbufAdam Jackson1-26/+0
2009-01-11dix: don't mix declarations and codeJulien Cristau1-2/+2
2009-01-08dix: move focus handling into enterleave.c.Peter Hutterer1-2/+0
2009-01-08dix: reduce FirstPointerChild complexityPeter Hutterer1-1/+0