summaryrefslogtreecommitdiff
path: root/dix/window.c
AgeCommit message (Expand)Author
2009-08-25Do not reset lastDeviceEventTime when we do dixSaveScreensRichard Hughes
2009-07-26Replace dixLookupResource by dixLookupResourceBy{Type,Class}Keith Packard
2009-01-11dix: move focus handling into enterleave.c.Keith Packard
2009-01-09dix: reduce FirstPointerChild complexityPeter Hutterer
2008-11-25Do not send VisibilityNotify events when MapUnmapEvents are disabledMichael Vogt
2008-11-13dix: don't store enter/leave and focus semaphores in a devPrivate.Peter Hutterer
2008-10-26Nuke unused variablesJulien Cristau
2008-10-06Loader: Unexport a handful of consumerless symbols from dixsym.Adam Jackson
2008-09-23Rename SaveSetMap() to SaveSetShouldMap().Adam Jackson
2008-09-22Change 'remap' to 'map' in saveset functions/macrosOwen Taylor
2008-09-22Don't remap windows for SaveSetUnmapOwen W. Taylor
2008-09-22Default to -br. Add -retro option for the nostalgic.Adam Jackson
2008-08-28Prepare for array-index based devPrivates.Tomas Carnecky
2008-08-13Eviscerate save-under support.Adam Jackson
2008-07-24Shape extension is built-in and mandatory.Adam Jackson
2008-07-10dix: free GenericMask allocations when destroying window.Peter Hutterer
2008-06-27Fix a leak of window devPrivates in window.c/CrushTree().Eamon Walsh
2008-06-25dix: free FocusPrivates when deleting a window. #16493Ben Gamari
2008-04-25dix: remove obsolete InitWindowPrivates().Peter Hutterer
2008-04-25dix: add mi.h include to stop compiler warningPeter Hutterer
2008-04-25dix: remove "unused variable" compiler warning.Peter Hutterer
2008-04-22Merge branch 'master' into mpxPeter Hutterer
2008-04-18Death to APPGROUP.Adam Jackson
2008-04-10dix: Rework Enter/Leave semaphore system.Peter Hutterer
2008-04-08XQuartz: Fix issue where clicking on an X11 window might send that event to a...Jeremy Huddleston
2008-03-04Merge branch 'master' into mpxPeter Hutterer
2008-02-20XACE: Make the default window background state configurable per-window.Eamon Walsh
2008-02-20Remove COMPOSITE ifdefs around WindowRec bitfield as it has no ABI effect.Eamon Walsh
2008-02-18dix: Handle the case where a device cursor was removed correctlyBenjamin Close
2008-02-14Silence an error message in ConfigureWindow that never happens.Adam Jackson
2008-01-26Merge branch 'master' into mpxPeter Hutterer
2008-01-16Don't break grab and focus state for a window when redirecting it.Kristian Høgsberg
2008-01-03Merge branch 'master' into mpxPeter Hutterer
2007-12-17XACE: Restore the old background None behavior in response to bug #13683.Eamon Walsh
2007-12-13Merge branch 'master' into XACE-SELINUXEamon Walsh
2007-12-04dix: remove #ifdef XINPUT.Peter Hutterer
2007-12-02Clean up many #if 0.Adam Jackson
2007-11-19xace: restore the old SaveScreens function and introduce new API, since theEamon Walsh
2007-11-09dix: calloc root window's Generic Event mask, stops segfaults.Peter Hutterer
2007-11-07Merge branch 'master' into mpxPeter Hutterer
2007-11-05Merge branch 'master' into XACE-SELINUXEamon Walsh
2007-11-04Add CreatePixmap allocation hints.Aaron Plattner
2007-10-17xace: add creation/labeling hook to CreateRootWindow().Eamon Walsh
2007-09-26dix: unify ErrorFs. prepend all with [dix].Peter Hutterer
2007-09-19Merge branch 'master' into XACE-SELINUXEamon Walsh
2007-09-13Remove the PaintWindow optimization.Eric Anholt
2007-09-05xace: add new fields to resource access hook to allow parent resource objectsEamon Walsh
2007-08-30xace: Correct some access modes.Eamon Walsh
2007-08-29xace: drop map-window checking hook, add new hooks for controlling theEamon Walsh
2007-08-28devPrivates rework: since API is already broken, switch everythingEamon Walsh