summaryrefslogtreecommitdiff
path: root/hw/xfree86/common
AgeCommit message (Expand)AuthorFilesLines
2014-05-22ARC: Add support for ARC architectureAlexey Brodkin1-2/+2
2014-05-12xfree86: fix warnings after MatchSeat patchLaércio de Sousa1-12/+12
2014-05-08Merge commit 'who/for-keith'Keith Packard4-19/+31
2014-05-05systemd-logind: let the logind code decided whether to close an fdPeter Hutterer2-8/+4
2014-05-01hw/xfree86: Video Driver ABI version 18.0Keith Packard1-1/+1
2014-05-01xfree86: add new key MatchSeat to xorg.conf sections "Device", "Screen", and ...Oleg Samarin1-9/+25
2014-05-01xfree86: allow fallback to PCI bus probe for graphics devices on non-seat0 X ...Laércio de Sousa1-2/+2
2014-04-21Fix hw/xfree86/common/compiler.h for mips64YunQiang Su1-1/+2
2014-04-03Add a return value to load_cursor_argb() to allow it to report failureMichael Thayer1-1/+1
2014-04-03Set a flag property on the root window to say if the X server VT is activeMichael Thayer3-1/+47
2014-04-03xf86LogInit: log to XDG_DATA_HOME when not running as rootHans de Goede1-1/+30
2014-04-01configure: Change DEFAULT_LOGPREFIX to really be a filename prefixHans de Goede1-1/+1
2014-03-25miinitext: introduce LoadExtensionList() to replace over LoadExtension()Emil Velikov1-4/+1
2014-03-22Add necessary headers for major()/minor() on Solaris to xf86Xinput.cAlan Coopersmith1-0/+4
2014-03-13xf86Xinput: release server managed fd before removing the device from the listHans de Goede1-5/+5
2014-03-12config_odev*: Use XNF alloc functionsHans de Goede1-2/+3
2014-03-11Merge remote-tracking branch 'whot/for-keith'Keith Packard1-2/+20
2014-03-11xfree86: handle xorg.conf devices with logindPeter Hutterer1-2/+20
2014-03-10Require video drivers to report that they support server managed fdsHans de Goede2-2/+15
2014-03-10xf86platformBus: Make doPlatformProbe accept a NULL gdev argumentHans de Goede1-9/+5
2014-03-03systemd-logind: Add delayed input device probingHans de Goede2-4/+46
2014-03-03systemd-logind: Hookup systemd-logind integrationHans de Goede2-3/+30
2014-03-03systemd-logind: Add systemd-logind "core"Hans de Goede3-1/+6
2014-03-03hotplug: Extend OdevAttributes for server-managed fd supportHans de Goede2-0/+15
2014-03-03OdevAttribute: Remove unowned flag from OdevAttributes headHans de Goede3-6/+13
2014-03-03OdevAttribute: Add support for integer attributesHans de Goede2-0/+24
2014-03-03OdevAttribute: Add config_odev_get_attribute helperHans de Goede1-15/+2
2014-03-03xf86Xinput: Modify API for server-managed fd supportHans de Goede3-1/+14
2014-02-10xfree86: use xnfstrdup in the Xorg -configure codePeter Hutterer1-21/+21
2014-02-05xfree86: unconstify another stringPeter Hutterer1-2/+2
2014-02-05xfree86: un-constify inp_driver/inp_identifierPeter Hutterer1-4/+4
2014-02-05xfree86: device name and driver are not const charPeter Hutterer1-2/+2
2014-02-04Revert "xfree86/common: handle string constants in xf86Xinput configuration"Peter Hutterer1-2/+2
2014-02-04xkb: add a call to init an XkbRMLVOSet from const charsPeter Hutterer1-8/+8
2014-01-29xf86Events: add Enable/DisableInputDeviceForVTSwitch functionsHans de Goede2-24/+32
2014-01-29xf86Events: refactor xf86VTLeave error handlingHans de Goede1-48/+46
2014-01-29xf86Events: split xf86VTSwitch into xf86VTLeave and xf86VTEnter functionsHans de Goede2-130/+145
2014-01-29dbus-core: Make dbus-core no longer mutually exclusive with udevHans de Goede1-0/+5
2014-01-29xfree86: Keep a non-seat0 X server from touching VTs (#71258)Laércio de Sousa1-1/+2
2014-01-29xf86DeleteScreen: move check for NULL pScrn before first dereferenceAlan Coopersmith1-3/+4
2014-01-22xfree86: Fix -Wshadow warningsKeith Packard5-32/+27
2014-01-12Replace 'pointer' type with 'void *'Keith Packard29-205/+205
2014-01-12xfree86/common: handle string constants in xf86Xinput configurationKeith Packard1-2/+2
2014-01-12xfree86/common: Const GC funcs and ops in xf86VAarbiterKeith Packard1-2/+2
2014-01-12xfree86/config: Kludge around const stringsKeith Packard1-8/+10
2014-01-12hw/xfree86: More const declarations for stringsKeith Packard2-2/+2
2014-01-12Just remove dpms functsion from xf86.hKeith Packard1-4/+0
2014-01-12xfree86/common: Warning fixes. Mostly const string handling.Keith Packard20-67/+81
2014-01-12hw/xfree86: Lots of constant string supportKeith Packard11-41/+43
2014-01-12hw/xfree86: Make strings in DriverRec and ScrnInfoRec constKeith Packard1-7/+7