summaryrefslogtreecommitdiff
path: root/dix/window.c
AgeCommit message (Expand)AuthorFilesLines
2008-04-10dix: Rework Enter/Leave semaphore system.Peter Hutterer1-0/+2
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
2007-07-03Make Composite manual redirect windows not clip their parent.Keith Packard1-3/+11
2007-04-30Add GenericEvent extension to Xext.Peter Hutterer1-0/+17
2007-04-17xace: change the semantics of the return value of XACE hooks to allowEamon Walsh1-7/+6
2007-04-17Change FocusIn/Out semantics to match Enter/Leave semantics.Peter Hutterer1-4/+11
2007-04-12Change core enter/leave semantics for multiple pointers.Peter Hutterer1-0/+18
2007-04-04devPrivates rework: properly free devPrivates on compatibility structures,Eamon Walsh1-0/+2
2007-04-03xace: forgot one of the hook call arguments. Add it.Eamon Walsh1-1/+2
2007-04-02Merge branch 'master' into mpxPeter Hutterer1-104/+71
2007-03-28xace: provide creation-time resource hook call in CreateWindow().Eamon Walsh1-0/+8
2007-03-26Merge branch 'master' into XACE-SELINUXEamon Walsh1-177/+143
2007-03-26Remove dead NEED_DBE_BUF_BITS code.Eamon Walsh1-4/+0
2007-03-25General DIX static and dead code cleanup.Adam Jackson1-75/+45
2007-03-19xace: drop XACE_WINDOW_INIT hook, it has been superseded by ResourceStateCall...Eamon Walsh1-4/+0
2007-03-19Merge branch 'master' into mpxPeter Hutterer1-100/+100
2007-03-15dix: fix: don't return when device is same as argument.Peter Hutterer1-0/+1
2007-03-14dix: fix: don't skip first item in list when seeking for a device cursor.Peter Hutterer1-0/+9