summaryrefslogtreecommitdiff
path: root/dix/window.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-12-10dix: purge dead device-based window access code.Peter Hutterer1-17/+0
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade1-43/+43
2008-11-29Export symbols defined in the sdk.Paulo Cesar Pereira de Andrade1-24/+24
2008-11-25Do not send VisibilityNotify events when MapUnmapEvents are disabledMichael Vogt1-0/+2
2008-11-13dix: don't store enter/leave and focus semaphores in a devPrivate.Peter Hutterer1-4/+2
2008-10-26Nuke unused variablesJulien Cristau1-1/+1
2008-10-06Loader: Unexport a handful of consumerless symbols from dixsym.Adam Jackson1-5/+5
2008-09-23Rename SaveSetMap() to SaveSetShouldMap().Adam Jackson1-2/+2
2008-09-22Change 'remap' to 'map' in saveset functions/macrosOwen Taylor1-2/+2
2008-09-22Don't remap windows for SaveSetUnmapOwen W. Taylor1-0/+5
2008-09-22Default to -br. Add -retro option for the nostalgic.Adam Jackson1-6/+5
2008-08-28Prepare for array-index based devPrivates.Tomas Carnecky1-1/+2
2008-08-13Eviscerate save-under support.Adam Jackson1-158/+1