summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2014-03-26Buildsys: Create SUID_WRAPPER_DIR before using itHans de Goede1-0/+1
2014-03-26suid: adding Xorg.sh.in to EXTRA_DIST is redundantGaetan Nadon1-1/+1
2014-03-26suid: add generated Xorg.sh to hw/xfree86/.gitignoreGaetan Nadon1-0/+1
2014-03-25miinitext: introduce LoadExtensionList() to replace over LoadExtension()Emil Velikov8-30/+11
2014-03-22Add necessary headers for major()/minor() on Solaris to xf86Xinput.cAlan Coopersmith1-0/+4
2014-03-22Merge remote-tracking branch 'jturney/master'Keith Packard16-87/+118
2014-03-22Merge remote-tracking branch 'jwrdecoede/for-keith'Keith Packard10-37/+403
2014-03-22hw/xwin: Fix WM_ENDSESSION crash on x86_64Jon TURNEY1-0/+4
2014-03-22hw/xwin: Improve NET_WM_ICON validationJon TURNEY1-6/+20
2014-03-22hw/xwin: Remove obsolete control handling for About dialogJon TURNEY2-59/+0
2014-03-22hw/xwin: Minimize redraw events after resizing/moving windows in multiwindow ...Oliver Schmidt1-3/+19
2014-03-22hw/xwin: Add '@<WM_CLIENT_MACHINE>' to window name when it's useful to do soJon TURNEY6-0/+59
2014-03-22hw/xwin: Remove prototype for non-existent winMWExtWMUpdateIcon()Colin Harrison1-3/+0
2014-03-22hw/xwin: Use AllocDevicePair()Colin Harrison1-4/+5
2014-03-22hw/xwin: Consistently use 'L' for long int constantsColin Harrison1-3/+3
2014-03-22hw/xwin: Remove an unneeded includeColin Harrison1-1/+0
2014-03-22hw/xwin: Use boolean AND rather than bitwise AND in WIN_POLLING_MOUSE_TIMER_IDColin Harrison1-3/+3
2014-03-22hw/xwin: Fix declaration after statement warning in ddxGiveUp()Colin Harrison1-2/+2
2014-03-22hw/xwin: Fix typo in commentColin Harrison1-1/+1
2014-03-22hw/xwin: Fix const discarded warning in winGenerateAuthorization()Jon TURNEY1-2/+2
2014-03-17Merge remote-tracking branch 'anholt/glamor-megaseries'fooKeith Packard3-3/+30
2014-03-17glx: Make sure we get an FBConfig the root window's visual.Eric Anholt1-0/+1
2014-03-17glamor: Do glyph private init at screeninit time, and other stuff at CSR.Eric Anholt1-3/+0
2014-03-17xephyr: Don't forget to glViewport() before drawing the screen.Eric Anholt3-0/+29
2014-03-13xf86Xinput: release server managed fd before removing the device from the listHans de Goede1-5/+5
2014-03-13systemd-logind: Correctly deal with InputDevs sharing a device-nodeHans de Goede1-0/+27
2014-03-13systemd-logind: Add a systemd_logind_set_input_fd_for_all_devs helperHans de Goede1-10/+23
2014-03-13systemd_logind_find_info_ptr_by_devnum: Move to higher inside the fileHans de Goede1-14/+14
2014-03-13systemd_logind_find_info_ptr_by_devnum: Add a start argumentHans de Goede1-3/+5
2014-03-12Remove config_odev_add_*attribute checks in various placesHans de Goede1-4/+1
2014-03-12config_odev*: Use XNF alloc functionsHans de Goede1-2/+3
2014-03-12Xorg: Add a suid root wrapperHans de Goede6-2/+328
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-10systemd-logind: Fix vt-enter not working when using a legacy video driverHans de Goede1-1/+2
2014-03-07Merge remote-tracking branch 'jwrdecoede/for-keith'Keith Packard12-46/+738
2014-03-07Fix xephyr build in --disable-glamor caseJon TURNEY1-3/+8
2014-03-05glamor: Add support for DRI3.Eric Anholt1-1/+4
2014-03-05xorg: Connect up the glamor XV code, xorg DDX-only for now.Eric Anholt1-0/+1
2014-03-05xorg: Build a glamor_egl module.Eric Anholt2-1/+45
2014-03-05xephyr: Pass incoming XCB events to the Xlib event filter.Eric Anholt3-2/+55
2014-03-05xephyr: Build support for rendering with glamor using a -glamor option.Eric Anholt7-16/+554
2014-03-03hw/xwin: More closely follow ICCCM for setting input focusJon TURNEY1-18/+59
2014-03-03hw/xwin: Remove unnecessary casts from malloc/realloc/calloc callsColin Harrison12-49/+35
2014-03-03hw/xwin: Add missing FORCEEXIT token to XWin configuration file lexerColin Harrison1-0/+1
2014-03-03hw/xwin: Silence bell when volume is zeroColin Harrison1-1/+1
2014-03-03hw/xwin: Fix typo in commentColin Harrison1-1/+1
2014-03-03hw/xwin: Align parameter names in prototypes with definitionColin Harrison2-4/+4