summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-06-11Bump to 1.4.2xorg-server-1.4.2Julien Cristau1-2/+2
2008-06-10CVE-2008-1379 - MIT-SHM arbitrary memory readMatthieu Herrb1-2/+11
2008-06-10CVE-2008-1377 - RECORD and Security extensions memory corruptionMatthieu Herrb2-6/+20
2008-06-10CVE-2008-2362 - RENDER Extension memory corruptionMatthieu Herrb1-4/+12
2008-06-10CVE-2008-2361 - RENDER Extension crashMatthieu Herrb1-0/+2
2008-06-10CVE-2008-2360 - RENDER Extension heap buffer overflowMatthieu Herrb1-2/+12
2008-06-10Bump to 1.4.1xorg-server-1.4.1Daniel Stone1-1/+1
2008-06-10Xi: event_{x,y} should refer to the extended device (bug #16289)Daniel Stone1-3/+8
2008-05-30Fix getValuatorEvents to compute number of valuators correctly.Sascha Hlusiak1-1/+1
2008-05-17xkb: when copying the keymap, make sure the structs default to 0/NULL.Peter Hutterer1-8/+15
2008-05-16xf86: Add AutoConfig driver for PCI ID 1022:2081 to 'amd'Mart Raudsepp1-2/+7
2008-05-16EXA: Skip empty glyphs. (cherry picked from commit ce50bfd3369686cfecee5a138b...Michel Dänzer1-0/+1
2008-05-16Prevent the -wm command line option from causing a SEGVDaniel Stone1-2/+2
2008-05-16Bug #13962: Re-arm the DPMS timer when re-enabling DPMS.Adam Jackson1-2/+5
2008-05-16Bump DEFAULT_DPI to 96.Adam Jackson1-1/+1
2008-05-16Fix hal shutdown crash.Adam Jackson1-3/+5
2008-05-16Fix overly-restrictive integer overflow check in EXA pixmap creation.Eric Anholt1-1/+1
2008-05-16Fix RandR 1.2 driver interface conversion of two colour cursors to ARGBMichel Dänzer1-1/+2
2008-05-16xprint: fix linking by including XSERVER_LIBS.Donnie Berkholz1-1/+1
2008-05-16xprint: fix build by adding {New,Delete}InputDeviceRequest.Donnie Berkholz1-0/+11
2008-05-16xephyr: fix linking by adding pixman and using XSERVER_LIBS.Donnie Berkholz2-1/+2
2008-05-16dmx: link in XSERVER_LIBS.Donnie Berkholz1-0/+1
2008-05-16dmx: fix build by adding {New,Delete}InputDeviceRequest.Donnie Berkholz1-0/+11
2008-05-13When XKB fails to open rules file, log the file name, not the NULL file pointerAlan Coopersmith1-1/+1
2008-05-11kdrive: allow disabling CompositeJulien 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