summaryrefslogtreecommitdiff
path: root/dix
AgeCommit message (Expand)AuthorFilesLines
2008-02-20XACE: Make the default window background state configurable per-window.Eamon Walsh1-4/+5
2008-02-20Remove COMPOSITE ifdefs around WindowRec bitfield as it has no ABI effect.Eamon Walsh1-2/+0
2008-02-17main(): Remove uncredible failureDaniel Stone1-9/+0
2008-02-13XACE: Change access modes for some device-related requests.Eamon Walsh1-5/+5
2008-02-14Silence an error message in ConfigureWindow that never happens.Adam Jackson1-1/+1
2008-02-14Silence FreeResource()Adam Jackson1-5/+0
2008-02-14Silence the harmless FreeFontPath error message.Adam Jackson1-3/+0
2008-02-14requestingClient is an xprintism, hide it for other servers.Adam Jackson3-1/+10
2008-02-14Simplify critical output flushing.Adam Jackson1-6/+2
2008-02-14Rip out useless indirection in the callback list management.Adam Jackson1-15/+6
2008-02-12XACE: Move the selection access hook to its own function.Eamon Walsh1-6/+4
2008-02-07XACE: Correct some protocol error values in the colormap routines.Eamon Walsh1-3/+3
2008-02-05XACE: Move the property access hook to its own function.Eamon Walsh1-9/+7
2008-02-05dix: Move motion history update until after screen crossing and clippingMagnus Vigerlöf1-9/+9
2008-02-05dix: Skip call to clipAxis for relative core-eventsMagnus Vigerlöf1-11/+33
2008-02-05Bug # 10324: dix: Add scaling of X and Y on the reported pointer-eventsMagnus Vigerlöf1-21/+76
2008-02-05Bug # 10324: dix: Allow arbitrary value ranges in GetPointerEventsMagnus Vigerlöf1-4/+7
2008-02-05dix: Always add valuator information if presentMagnus Vigerlöf1-5/+2
2008-01-30dix: print out event type if a bogus pointer event occurs.Peter Hutterer1-1/+1
2008-01-25XACE: Stop using fake requestVectors in favor of a simple hook call.Eamon Walsh1-2/+3
2008-01-17Fix for CVE-2008-0006 - PCF Font parser buffer overflow.Matthieu Herrb1-0/+7
2008-01-16Don't break grab and focus state for a window when redirecting it.Kristian Høgsberg1-1/+2
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