summaryrefslogtreecommitdiff
path: root/dix/window.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-03-08dix: remove 'register' keyword for all variables.Peter Hutterer1-100/+100
2007-02-22Xi: Add access control request handling.Peter Hutterer1-2/+19
2007-01-08Xi: Adding ChangeDeviceCursor requestPeter Hutterer1-1/+241
2006-12-14Naming change: Security*Access -> Dix*AccessEamon Walsh1-5/+5
2006-12-01Define calls away when not building XACE, allowing ifdef's to be removed.Eamon Walsh1-29/+13
2006-11-08dix/mi: still more warning fixesDaniel Stone1-8/+15
2006-08-25Add four new XACE hooks: auditing, key event notification, window initEamon Walsh1-0/+8
2006-08-21Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Alan Coopersmith1-6/+15
2006-08-18dix: fix whiteroot thinkoDaniel Stone1-2/+2
2006-08-18dix: add whiteroot flagDaniel Stone1-6/+15