summaryrefslogtreecommitdiff
path: root/dix
AgeCommit message (Expand)AuthorFilesLines
2007-11-05Merge branch 'master' into XACE-SELINUXEamon Walsh17-100/+108
2007-11-05Remove all traces of external RGB database (and Speedo)Daniel Stone1-1/+0
2007-11-05DIX: Remove last alloca callDaniel Stone1-2/+2
2007-11-05DIX: Remove usage of allocaDaniel Stone8-57/+57
2007-11-05changing ALLOCATE_LOCAL to xalloc to prevent stack overflowBen Byer1-17/+17
2007-11-04Add CreatePixmap allocation hints.Aaron Plattner5-6/+7
2007-11-02Move SIGUSR1 notification as late as possible.Adam Jackson1-0/+2
2007-10-28dix: don't compress motion events from different devices (EventEnqueue)Peter Hutterer1-1/+2
2007-10-28dix: add XI event support to FixKeyState.Peter Hutterer1-12/+9
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-25Input: Fix key down test (bug #12858)Naoki Hamada1-4/+12
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