summaryrefslogtreecommitdiff
path: root/dix/window.c
AgeCommit message (Expand)AuthorFilesLines
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
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