summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2013-02-14XQuartz: Ensure <dix-config.h> is included in capabilities.cJeremy Huddleston Sequoia1-0/+4
2013-02-11xf86: use nt_list_for_each_entry_safe to walk InputHandlers in xf86WakeupAaron Plattner1-2/+2
2013-02-11xfree86: Man page shouldn't say Device is mandatory anymoreBryce Harrington1-7/+4
2013-02-11xfree86: Use fbdev/vesa driver on Oaktrail, Medfield, CDV rather than -intelBryce Harrington1-8/+56
2013-02-08Short-cut the input device cleanup process during AbortServer()Peter Hutterer1-1/+1
2013-02-08xfree86: bail on misformed acpi strings (#73227)Ted Felix1-3/+6
2013-02-08dmx: don't include dmx-config.h from xdmxconfig (#37502)Peter Hutterer1-3/+0
2013-01-20Merge remote-tracking branch 'jturney/xserver-next'Keith Packard9-74/+154
2013-01-20Merge remote-tracking branch 'whot/for-keith'Keith Packard5-10/+16
2013-01-16hw/xwin: Stop assuming WS_EX_APPWINDOW style in WM_SHOWWINDOWJon TURNEY1-32/+27
2013-01-16hw/xwin: Use ITaskBarList interface to ensure show-on-taskbar state is update...Jon TURNEY1-0/+13
2013-01-16hw/xwin: Ensure full styling is applied when the window is mappedJon TURNEY1-20/+28
2013-01-16hw/xwin: Make sure that WM_WM_HINTS_EVENT does nothing for override-redirect ...Jon TURNEY1-0/+6
2013-01-16hw/xwin: Add a new WM_WM_HINTS_EVENT event to update window styleJon TURNEY2-7/+53
2013-01-16hw/xwin: Move reshape code from winUpdateWindowPosition() to the map event ha...Jon TURNEY2-9/+16
2013-01-16hw/xwin: Add missing include xwin-config.h to winglobals.hRyan Pavlik1-0/+4
2013-01-11xfree86: don't access the old input handler after freeing itPeter Hutterer1-4/+6
2013-01-11xf86: bump input ABI version to 19Dave Airlie1-1/+1
2013-01-11xfree86: update the device state for all DGA events (#59100)Peter Hutterer1-3/+6
2013-01-11xfree86: set event->detail for DGA pointer eventsPeter Hutterer1-0/+1
2013-01-11Fix two typos "requires an string value"Peter Hutterer2-2/+2
2013-01-10hw/xwin: Fix MinGW build of winSetAppModelID.cJon TURNEY1-0/+1
2013-01-10hw/xwin: Process one Windows message per wakeup, rather than all of them.Jon TURNEY2-18/+18
2013-01-10hw/xwin: Fix some comments in winkeybd.cJon TURNEY1-4/+4
2013-01-10hw/xwin: Bring the X screen window to the front on a single left-click on the...Jon TURNEY1-1/+1
2013-01-08hw/xfree86: Require only one working CRTC to start the server.Keith Packard1-4/+11
2012-12-19Merge remote-tracking branch 'jeremyhu/master'Keith Packard3-147/+88
2012-12-19Merge remote-tracking branch 'yselkowitz/master'Keith Packard39-247/+247
2012-12-18XQuartz: Don't add the 15bit visual any moreJeremy Huddleston Sequoia2-7/+14
2012-12-18XQuartz: Revert some unfortunate auto-indenting mishaps with our super-nested...Jeremy Huddleston Sequoia1-140/+74
2012-12-18hw/dmx: fix build without GLXRob Clark1-1/+1
2012-12-17xfree86: print message to the log when zapping the serverPeter Hutterer1-0/+1
2012-12-12Revert "xf86: Fix non-PCI configuration-less setups"Dave Airlie1-8/+0
2012-12-12dri1: fix dri1 startup since 459c6da0f907ba33d733c7e62a116184ba2f14e5Dave Airlie1-2/+5
2012-12-05Fix formatting of address operatorsYaakov Selkowitz39-247/+247
2012-11-29hw/dmx: add update_desktop_dimensions() callSybren van Elderen1-0/+2
2012-11-28Merge remote-tracking branch 'jturney/mingw-patches'Keith Packard4-2/+8
2012-11-28hw/xwin: Fix for MinGW-w64 DirectDraw headersYaakov Selkowitz3-1/+6
2012-11-28hw/xwin: use raise() instead of kill()Yaakov Selkowitz1-1/+2
2012-11-27xf86: select a fake output for headless serversChris Wilson1-0/+4
2012-11-27xf86: Fix non-PCI configuration-less setupsThierry Reding1-0/+8
2012-11-27Merge remote-tracking branch 'daniels/master'Keith Packard7-5/+48
2012-11-27hw/xwin: Don't spam MotionNotify events when the mouse hasn't movedColin Harrison1-2/+7
2012-11-27hw/xwin: Don't log all fbConfigs and GL/WGL extensionsJon TURNEY1-7/+15
2012-11-27hw/xwin: Use pre-computed extent of damage for creating GDI regionJon TURNEY3-30/+13
2012-11-27hw/xwin: Ensure we own the clipboard before checking the format of it's contentsJon TURNEY1-18/+18
2012-11-27hw/xwin: Disable minimize button on window with skip-taskbar stateColin Harrison1-0/+3
2012-11-27hw/xwin: Process _NET_WM_STATE_SKIP_TASKBAR hint in multiwindow mode.Jon TURNEY1-6/+26
2012-11-27hw/xwin: Add a simple interface to the ITaskbarList COM interfaceJon TURNEY3-0/+96
2012-11-27hw/xwin: Enable RANDR resize by defaultJon TURNEY3-6/+8