summaryrefslogtreecommitdiff
path: root/dix/window.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-17xace: add creation/labeling hook to CreateRootWindow().Eamon Walsh1-0/+6
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-02Merge branch 'master' into XACE-SELINUXEamon Walsh1-3/+11
2007-07-03Make Composite manual redirect windows not clip their parent.Keith Packard1-3/+11
2007-04-17xace: change the semantics of the return value of XACE hooks to allowEamon Walsh1-7/+6
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-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-08dix: remove 'register' keyword for all variables.Peter Hutterer1-100/+100
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
2006-08-10Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Alan Coopersmith1-6/+3
2006-08-07remove optional R3 backwards compatibilityDaniel Stone1-3/+3
2006-07-21Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson1-3/+0
2006-06-21Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserverAlan Coopersmith1-1/+1
2006-06-21Move Xserver internal API for appgroup from Xagsrv.h to appgroup.hAlan Coopersmith1-1/+1
2006-06-20Move Xserver API for security extension to securitysrv.hAlan Coopersmith1-2/+1
2006-06-19Replace XC-SECURITY code with XACE security hooksEamon Walsh1-15/+10
2006-05-22Bug #6924: Restore the ABI for DrawableRec and ColormapRec to the stateAdam Jackson1-1/+5
2006-03-31Fri Mar 31 12:37:16 2006 Søren Sandmann <sandmann@redhat.com>Søren Sandmann Pedersen1-5/+5
2006-03-29Fix composite overlay window bug 6411Deron Johnson1-0/+43
2006-03-28Big old pile of warning fixes.Adam Jackson1-9/+1
2006-02-15Mark everything in dixsym.c as _X_EXPORT.Adam Jackson1-23/+23
2006-01-12Thu Jan 12 17:09:18 2006 Søren Sandmann <sandmann@redhat.com>Søren Sandmann Pedersen1-2/+25
2005-07-03Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h".Daniel Stone1-2/+2
2005-07-03Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.Daniel Stone1-0/+4
2005-07-01Change all misc.h and os.h references to <X11/foo.h>.Daniel Stone1-3/+3
2005-06-10Bug #2799: Input shape. (Keith Packard)XORG-6_8_99_11Adam Jackson1-1/+12
2005-04-20Fix includes right throughout the Xserver tree:Daniel Stone1-3/+3
2005-03-07xc/programs/Xserver/dix/atom.cRoland Mainz1-125/+62
2004-07-31Integrate COMPOSITEWRAP branch including composite wrapper. This code stillEric Anholt1-1/+30