summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2014-03-03systemd-logind: Add delayed input device probingHans de Goede3-4/+49
2014-03-03systemd-logind: Hookup systemd-logind integrationHans de Goede3-6/+59
2014-03-03systemd-logind: Add systemd-logind "core"Hans de Goede5-1/+541
2014-03-03hotplug: Extend OdevAttributes for server-managed fd supportHans de Goede2-0/+15
2014-03-03OdevAttribute: Remove unowned flag from OdevAttributes headHans de Goede4-9/+15
2014-03-03OdevAttribute: Add support for integer attributesHans de Goede2-0/+24
2014-03-03OdevAttribute: Add config_odev_get_attribute helperHans de Goede2-22/+3
2014-03-03xf86Xinput: Modify API for server-managed fd supportHans de Goede3-1/+14
2014-03-03linux: xf86OpenConsole: Don't detach from controlling tty when it is our vtHans de Goede1-1/+18
2014-03-03linux: xf86OpenConsole remove root-rights check for keeptty optionHans de Goede1-6/+0
2014-02-14XQuartz: pointer -> void *Jeremy Huddleston Sequoia1-4/+4
2014-02-09Merge remote-tracking branch 'whot/for-keith'Keith Packard6-50/+50
2014-02-10xfree86: use xnfstrdup in the Xorg -configure codePeter Hutterer1-21/+21
2014-02-07ephyr: Repaint entire screen when colormap is updatedKeith Packard1-0/+15
2014-02-07xfree86: Fix a compiler warning on 64-bit.Eric Anholt1-1/+1
2014-02-05xfree86: unconstify driver in the XF86ConfInputClassRecPeter Hutterer1-1/+1
2014-02-05xfree86: unconstify another stringPeter Hutterer2-3/+3
2014-02-05xfree86: un-constify inp_driver/inp_identifierPeter Hutterer2-6/+6
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-04Revert "xfree86/parser: make strings in xf86MatchGroup const"Peter Hutterer2-13/+13
2014-02-04xkb: add a call to init an XkbRMLVOSet from const charsPeter Hutterer1-8/+8
2014-01-30edid: Add quirk for Sony Vaio Pro 13Arun Raghavan1-0/+5
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-29Link libvgahw with $(PCIACCESS_LIBS) as wellAlan Coopersmith1-0/+1
2014-01-22kdrive/ephyr: Remove extra 'i' variable in ProcXF86DRIGetDrawableInfoKeith Packard1-1/+0
2014-01-22hw/xnest: Eliminate shadowed namesKeith Packard4-17/+17
2014-01-22hw/vfb: Rename screenInfo parameter to screen_infoKeith Packard1-9/+9
2014-01-22kdrive: Fix -Wshadow errorsKeith Packard2-4/+4
2014-01-22xfree86: Fix -Wshadow warningsKeith Packard27-427/+408
2014-01-22Ignore a couple of format-nonliteral warningsKeith Packard1-0/+1
2014-01-22Merge remote-tracking branch 'whot/for-keith'Keith Packard1-1/+26
2014-01-22Merge remote-tracking branch 'dlespiau/20131216-4k'Keith Packard3-45/+105
2014-01-12XQuartz: Avoid passing uninitialized pointers to X11ApplicationSetWindowMenu ...Jeremy Huddleston Sequoia1-0/+9
2014-01-12XQuartz: Check for allocated memory before using it in AppleWMSetWindowMenuJeremy Huddleston Sequoia1-0/+7
2014-01-12XQuartz: Silence a clang static analysis warning about a memory leakJeremy Huddleston Sequoia1-0/+3
2014-01-12XQuartz: Silence a clang static analysis warning about a possible memory leak...Jeremy Huddleston Sequoia1-0/+4
2014-01-12XQuartz: Validate length in appledri before swappingJeremy Huddleston Sequoia1-0/+6
2014-01-12XQuartz: Validate screen in AppleDRIQueryDirectRenderingCapable requestsJeremy Huddleston Sequoia1-0/+4
2014-01-12XQuartz: Simplify hook_run to quiet static analyzerJeremy Huddleston Sequoia1-21/+6
2014-01-12XQuartz: Mark applicationWillTerminate: noreturnJeremy Huddleston Sequoia1-1/+1
2014-01-12XQuartz: Fix get_proc_address signatureJeremy Huddleston Sequoia1-2/+2
2014-01-12XQuartz: Fix darwinfb.h header guardJeremy Huddleston Sequoia1-1/+1
2014-01-12XQuartz: Silence some static analyzer warnings by annotating referencing countsJeremy Huddleston Sequoia1-0/+13
2014-01-12Replace 'pointer' type with 'void *'Keith Packard146-863/+863