summaryrefslogtreecommitdiff
path: root/dix
AgeCommit message (Expand)AuthorFilesLines
2007-10-25registry: Remove synthetic bit from event types in lookup function.Eamon Walsh1-1/+1
2007-10-25xace: Add a "manage" access check when setting the Redirect event bits.Eamon Walsh1-0/+10
2007-10-23Revert "registry: special case minor number when looking up core requests."Eamon Walsh1-2/+0
2007-10-23xace: Still more changes to selection code. Removed the SelectionPtr fromEamon Walsh1-23/+33
2007-10-23xace: try to pretend events were sent when a denial occurs.Eamon Walsh1-8/+10
2007-10-19xace: Bug fixes, name changes to selection access hooks and fields.Eamon Walsh1-13/+12
2007-10-18xace: Fix bug in AddPassiveGrabToList(), was using wrong GrabPtr.Eamon Walsh1-2/+2
2007-10-18dix: Add client parameter to AddPassiveGrabsToList().Eamon Walsh2-5/+4
2007-10-18registry: special case minor number when looking up core requests.Eamon Walsh1-0/+2
2007-10-18registry: Add "X11:" prefix to core protocol names.Eamon Walsh1-175/+176
2007-10-17Merge branch 'master' into XACE-SELINUXEamon Walsh2-0/+57
2007-10-17xace: add creation/labeling hook to CreateRootWindow().Eamon Walsh1-0/+6
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-10-02Xserver: fix potential crashDodji Seketeli1-0/+2
2007-10-02Fix #12650: "windows not receiving mouse events in multiple screens context"Dodji Seketeli1-0/+55
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