summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2014-04-06XQuartz: Ensure we wait for the server thread to terminateJeremy Huddleston Sequoia1-3/+2
2014-04-03Add a return value to load_cursor_argb() to allow it to report failureMichael Thayer9-33/+49
2014-04-03Set a flag property on the root window to say if the X server VT is activeMichael Thayer3-1/+47
2014-04-03Merge remote-tracking branch 'krh/xwayland-for-keithp'Keith Packard10-2/+2537
2014-04-03Xwayland DDXKristian Høgsberg10-2/+2537
2014-04-03Revert "glx: Make sure we get an FBConfig the root window's visual."Eric Anholt1-1/+0
2014-04-03Merge remote-tracking branch 'whot/for-keith'Keith Packard7-8/+75
2014-04-03xf86LogInit: log to XDG_DATA_HOME when not running as rootHans de Goede3-4/+39
2014-04-01configure: Change DEFAULT_LOGPREFIX to really be a filename prefixHans de Goede1-1/+1
2014-03-27Fix build when configured --enable-debugJon TURNEY2-0/+2
2014-03-27Fix ephyr build with --disable-glamorJon TURNEY1-1/+4
2014-03-27Build fbcmap_mi.c once, rather than once for each DDXJon TURNEY7-19/+3
2014-03-27Build Xi/stubs.c once as a convenience library, rather than once for each DDX...Jon TURNEY3-6/+6
2014-03-27Build dpmsstubs.c once as a convenience library, rather than once for each DD...Jon TURNEY3-7/+7
2014-03-26Xephyr: restore initial window resize lost in xcb conversionJulien Cristau1-0/+6
2014-03-26glamor: Get testing code using small FBOs working againKeith Packard1-1/+3
2014-03-26kdrive: Remove duplicated definitions of some XV-related structs.Eric Anholt2-59/+4
2014-03-26xfree86: glamor_egl subdir must be distributed - breaks distcheckGaetan Nadon1-1/+1
2014-03-26ephyr: typo where "()" should be "$()" in the Makefile - breaks make distGaetan Nadon1-1/+1
2014-03-26systemd-logind: Monitor systemd-logind going awayHans de Goede1-2/+32
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