summaryrefslogtreecommitdiff
path: root/dix
AgeCommit message (Expand)AuthorFilesLines
2008-10-09Revert "Array-index based devPrivates implementation."Adam Jackson1-108/+101
2008-10-08Fix GKVE with key_code > 255Julien Cristau1-3/+3
2008-10-08Array-index based devPrivates implementation.Eamon Walsh1-101/+108
2008-09-02Don't try to destroy a NULL pixmap.Daniel Drake1-1/+1
2008-08-06DIX: Add strcasestr from FreeBSDDaniel Stone2-1/+66
2008-08-06strcasecmp: Actually use the right licenseDaniel Stone1-25/+28
2008-08-06DIX: Add strncasecmp from FreeBSD, make strcasecmp args constDaniel Stone1-1/+20
2008-07-16dix: NULL out WindowTable after freeing all the windows.Peter Hutterer1-0/+3
2008-07-13Fix incorrect test regarding keyboard map.Ander Conselvan de Oliveira1-1/+4
2008-06-27Fix a leak of window devPrivates in window.c/CrushTree().Eamon Walsh1-0/+1
2008-06-24Fix a leak in the code that parses the protocol names.Eamon Walsh1-18/+26
2008-06-17SELinux: Bring server-side name registry up to date.Eamon Walsh1-8/+20
2008-06-13Make devPrivates lookup functions ABI instead of static inlines.Eamon Walsh1-0/+65
2008-06-09Create dix/libXpdix.la for Xprint-specific build of libdix.laDrew Parsons1-2/+12
2008-04-15dix: Call DeleteInputDeviceRequest from CloseDownDevices (#14418)Peter Hutterer1-2/+2
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