summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2007-11-06Screen size changing should leave FB alone when X is inactive.Keith Packard1-2/+2
2007-11-06Config: D-Bus: Fix dbus_bus_request_name failure checkElvis Pranskevichus1-2/+2
2007-11-06DIX: XKB: Set xkbInfo to NULL as well as freeing it (bug #10639)Daniel Stone1-0/+1
2007-11-04Config: HAL: Touchpads are pointers tooMarkku Vire1-1/+2
2007-11-04XFree86: Input: Save/restore errno around SIGIO (bug #10683)Mark Vytlacil1-0/+2
2007-10-31Input: Generate XKB mapping changes for all core-sending devices (bug #12523)Daniel Stone5-14/+29
2007-10-30xfree86: wrap keyboard devices for XKB.Peter Hutterer1-0/+5
2007-10-30XKB: Cope with all events in XkbProcessKeyboardEventDaniel Stone1-19/+38
2007-10-30XKB: Don't update indicators on all devices, add missing include fileDaniel Stone1-5/+5
2007-10-30xkb: Unwrap properly in ProcessPointerEvent.Peter Hutterer1-1/+22
2007-10-30xkb: xkbHandleActions: let wrapping take care of event delivery.Peter Hutterer1-17/+7
2007-10-30dix: don't compress motion events from different devices (EventEnqueue)Peter Hutterer1-1/+2
2007-10-30dix: add XI event support to FixKeyState.Peter Hutterer1-12/+9
2007-10-30xkb: enable XI event processing for xkb.Peter Hutterer4-44/+103
2007-10-30Save processInputProc before wrapping it and restore it later, instead ofPeter Hutterer2-8/+12
2007-10-30xkb: Store the action filters per device in the XkbSrvInfoRec.Peter Hutterer2-49/+57
2007-10-30XFree86: Remove ridiculous SIGIO debuggingDaniel Stone1-6/+0
2007-10-30XKB: Add more bits to xkbsrv.hDaniel Stone1-0/+3
2007-10-30Xi: Include XI protocol header in exevents.hDaniel Stone1-0/+2
2007-10-30configure.ac/XFree86: Only build XF86Misc and XF86VidMode when appropriateDaniel Stone2-5/+13
2007-10-30Set noCompositeExtension to TRUE when failing to initialize the extension (e....Aaron Plattner1-0/+6
2007-10-30Don't segfault on shutdown if we never managed to connect to dbus.Aaron Plattner1-1/+2
2007-10-30config: Use [config/dbus] consistently for error messages.Peter Hutterer1-4/+4
2007-10-30config: return BadValue to caller if add/remove doesn't have parameters.Peter Hutterer1-4/+6
2007-09-06Bump version to 1.4.0.xorg-server-1.4Eric Anholt1-1/+1
2007-09-05Fix key repeats during VT switch.Daniel Stone4-8/+33
2007-09-05Deliver correct event when releasing keys on VT switch.Keith Packard1-1/+3
2007-09-05Fix server version reporting to be the server package version.Eric Anholt4-65/+29