summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2007-12-06OS: Connection: Don't shut down disappeared clients (bug #7876)Rich Coe1-1/+2
2007-12-03Config: HAL: Fix XKB option parsingKanru Chen1-2/+3
2007-11-30Add missing swaps in panoramiXSwap.cPeter Harris1-0/+4
2007-11-30ProcessOtherEvent: Don't do double translation of button eventsDaniel Stone1-2/+2
2007-11-17XKB: Generate correct key repeat events (bug #13114)Peter Hutterer1-5/+10
2007-11-17EXA: Don't attempt to move in pixmaps that can't be accelerated.Michel Dänzer1-0/+4
2007-11-17EXA: Make sure tile offsets passed to drivers are never negative.Michel Dänzer1-2/+4
2007-11-17EXA: Punt on fallback case not handled correctly in exaFillRegionTiled.Michel Dänzer1-1/+2
2007-11-17XKB: Don't ring the bell when we don't have a BellProc (bug #13246)Daniel Stone1-1/+2
2007-11-17GetKeyboardEvents: Reject out-of-range keycodes (bug #12528)Daniel Stone1-0/+4
2007-11-17Input: Fix key down test (bug #12858)Naoki Hamada1-4/+12
2007-11-17XFree86 Misc/VidMode: Remove ridiculous debug ErrorFsDaniel Stone2-66/+0
2007-11-12Xephyr: don't initialise the GLX extensionDodji Seketeli1-0/+1
2007-11-06.gitignore: Ignore build directoriesDaniel Stone1-1/+3
2007-11-06Actually build Secure RPC authentication support (missed in modularization)Alan Coopersmith4-9/+17
2007-11-06Prefer configured DisplaySize to probed DDC data, if available.Matthias Hopf1-2/+12