summaryrefslogtreecommitdiff
path: root/dix/window.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-05Fix spelling/wording issuesAlan Coopersmith1-3/+3
2019-04-12dix: Remove WindowRec::backStorageAdam Jackson1-1/+0
2019-04-12dix, composite: Optimize setting window backing store stateAdam Jackson1-0/+6
2019-03-11dix: Outdent Unmap{Window,Subwindows} a bitAdam Jackson1-27/+22
2018-11-13dix/window: Use ConfigureWindow instead of MoveWindowMichal Srb1-8/+6
2018-10-23dix: Remove the magic WhenMapped backing store hackAdam Jackson1-18/+2
2017-11-06dix/window: fix typosGiuseppe Bilotta1-2/+2
2016-02-22dix: Add hybrid full-size/empty-clip mode to SetRootClipDaniel Stone1-11/+21
2015-11-10Also dump passive grabs on XF86LogGrabInfoMichael Stapelberg1-0/+126
2015-10-19dix: Silence -Wunused-variable warning by moving window.c off of legacy regio...Jeremy Huddleston1-5/+4
2015-07-08dix: Restore PaintWindow screen hookAdam Jackson1-2/+2
2015-07-08dix: unifdef pWin->rootlessUnhittableAdam Jackson1-4/+1
2014-11-12Drop trailing whitespacesPeter Hutterer1-18/+18
2014-11-12dix: silence compiler warning comparing CARD32 to -1Peter Hutterer1-1/+1
2014-10-09misc: Fold together some redundant conditionalsAdam Jackson1-20/+18
2014-10-09dix: Remove an obfuscatory macroAdam Jackson1-4/+1
2014-10-09dix: Remove some pointless casting of NULLAdam Jackson1-13/+10
2014-10-09dix: Remove an empty ifAdam Jackson1-2/+0
2014-10-09dix: Lower backStorage to a bit instead of a pointerAdam Jackson1-1/+1
2014-10-09dix: Remove DIXsaveUnder bit from the WindowAdam Jackson1-1/+0
2014-10-09dix: Drop the third argument from WindowExposuresProcPtrAdam Jackson1-1/+1
2014-01-12Replace 'pointer' type with 'void *'Keith Packard1-14/+14
2014-01-12Clean up warnings in DIXKeith Packard1-3/+3
2013-12-09bs: Set the screen's bs support level to WhenMappedAdam Jackson1-1/+5
2013-10-18dix: provide accessor methods for the last device event timePeter Hutterer1-3/+1
2013-09-10dix: FIXES is not optionalAdam Jackson1-6/+0
2013-08-18dix: add missing include for DeleteWindowFromAnySelectionsJulien Cristau1-0/+1
2013-05-15Abstract cursor refcountingPeter Hutterer1-10/+5
2013-03-06dix: only show the cursor if a window defines one (#58398)Peter Hutterer1-0/+4
2012-12-05Fix formatting of address operatorsYaakov Selkowitz1-1/+1
2012-11-29When resetting device idle time, reset XIAll(Master)Devices too (#56649)Peter Hutterer1-0/+2
2012-09-23dix: Remove MapUnmapEventsEnabled and friendsAdam Jackson1-30/+3
2012-09-23dix: Factor out DeliverUnmapNotifyAdam Jackson1-16/+15
2012-09-23dix: Factor out DeliverMapNotifyAdam Jackson1-16/+15
2012-09-23dix: Factor out MaybeDeliverMapRequestAdam Jackson1-22/+18
2012-09-23dix: Fix some indentationAdam Jackson1-9/+5
2012-07-09Use C99 designated initializers in dix EventsAlan Coopersmith1-98/+92
2012-07-05Add screen-specific privates.Keith Packard1-2/+2
2012-06-28dix/render: consolidate window format matching code.Dave Airlie1-0/+13
2012-03-22Change lastDeviceIdleTime to be per-devicePeter Hutterer1-1/+3
2012-03-21Introduce 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