summaryrefslogtreecommitdiff
path: root/dix
AgeCommit message (Expand)AuthorFilesLines
2008-01-08dix: set the correct number of valuators in valuator events.Peter Hutterer1-1/+1
2008-01-03devPrivates rework: Free callback lists after use.Eamon Walsh1-0/+2
2008-01-03dix: Fix bug+leak in callback manager DeleteCallbackList function.Eamon Walsh1-1/+1
2008-01-02Restore include & typedef needed by dtraceAlan Coopersmith1-0/+2
2007-12-28Input: Don't reinit devicesDaniel Stone1-1/+2
2007-12-20Xquartz: General CleanupJeremy Huddleston1-0/+4
2007-12-17XACE: Restore the old background None behavior in response to bug #13683.Eamon Walsh1-2/+2
2007-12-14Input: Fix proximity events with valuatorsBartosz Fabianowski1-1/+1
2007-12-13Merge branch 'master' into XACE-SELINUXEamon Walsh2-8/+1
2007-12-02Clean up many #if 0.Adam Jackson1-7/+0
2007-11-26registry: add missing include statement.Eamon Walsh1-0/+1
2007-11-26registry: swap out the DTRACE XErrorDB stuff for the new registry call.Eamon Walsh2-87/+2
2007-11-26registry: Add a call for DTRACE compatibility.Eamon Walsh1-0/+19
2007-11-26registry: Rebase registry to use the server config file of protocol names.Eamon Walsh2-195/+130
2007-11-26registry: Add a great big list of protocol names, like the XErrorDB thatEamon Walsh2-0/+1058
2007-11-21Darwin: Dead code removal, Code cleanup, Added launcherJeremy Huddleston1-1/+1
2007-11-20Remove some duplicate include statements.Eamon Walsh1-1/+0
2007-11-19Merge branch 'master' into XACE-SELINUXEamon Walsh3-6/+4
2007-11-19xace: restore the old SaveScreens function and introduce new API, since theEamon Walsh3-4/+10
2007-11-15Small static cleanups on dix/Adam Jackson3-6/+4
2007-11-14Merge branch 'master' into XACE-SELINUXEamon Walsh3-3/+6
2007-11-07DIX/getevents: Document GetMaximumEventsNum() a little betterDaniel Stone1-1/+3
2007-11-07DIX: XKB: Set xkbInfo to NULL as well as freeing it (bug #10639)Daniel Stone1-0/+1
2007-11-06Modified performance patches from Arjan van de Ven <arjan@infradead.org>Eamon Walsh1-2/+2
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