summaryrefslogtreecommitdiff
path: root/dix
AgeCommit message (Expand)AuthorFilesLines
2008-04-30Dix: Cleaned up sanity checking in Get{Pointer,Keyboard}EventsJeremy Huddleston1-3/+9
2008-04-26XQuartz: Cleaned up startup and thread creation a tad.Jeremy Huddleston1-12/+4
2008-04-24dix: NULL out WindowTable after freeing all the windows.Peter Hutterer1-0/+3
2008-04-22Fix build when XKB is disabled.Ross Burton1-1/+1
2008-04-21Fixed dixLookupClient to work with client=NullClient as it did in the 1.3 branchJeremy Huddleston1-1/+2
2008-04-18Death to APPGROUP.Adam Jackson2-76/+0
2008-04-17removed Xquartz debugging code that leaked into master. Our Bad.Ben Byer1-14/+0
2008-04-18Create dix/libXpdix.la for Xprint-specific build of libdix.laDrew Parsons1-2/+12
2008-04-11dix: Call DeleteInputDeviceRequest from CloseDownDevices (#14418)Peter Hutterer1-2/+2
2008-04-08XQuartz: Fix issue where clicking on an X11 window might send that event to a...Jeremy Huddleston2-0/+10
2008-04-02shovelling code around ...Ben Byer1-0/+14
2008-03-25Fix that last commit.Adam Jackson1-1/+1
2008-03-25Fix getValuatorEvents to compute number of valuators correctly.Sascha Hlusiak1-1/+1
2008-03-04XACE: Check the return value of the selection create hook call.Eamon Walsh1-1/+6
2008-03-04dix: Convert selection list to a linked list.Eamon Walsh1-26/+22
2008-02-29XACE: Add generic support for property and selection polyinstantiation.Eamon Walsh2-5/+11
2008-02-29dix: Refactoring of selection code to allow for polyinstantiation.Eamon Walsh4-274/+309
2008-02-29dix: Refactoring of property code to allow for polyinstantiation.Eamon Walsh1-117/+104
2008-02-29On second thought, revert that, it'll make large pixmaps painfully slow.Adam Jackson1-1/+1
2008-02-29Bug #10465: Use calloc() for allocating PixmapRec's.Chris Wilson1-1/+1
2008-02-29Bug #10464: Set pixel value to 0 before FindColor()Chris Wilson1-0/+1
2008-02-27dix: set dev->key to NULL after freeing it in CloseDevice. (Bug #12830)Peter Hutterer1-0/+1
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