summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2013-04-17xf86: fix flush input to work with Linux evdev devices.Dave Airlie1-1/+2
2013-04-08Define prototypes for hw/xfree86/modes/xf86Modes.c only in xf86Modes.h.Jeremy White12-28/+12
2013-04-08xfree86: Be verbose if waiting on opening the drm deviceBryce Harrington1-1/+4
2013-04-08xfree86: Fix race condition failure opening drm.Bryce Harrington1-0/+6
2013-04-08xfree86: Keep trying to set interface on drm for 2 seconds.Bryce Harrington1-5/+15
2013-04-08xfree86: Provide more details on failureBryce Harrington1-1/+3
2013-04-08xfree86: Track error code and add label for error handling.Bryce Harrington1-4/+6
2013-04-08xfree86: (Cleanup) Close fd if drm interface 1.4 could not be set.Bryce Harrington1-0/+1
2013-04-02kdrive/fbdev: revive randr new screen size logicGeert Uytterhoeven1-1/+9
2013-04-02Revert "kdrive: fix "set but not used" warnings"Peter Hutterer1-0/+10
2013-03-26xserver: add monitor Option "ZoomModes" [v2]vdb@picaros.org2-0/+100
2013-03-18Merge remote-tracking branch 'whot/next'Keith Packard16-91/+62
2013-03-18Full support of sRGB capable fbconfigs.Tomasz Lis2-0/+5
2013-03-06xephyr: fix "set but not used warnings"Peter Hutterer1-24/+0
2013-03-06kdrive: fix "set but not used" warningsPeter Hutterer4-26/+0
2013-03-05DPMS: include GPU screens in DPMS codeAaron Plattner1-14/+31
2013-03-04ephyr: Fix crash on 24bpp host framebufferDaniel Martin3-6/+9
2013-03-01randr: cleanup provider properlyDave Airlie2-10/+24
2013-03-01xf86: actually set the compat output in the failure caseDave Airlie1-2/+4
2013-03-01xfree86/hotplug: cleanup properly if the screen fails to initialiseDave Airlie1-1/+6
2013-02-18ephyr: Add -resizeable optionDaniel Martin3-12/+29
2013-02-15Merge branch 'master' of git+ssh://people.freedesktop.org/~alanc/xserver into...Peter Hutterer6-21/+24
2013-02-15xfree86: remove redundant declaration of inputInfoPeter Hutterer1-1/+0
2013-02-15xfree86: drop unused prevSIGIOPeter Hutterer1-1/+0
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-02-05Avoid memory leak in ddc resort() if find_header() failsAlan Coopersmith1-3/+4
2013-02-05xf86XvMCScreenInit: Avoid leak if dixRegisterPrivateKey failsAlan Coopersmith1-1/+3
2013-02-05Avoid memory leak on realloc failure in localRegisterFreeBoxCallbackAlan Coopersmith1-5/+7
2013-02-05Avoid NULL pointer dereference in xf86TokenToOptinfo if token not foundAlan Coopersmith1-1/+1
2013-02-05Make xf86ValidateModes actually copy clock range list to screen pointerAlan Coopersmith1-10/+7
2013-02-05Free keymap on error in Xephyr's hostx_load_keymapAlan Coopersmith1-1/+2
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