summaryrefslogtreecommitdiff
path: root/dix
AgeCommit message (Expand)AuthorFilesLines
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
2007-08-01Build system: Non-dtrace distcheck hacksDaniel Stone1-0/+5
2007-08-01Input: Fix stuck modifiers (bug #11683)Daniel Stone1-26/+28
2007-08-01Convert all my license statements to the standard formDaniel Stone1-15/+17
2007-08-01Hotplug: Add HAL supportDaniel Stone1-0/+1
2007-08-01Input: GetPointerEvents: Deny events from devices without valuatorsDaniel Stone1-2/+6
2007-08-01DIX: Clean up null root cursor handlingDaniel Stone2-16/+20
2007-08-01Fonts: Fix builtin fontsDaniel Stone1-6/+4
2007-08-01Hotplug: Separate D-Bus into core and hotplug API componentsDaniel Stone1-2/+2
2007-07-21Partial redundancy elimination in PropertyNotify generation.Adam Jackson1-43/+21
2007-07-03Make Composite manual redirect windows not clip their parent.Keith Packard1-3/+11
2007-06-29Death to RCS tags.Adam Jackson3-5/+0
2007-06-29Make sure window->optional is allocated before assigning it.Peter Hutterer1-6/+6
2007-06-27More janitor work. Remove 'defined but not used' warnings from kdrive and som...Tiago Vignatti1-1/+0
2007-06-25Set the detail field for DeviceKeyEvents to the keycode.Peter Hutterer1-0/+1
2007-06-25Only decrement buttonsDown when the button count is greater than 0.Peter Hutterer1-10/+21
2007-06-25Add a few comments to devices.cPeter Hutterer1-0/+76
2007-06-25Check for identical grabs when adding a new passive grab. If an identical grabPeter Hutterer1-0/+47
2007-06-11Merge branch 'master' into XACE-SELINUXEamon Walsh5-26/+10
2007-06-11dixLookupClient: Use access parameter.Michel Dänzer1-1/+1
2007-06-04Remove the old Kerberos 5 authentication code.Adam Jackson2-25/+0
2007-06-04dix: fix null pointer dereference in new resource lookup function.Eamon Walsh1-1/+1
2007-06-04Fully init the AbsoluteClassRec in InitAbsoluteClassDeviceStruct.Zephaniah E. Hull1-0/+1
2007-05-24Reinstate an apparently mis-deleted ';' from a for loop with no body.Luo Jie1-0/+1
2007-05-24Fix build of composite, dix, and randr when Xinerama is disabled.Luo Jie1-0/+7
2007-05-22Merge branch 'master' into XACE-SELINUXEamon Walsh2-4/+32
2007-05-15Add new InitRegions() function called from dix/mainSoren Sandmann Pedersen1-0/+1
2007-04-24Disable devices before removing, remove unrecoverable devices.Peter Hutterer1-0/+1
2007-04-24Use DevicePresence events to tell the client about enabled/disabled devices.Peter Hutterer1-4/+29
2007-04-23fix bug in which maxKeysPerModifier wasn't getting setBrian1-0/+1
2007-04-17xace: change the semantics of the return value of XACE hooks to allowEamon Walsh8-79/+69
2007-04-17Merge branch 'master' into XACE-SELINUXEamon Walsh12-55/+531
2007-04-13Documentation for events.c.Peter Hutterer1-6/+444
2007-04-10Input: Always add devices with first available IDMagnus Vigerlöf1-2/+15
2007-04-10Input: Plug memory leak in device freeMagnus Vigerlöf1-1/+6
2007-04-10getevents: Copy modifier state from extended to core devicesDaniel Stone1-0/+20
2007-04-09Bug #10560: Code-Cleanup: function declarations () -> (void)Stefan Huehner12-46/+46
2007-04-05devPrivates rework: minor fix; use calloc and avoid initialization.Eamon Walsh3-14/+8
2007-04-04dix: add new, combined resource lookup function. Move all dix lookup APIEamon Walsh4-129/+187
2007-04-04devPrivates rework: properly free devPrivates on compatibility structures,Eamon Walsh7-0/+15
2007-04-03xace: forgot one of the hook call arguments. Add it.Eamon Walsh1-1/+2
2007-04-03devPrivates rework: zero out newly allocated private space.Eamon Walsh1-1/+1