summaryrefslogtreecommitdiff
path: root/dix
AgeCommit message (Expand)AuthorFilesLines
2007-10-11dix: Add a new "registry" mechanism for registering string names of things.Eamon Walsh4-31/+380
2007-10-10xace: move the property deletion hook inside the DeleteProperty function.Eamon Walsh1-9/+8
2007-10-10xace: remove the special-cased "ignore" functionality from the property code.Eamon Walsh1-6/+5
2007-10-10dix: pass a valid ClientPtr to SetFontPath in all cases.Eamon Walsh1-3/+3
2007-10-02xace: add creation hook for new input devices.Eamon Walsh1-1/+9
2007-09-28xace: remove obsoleted DRAWABLE_ACCESS hook.Eamon Walsh1-2/+1
2007-09-28xace: add hooks + new access codes: XKB extension.Eamon Walsh1-12/+0
2007-09-28xace: add new hooks + access controls: XInput extension.Eamon Walsh1-5/+13
2007-09-26Merge branch 'master' into XACE-SELINUXEamon Walsh2-10/+19
2007-09-25xace: change prototype of VALIDATE_DRAWABLE_AND_GC macro to allow accessEamon Walsh1-14/+14
2007-09-23Input: Generate XKB mapping changes for all core-sending devices (bug #12523)Daniel Stone1-10/+15
2007-09-23GetKeyboardEvents: Reject out-of-range keycodes (bug #12528)Daniel Stone1-0/+4
2007-09-20xace: modifications to ChangeWindowAttributes special case: separateEamon Walsh1-3/+3
2007-09-19xace: add missing argument to hook call.Eamon Walsh1-1/+1
2007-09-19xace: add special-case for just setting the event mask on a window,Eamon Walsh1-3/+5
2007-09-19Merge branch 'master' into XACE-SELINUXEamon Walsh5-10/+34
2007-09-13Remove the PaintWindow optimization.Eric Anholt1-1/+1
2007-09-06devPrivates rework: register an offset for every resource type, useEamon Walsh2-19/+25
2007-09-05Fix key repeats during VT switch.Daniel Stone2-7/+31
2007-09-05Fix server version reporting to be the server package version.Eric Anholt2-2/+2
2007-09-05xace: add new fields to resource access hook to allow parent resource objectsEamon Walsh6-13/+14
2007-08-30xace: Correct some access modes.Eamon Walsh1-1/+1
2007-08-30xace: add hooks + new access codes: XFixes extension.Eamon Walsh1-14/+18
2007-08-30devPrivates rework: convert CursorRec and CursorBits over to new interface.Eamon Walsh1-1/+13
2007-08-29xace: drop map-window checking hook, add new hooks for controlling theEamon Walsh2-9/+31
2007-08-28xace: add hooks + new access codes: core protocol input requestsEamon Walsh3-77/+186
2007-08-28devPrivates rework: since API is already broken, switch everythingEamon Walsh10-746/+44
2007-08-28Merge branch 'master' into XACE-SELINUXEamon Walsh2-8/+1
2007-08-25Implement core protocol backing store exclusively in terms of Composite.Adam Jackson1-7/+0
2007-08-23Fix indentation.Matthieu Herrb1-1/+1
2007-08-23Remove an extra cast.Matthieu Herrb1-1/+1
2007-08-23A high resolution device that's moving fast can potentially generateOtto Moerbeek1-1/+1
2007-08-16devPrivates rework: Nevermind, can't const due to return value warnings.Eamon Walsh1-1/+1
2007-08-16devPrivates rework: add const qualifier to key type.Eamon Walsh1-1/+1
2007-08-16devPrivates rework: use camelcase standard for name of key type.Eamon Walsh1-6/+6
2007-08-16xace: add hooks + new access codes: core protocol selection requestsEamon Walsh1-4/+13
2007-08-16xace: add hooks + new access codes: core protocol pixmap requestsEamon Walsh1-7/+15
2007-08-16xace: add hooks + new access codes: core protocol font requestsEamon Walsh1-27/+24
2007-08-16xace: add hooks + new access codes: core protocol client requestsEamon Walsh2-9/+22
2007-08-16xace: add hooks + new access codes: core protocol screensaver requestsEamon Walsh3-11/+35
2007-08-16xace: add hooks + new access codes: core protocol server requestsEamon Walsh2-8/+29
2007-08-15xace: rename hostlist security hook to "server" as this hook will be usedEamon Walsh1-1/+1
2007-08-15xace: add hooks + new access codes: core protocol cursor requestsEamon Walsh4-74/+86
2007-08-15xace: add hooks + new access codes: core protocol property requestsEamon Walsh1-8/+11
2007-08-14xace: add hooks + new access codes: core protocol GC requestsEamon Walsh2-30/+45
2007-08-14dix: remove caching of drawables and graphics contexts. The security checksEamon Walsh3-80/+5
2007-08-13xace: add hooks + new access codes: core protocol window requestsEamon Walsh2-104/+111
2007-08-06xace: add hooks + new access codes: core protocol colormap requestsEamon Walsh2-103/+134
2007-08-03security: drop the "declare extension security" dix call. Use theEamon Walsh1-8/+0
2007-08-02Merge branch 'master' into XACE-SELINUXEamon Walsh11-129/+260