summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-05-11kdrive: allow disabling Compositeserver-1.4-branchJulien Cristau1-6/+0
2008-05-07XKB: Actually explain keymap failuresDaniel Stone1-35/+34
2008-05-07dix: Move motion history update until after screen crossing and clippingMagnus Vigerlöf1-9/+9
2008-05-07dix: Skip call to clipAxis for relative core-eventsMagnus Vigerlöf1-11/+33
2008-05-07Bug # 10324: dix: Add scaling of X and Y on the reported pointer-eventsMagnus Vigerlöf1-21/+76
2008-05-07Bug # 10324: dix: Allow arbitrary value ranges in GetPointerEventsMagnus Vigerlöf1-4/+7
2008-05-07dix: Always add valuator information if presentMagnus Vigerlöf1-5/+2
2008-05-06Check for <sys/sdt.h> as well when determining to enable dtrace probesAlan Coopersmith1-0/+7
2008-05-06So, like, checking return codes of system calls (signal, etc) is good.Ben Byer1-4/+20
2008-05-06Fix build on FreeBSD after Popen changes.Eric Anholt1-1/+1
2008-05-06Ignore - not just block - SIGALRM around Popen()/Pclose().Adam Jackson1-0/+8
2008-04-30xfree86: fix AlwaysCore handling. (Bug #14256)Peter Hutterer1-1/+1
2008-04-30XKB: Fix processInputProc wrappingThomas Jaeger2-9/+16
2008-04-30EXA: Fix off-by-one in polyline drawing.Pierre Willenbrock1-1/+1
2008-04-30Fixed configure.ac for autoconf 2.62.Tilman Sauerbeck1-1/+3
2008-04-07configure.ac: DragonFly BSD supportHasso Tepper1-2/+4
2008-04-07Add some more support for DragonFly. From Joerg SonnenbergerJeremy C. Reed5-4/+6
2008-02-27Fix context sharing between direct/indirect contextsAlan Hourihane1-0/+8
2008-02-20CVE-2007-6429: Always test for size+offset wrapping.Matthias Hopf1-6/+6
2008-02-20Don't break grab and focus state for a window when redirecting it.Kristian Høgsberg1-1/+2
2008-02-19Fix rotation for multi-monitor situation.Maarten Maathuis1-2/+2
2008-02-19Resize composite overlay window when the root window changes.Maarten Maathuis1-0/+25
2008-02-14security: Fix for Bug #14480: untrusted access broken in 7.3.Eamon Walsh1-1/+1
2008-01-31xkb: don't update LEDs if they don't exist. (Bug #13961)Peter Hutterer1-0/+3
2008-01-29dix: set the correct number of valuators in valuator events.Peter Hutterer1-1/+1
2008-01-18CVE-2007-6429: Don't spuriously reject <8bpp shm pixmaps.Adam Jackson1-16/+20
2008-01-17Fix for CVE-2007-5958 - File existence disclosure.Matthieu Herrb1-2/+2
2008-01-17Fix for CVE-2008-0006 - PCF Font parser buffer overflow.Matthieu Herrb1-0/+7
2008-01-17Fix for CVE-2007-6429 - MIT-SHM and EVI extensions integer overflows.Matthieu Herrb3-14/+76
2008-01-17Fix for CVE-2007-6427 - Xinput extension memory corruption.Matthieu Herrb8-54/+32
2008-01-17Fix for CVE-2007-6428 - TOG-cup extension memory corruption.Matthieu Herrb1-0/+3
2008-01-17Fix for CVE-2007-5760 - XFree86 Misc extension out of bounds array indexMatthieu Herrb1-0/+4
2008-01-17Xephyr: One-time keyboard leak fixDaniel Stone1-0/+1
2008-01-17XKB: XkbCopyKeymap: Don't leak all the sectionsDaniel Stone1-0/+1
2008-01-17OS: IO: Zero out client buffersDaniel Stone1-1/+1
2007-12-29include: never overwrite realInputProc with enqueueInputProc. Bug #13511Peter Hutterer1-1/+2
2007-12-28Input: Don't reinit devicesDaniel Stone1-1/+2
2007-12-28KDrive: Xephyr: Don't leak screen damage structureDaniel Stone1-0/+1
2007-12-28OS: Don't leak connection translation table on regenerationDaniel Stone1-1/+2
2007-12-28Config: HAL: Don't leak options on failure to add deviceDaniel Stone1-1/+10
2007-12-28Config: D-Bus: Don't leak timersDaniel Stone1-1/+4
2007-12-13Xprint: Clean up generated filesArkadiusz Miskiewicz1-0/+2
2007-12-13bgPixel (unsigned long) is 64-bit on x86_64, so -1 != 0xffffffffHong Liu1-4/+5
2007-12-12Bug 13308: Verify and reject obviously broken modes.Hong Liu1-0/+6
2007-12-12Bump to 1.4.0.90xorg-server-1.4.0.90Daniel Stone1-1/+1
2007-12-07Input: Fix proximity events with valuatorsBartosz Fabianowski2-2/+4
2007-12-06KDrive: Xephyr: Fix non-GLX buildsDaniel Stone1-0/+2
2007-12-06XKB: Actions: Don't run certain actions on the core keyboardDaniel Stone3-4/+23
2007-12-06WaitForSomething: Ignore EAGAINDaniel Stone1-1/+1
2007-12-06OS: Connection: Keep trying select while it gets interrupted (bug #9240)Rich Coe1-4/+9