summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2011-09-27xfree86: use subheader for Pointer Acceleration parts in xorg.conf(5)Peter Hutterer1-1/+1
2011-09-27xfree86: fix comment typoPeter Hutterer1-1/+1
2011-09-27xfree86: switch options from pointer to XF86OptionPtrPeter Hutterer12-129/+162
2011-08-22input: make InputOption opaque, provide interface functions.Peter Hutterer1-16/+14
2011-08-22xfree86: comment typo fixPeter Hutterer1-1/+1
2011-08-22Revert "Attempt to add the 'mouse' driver in more situations."Peter Hutterer1-35/+0
2011-08-22config: add udev/systemd multi-seat supportLennart Poettering1-0/+19
2011-08-22xfree86: use xf86AllocateInput for implicit devices tooPeter Hutterer1-19/+23
2011-08-22xfree86: factor out adding/removing a device from the input device arrayPeter Hutterer1-46/+47
2011-08-22xfree86: update comment for InitInputPeter Hutterer1-4/+3
2011-08-22xfree86: nest loops instead of 0x1 pointers.Peter Hutterer1-16/+14
2011-08-22xfree86: improve readability of synthesized device.Peter Hutterer1-14/+15
2011-08-22xfree86: when implicitly choosing a core device, set the option to a valuePeter Hutterer1-3/+3
2011-08-22xfree86: don't warn about duplicate core devicesPeter Hutterer1-10/+0
2011-08-22xf86Helper: use LogHdrMessageVerb in xf86VDrvMsgVerbDaniel Kurtz1-22/+6
2011-08-22xf86Helper: use LogHdrMessageVerb in xf86VIDrvMsgVerbDaniel Kurtz1-10/+13
2011-08-09Xephyr/dri: register screen and window privates on initJulien Cristau1-0/+4
2011-07-31Xquartz: include new localization files in the tarballJulien Cristau1-0/+9
2011-07-31XQuartz: xpr: Don't FatalError if xp_unlock_window failsJeremy Huddleston1-3/+6
2011-07-31XQuartz: Use CFSTR to avoid implicit cast warning of NSString * to CFStringRefJeremy Huddleston1-1/+1
2011-07-29Merge remote-tracking branch 'whot/for-keith'Keith Packard15-36/+62
2011-07-27Terminate the log with one last message.Peter Hutterer12-30/+30
2011-07-27Initialize the fd to -1 for xorg.conf input devices.Peter Hutterer1-0/+3
2011-07-27xfree86: NULL option values are technically valid, don't strdup themPeter Hutterer1-1/+1
2011-07-27xfree86: duplicate xorg.conf device information before xf86NewInputDevicePeter Hutterer1-5/+27
2011-07-27xfree86: Remove devices that failed to enable on startupPeter Hutterer1-0/+1
2011-07-26Remove hw/xwin/xlaunchJon TURNEY23-3557/+1
2011-07-19XQuartz: Localization updatesJeremy Huddleston90-32473/+42771
2011-07-19XQuartz: Add english NIB changes for scroll_in_device_directionJeremy Huddleston3-108/+243
2011-07-19XQuartz: Add GUI controls to toggle scroll_in_device_directionJeremy Huddleston2-2/+18
2011-07-19XQuartz: Add a scroll_in_device_direction preferenceJeremy Huddleston3-12/+36
2011-07-19XQuartz: Add diagnostic error checking to xp_destroy_surface.George Staplin1-1/+6
2011-07-19XQuartz: Fix a memory leak with surfaces that a new test found.George Staplin1-11/+45
2011-07-19XQuartz: DRI: Dead code removalJeremy Huddleston1-1/+14
2011-07-18XQuartz: Add some sanity checking and a fallback for the bundle id.Jeremy Huddleston1-0/+5
2011-07-15XQuartz: DarwinEQFini doesn't return BoolJeremy Huddleston2-2/+2
2011-07-07XWinrc: replace hard coded section number with __filemansuffix__Gaetan Nadon1-1/+1
2011-07-07glx: Remove a few lingering traces of __GLXscreen.GLXVersionJon TURNEY3-8/+4
2011-07-07hw/xwin: Add -wgl option to XWin manpageJon TURNEY1-0/+4
2011-07-07hw/xwin: Add items to WGL AIGLX todoJon TURNEY1-2/+11
2011-07-07hw/xwin: Report Window XIDs in Window debug messagesJon TURNEY2-13/+6
2011-07-07hw/xwin: Add a flag to track which windows have been drawn to using WGL.Jon TURNEY5-2/+34
2011-07-07hw/xwin/glx: Fix some warnings in generated wrapper codeColin Harrison1-1/+1
2011-07-07hw/xwin/glx: Handle failure to get any fbconfigs more gracefully.Jon TURNEY1-3/+23
2011-07-07hw/xwin/glx: Don't spam log with wglwrap symbol resolution status at startupJon TURNEY1-8/+5
2011-07-07hw/xwin/glx: Better handling of SetPixelFormat() failureJon TURNEY1-9/+17
2011-07-07hw/xwin/glx: Improvements to glxWinErrorMessage() reporting in WGL GLX providerJon TURNEY1-5/+8
2011-07-07hw/xwin/glx: Fix fbconfig dumper formatting for 3 digit index numbersJon TURNEY1-1/+15
2011-07-01Merge remote-tracking branch 'whot/for-keith'Keith Packard42-44/+76
2011-07-01input: free the EQ allocated memory on shutdown (#38634)Peter Hutterer14-5/+25