summaryrefslogtreecommitdiff
path: root/hw/kdrive/src
AgeCommit message (Expand)AuthorFilesLines
2016-10-26ddx: add new call to purge input devices that weren't addedPeter Hutterer1-0/+5
2016-07-18Remove readmask from screen block/wakeup handlerKeith Packard2-6/+4
2016-06-20kdrive: Only enable threaded input if we have input devicesKeith Packard1-1/+2
2016-06-08dix: Use OsSignal() not signal()Adam Jackson2-3/+0
2016-05-26kdrive: Use threaded inputKeith Packard1-2/+4
2016-05-26kdrive: Don't lock input across read in KdNotifyFdKeith Packard1-2/+0
2016-05-26Remove SIGIO support for input [v5]Keith Packard1-64/+10
2016-05-26kdrive: Remove unneeded AddEnabledDevice/RemoveEnabledDevice callsKeith Packard1-2/+0
2016-03-01kdrive/ephyr: map host X server's keymap into Xephyr, if supportedLaércio de Sousa1-4/+4
2016-03-01config/udev: distinguish between real keyboards and other key devicesLaércio de Sousa1-1/+3
2016-03-01kdrive: add options to set default XKB propertiesLaércio de Sousa2-5/+61
2016-03-01kdrive: introduce input hot-plugging support for udev and hal backends (#33140)Laércio de Sousa4-22/+198
2016-02-22dix: Add hybrid full-size/empty-clip mode to SetRootClipDaniel Stone1-2/+2
2016-02-08kdrive: set "evdev" driver for input devices automatically, if available.Laércio de Sousa1-0/+25
2016-02-08kdrive: fix up NewInputDeviceRequest() implementationLaércio de Sousa1-46/+30
2015-12-01hw/kdrive: Use NotifyFd for kdrive input devicesKeith Packard1-14/+14
2015-11-30Replace 'sun' with '__sun'Richard PALO1-1/+1
2015-11-30kdrive/UnregisterFd: Fix off by oneEgbert Eich1-1/+1
2015-09-23kdrive: Remove dead debug arrays.Eric Anholt1-35/+0
2015-04-21Convert hw/kdrive to new *allocarray functionsAlan Coopersmith2-3/+3
2015-03-13Drop valuator mask argument from GetKeyboardEventsPeter Hutterer1-1/+1
2014-10-27dix: Always store GC client clip as a region (v2)Adam Jackson1-1/+1
2014-10-09Merge remote-tracking branch 'ajax/dead-code'Keith Packard1-13/+0
2014-10-09dix: Drop the third argument from WindowExposuresProcPtrAdam Jackson1-3/+3
2014-10-08kdrive: Remove vestigial reference to fbInitValidateTreeAdam Jackson1-4/+0
2014-10-08exa, kdrive: Remove redundant BitsPerPixel macrosAdam Jackson1-13/+0
2014-08-21kdrive: add support to +X+Y syntax in -screen option parsingLaércio de Sousa2-4/+21
2014-08-07kdrive: Remove a dead struct.Eric Anholt1-9/+0
2014-08-07xv: Drop the ClientPtr from the interface to the DDX.Eric Anholt1-29/+20
2014-08-07xv: Remove the no-op AllocatePort/FreePort interfaces.Eric Anholt1-17/+0
2014-08-06kdrive: Don't bother explicitly clearing new window privates to NULL.Eric Anholt2-22/+0
2014-08-06kdrive: Remove dead KXVPaintRegion().Eric Anholt2-44/+0
2014-08-06xv: Move CloseScreen setup from a DIX hook to normal wrapping.Eric Anholt2-13/+6
2014-08-06xv: Move the DDX XV screen private allocation into the DDXes.Eric Anholt1-7/+5
2014-08-06xv: Drop the ddQueryAdaptors() interface.Eric Anholt1-16/+2
2014-08-06xv: Move common code for adaptor cleanup to xvmain.cEric Anholt1-27/+1
2014-08-06xv: Remove dead VIDEO_NO_CLIPPING from the xorg and kdrive DDXes.Eric Anholt2-47/+0
2014-08-06xv: Remove dead VIDEO_INVERT_CLIPLIST from the xorg and kdrive DDXes.Eric Anholt2-25/+0
2014-07-17Merge remote-tracking branch 'origin/master' into glamor-nextEric Anholt2-0/+5
2014-07-17ephyr: Free damage structure at server reset timeKeith Packard2-0/+5
2014-06-15kdrive: Mark XV names const to avoid warnings.Eric Anholt1-2/+2
2014-06-15kdrive: Simplify the adaptor setup interface.Eric Anholt2-5/+5
2014-06-15kdrive: Remove dead generic XV adaptors code.Eric Anholt2-52/+0
2014-06-15kdrive: Do a little more cleanup from the XV struct deduplication.Eric Anholt2-24/+14
2014-04-18kdrive: Explicitly ignore errors from the -switchCmd scriptKeith Packard1-1/+8
2014-03-27Build fbcmap_mi.c once, rather than once for each DDXJon TURNEY1-4/+1
2014-03-26kdrive: Remove duplicated definitions of some XV-related structs.Eric Anholt2-59/+4
2014-01-22kdrive: Fix -Wshadow errorsKeith Packard2-4/+4
2014-01-12Replace 'pointer' type with 'void *'Keith Packard6-25/+25
2013-11-14kdrive: fix cursor jumps on CursorOffScreen behaviorPeter Hutterer1-4/+4