summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2014-05-22ARC: Add support for ARC architectureAlexey Brodkin1-0/+13
2014-05-05systemd-logind: let the logind code decided whether to close an fdPeter Hutterer1-2/+2
2014-04-23Add a command line argument for disabling indirect GLX.Eric Anholt1-0/+1
2014-04-23glx: Move the GLX variable caching what GL context is current to dix.Eric Anholt1-0/+2
2014-04-03Add pScreen->NameWindowPixmap hookDaniel Stone1-0/+3
2014-04-03Merge remote-tracking branch 'krh/xwayland-for-keithp'Keith Packard2-0/+5
2014-04-03Merge remote-tracking branch 'whot/for-keith'Keith Packard2-4/+10
2014-04-03xf86LogInit: log to XDG_DATA_HOME when not running as rootHans de Goede1-0/+6
2014-04-01Make XYToWindow a screen functionKeith Packard2-0/+5
2014-04-01configure: Change DEFAULT_LOGPREFIX to really be a filename prefixHans de Goede2-4/+4
2014-03-27Handle -displayfd and an explicit display number sensiblyJon TURNEY1-0/+1
2014-03-25Merge remote-tracking branch 'whot/for-keith'Keith Packard3-3/+7
2014-03-25miinitext: introduce LoadExtensionList() to replace over LoadExtension()Emil Velikov1-1/+2
2014-03-25xkb: Restore XkbCopyDeviceKeymapAdam Jackson1-0/+3
2014-03-25os: Add AddClientOnOpenFD() to create a new client for an file descriptorKristian Høgsberg1-0/+2
2014-03-22Add necessary headers for major()/minor() on Solaris to xf86Xinput.cAlan Coopersmith1-0/+3
2014-03-22Merge remote-tracking branch 'jwrdecoede/for-keith'Keith Packard3-3/+9
2014-03-20os: Add a mechanism to prevent creating any listen socketsKristian Høgsberg1-0/+1
2014-03-20os: Always compile ListenOnOpenFD() and export itKristian Høgsberg1-3/+1
2014-03-19xkb: add XkbLoadKeymapFromStringKristian Høgsberg2-0/+10
2014-03-12config_odev*: Use XNF alloc functionsHans de Goede1-0/+3
2014-03-12Xorg: Add a suid root wrapperHans de Goede2-3/+6
2014-03-12xkb: Repurpose XkbCopyDeviceKeymap to apply a given keymap to a deviceRui Matos1-2/+2
2014-03-12xkb: Factor out a function to copy a keymap's controls onto anotherRui Matos1-0/+3
2014-03-11xkb: push locked modifier state down to attached slave devicesPeter Hutterer1-0/+4
2014-03-09xserver: fix build since system-logind.hDave Airlie1-2/+2
2014-03-07Merge remote-tracking branch 'jwrdecoede/for-keith'Keith Packard4-2/+77
2014-03-05xorg: Build a glamor_egl module.Eric Anholt1-0/+3
2014-03-03systemd-logind: Add systemd-logind "core"Hans de Goede3-0/+49
2014-03-03hotplug: Extend OdevAttributes for server-managed fd supportHans de Goede1-0/+10
2014-03-03OdevAttribute: Remove unowned flag from OdevAttributes headHans de Goede1-1/+0
2014-03-03OdevAttribute: Add support for integer attributesHans de Goede1-1/+15
2014-03-03OdevAttribute: Add config_odev_get_attribute helperHans de Goede1-0/+3
2014-02-09Delete stray ; in struct _DeviceChangedEventAlan Coopersmith1-1/+1
2014-02-05include: make the various button array lengths more obviousPeter Hutterer1-2/+2
2014-02-04input: un-constify dev->namePeter Hutterer1-1/+1
2014-02-04Revert "os: xstrtokenize takes and returns const char * now"Peter Hutterer1-1/+1
2014-02-04input: un-constify InputAttributesPeter Hutterer1-6/+6
2014-02-04xkb: add a call to init an XkbRMLVOSet from const charsPeter Hutterer2-5/+13
2014-01-29dbus-core: Make dbus-core no longer mutually exclusive with udevHans de Goede3-3/+59
2014-01-29config: drop the dbus APIPeter Hutterer1-3/+0
2014-01-29configure.ac: enable systemd socket activation in libxtransŁukasz Stelmach1-0/+3
2014-01-27Merge remote-tracking branch 'anholt/glamor-reformat'Keith Packard1-0/+3
2014-01-27Add _XITYPEDEF_POINTER to dix-config.hKeith Packard1-0/+3
2014-01-27glamor: Hook the module back up to the build.Eric Anholt1-0/+3
2014-01-23dix: Praise clients which haven't run for a while, rather than idle clientsKeith Packard1-1/+0
2014-01-22Add 'FONT_PATH_NAME_ELEMENT_CONST' to dix-config.h and xorg-server.hKeith Packard2-0/+6
2014-01-22include: GetClientResolutions is declared in font.hKeith Packard1-2/+0
2014-01-12Replace 'pointer' type with 'void *'Keith Packard25-109/+112
2014-01-12os: xstrtokenize takes and returns const char * nowKeith Packard1-1/+1