summaryrefslogtreecommitdiff
path: root/dix/window.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-07-24Shape extension is built-in and mandatory.Adam Jackson1-20/+0
2008-07-10dix: free GenericMask allocations when destroying window.Peter Hutterer1-0/+13
2008-06-27Fix a leak of window devPrivates in window.c/CrushTree().Eamon Walsh1-0/+1
2008-06-25dix: free FocusPrivates when deleting a window. #16493Ben Gamari1-0/+1
2008-04-25dix: remove obsolete InitWindowPrivates().Peter Hutterer1-13/+0
2008-04-25dix: add mi.h include to stop compiler warningPeter Hutterer1-0/+1
2008-04-25dix: remove "unused variable" compiler warning.Peter Hutterer1-1/+0
2008-04-22Merge branch 'master' into mpxPeter Hutterer1-67/+4
2008-04-18Death to APPGROUP.Adam Jackson1-67/+0
2008-04-10dix: Rework Enter/Leave semaphore system.Peter Hutterer1-0/+2
2008-04-08XQuartz: Fix issue where clicking on an X11 window might send that event to a...Jeremy Huddleston1-0/+3
2008-03-04Merge branch 'master' into mpxPeter Hutterer1-7/+6
2008-02-20XACE: Make the default window background state configurable per-window.Eamon Walsh1-4/+5
2008-02-20Remove COMPOSITE ifdefs around WindowRec bitfield as it has no ABI effect.Eamon Walsh1-2/+0
2008-02-18dix: Handle the case where a device cursor was removed correctlyBenjamin Close1-1/+7
2008-02-14Silence an error message in ConfigureWindow that never happens.Adam Jackson1-1/+1
2008-01-26Merge branch 'master' into mpxPeter Hutterer1-1/+2
2008-01-16Don't break grab and focus state for a window when redirecting it.Kristian Høgsberg1-1/+2
2008-01-03Merge branch 'master' into mpxPeter Hutterer1-146/+125
2007-12-17XACE: Restore the old background None behavior in response to bug #13683.Eamon Walsh1-2/+2
2007-12-13Merge branch 'master' into XACE-SELINUXEamon Walsh1-7/+0
2007-12-04dix: remove #ifdef XINPUT.Peter Hutterer1-6/+0
2007-12-02Clean up many #if 0.Adam Jackson1-7/+0
2007-11-19xace: restore the old SaveScreens function and introduce new API, since theEamon Walsh1-1/+7
2007-11-09dix: calloc root window's Generic Event mask, stops segfaults.Peter Hutterer1-1/+6
2007-11-07Merge branch 'master' into mpxPeter Hutterer1-9/+2
2007-11-05Merge branch 'master' into XACE-SELINUXEamon Walsh1-1/+1
2007-11-04Add CreatePixmap allocation hints.Aaron Plattner1-1/+1
2007-10-17xace: add creation/labeling hook to CreateRootWindow().Eamon Walsh1-0/+6
2007-09-26dix: unify ErrorFs. prepend all with [dix].Peter Hutterer1-4/+5
2007-09-19Merge branch 'master' into XACE-SELINUXEamon Walsh1-1/+1
2007-09-13Remove the PaintWindow optimization.Eric Anholt1-1/+1
2007-09-05xace: add new fields to resource access hook to allow parent resource objectsEamon Walsh1-5/+5
2007-08-30xace: Correct some access modes.Eamon Walsh1-1/+1
2007-08-29xace: drop map-window checking hook, add new hooks for controlling theEamon Walsh1-2/+3
2007-08-28devPrivates rework: since API is already broken, switch everythingEamon Walsh1-38/+5
2007-08-28Merge branch 'master' into XACE-SELINUXEamon Walsh1-7/+0
2007-08-25Implement core protocol backing store exclusively in terms of Composite.Adam Jackson1-7/+0
2007-08-16xace: add hooks + new access codes: core protocol screensaver requestsEamon Walsh1-5/+11
2007-08-15xace: add hooks + new access codes: core protocol cursor requestsEamon Walsh1-1/+2
2007-08-13xace: add hooks + new access codes: core protocol window requestsEamon Walsh1-82/+80
2007-08-12Merge branch 'master' into mpxPeter Hutterer1-3/+11
2007-08-02Merge branch 'master' into XACE-SELINUXEamon Walsh1-3/+11
2007-07-06Use the same struct for generic event masks throughout the code.Peter Hutterer1-1/+2