summaryrefslogtreecommitdiff
path: root/hw/xfree86/common/xf86RandR.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-29xfree86: Remove pointless xf86RandRCreateScreenResourcesAdam Jackson1-32/+0
2013-10-31DDX/Randr: Avoid server crash when xrandr SetConfig is called while switched ...Egbert Eich1-7/+9
2012-06-05api: rework the X server driver API to avoid global arrays.Dave Airlie1-4/+4
2012-05-21xf86: reimplement XF86SCRNINFO macro using new functions.Dave Airlie1-7/+8
2012-03-21Introduce a consistent coding styleKeith Packard1-260/+245
2011-10-13Store desktop dimensions in screenInfo.Peter Hutterer1-0/+3
2011-02-22xfree86: replace two inputInfo.pointer uses with device loops.Peter Hutterer1-7/+30
2010-06-05Change the devPrivates API to require dixRegisterPrivateKeyKeith Packard1-2/+5
2010-06-03Move each screen's root-window pointer into ScreenRec.Jamey Sharp1-1/+1
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-3/+3
2010-04-27Remove mibank supportAdam Jackson1-1/+0
2010-04-26xf86: Don't crash when switching modes through RandR without owning the VT.Pierre-Loup A. Griffais1-2/+2
2009-04-17randr: Accept gamma set requests from XF86VidMode clients tooAdam Jackson1-0/+1
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade1-3/+3
2008-12-01Sun bug 6618220: Xorg server core dump in xf86RandRModeRefresh(NULL)Jay Cotton1-1/+1
2008-11-29Export symbols defined in the sdk.Paulo Cesar Pereira de Andrade1-1/+1
2008-08-28Prepare for array-index based devPrivates.Tomas Carnecky1-2/+3
2008-07-15Bug #16674: Make sure RANDR reports refresh as 0 if pixel clock is 0.Julien Cristau1-0/+2
2008-07-04Fix typo in the last commit.Tiago Vignatti1-1/+1
2008-07-04Remove deprecated function miPointerPosition().Tiago Vignatti1-1/+1
2008-07-01Work around the DIX losing mmWidth/mmHeight for RandR 1.1 DDXen.Aaron Plattner1-0/+19
2008-01-03Merge branch 'master' into mpxPeter Hutterer1-12/+8
2007-08-28devPrivates rework: since API is already broken, switch everythingEamon Walsh1-12/+8
2006-11-23mi: closing memory leak, miPointer is freed in miPointerCloseScreenPeter Hutterer1-1/+2
2006-07-21Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson1-2/+0
2006-07-21Fix the RandR failure path for rotated screens.Aaron Plattner1-4/+8
2006-03-25Mark everything in xf86sym.c as _X_EXPORT.Adam Jackson1-3/+3
2005-10-30RandR: Add a driver func to let the driver determine the physical size of aThomas Winischhofer1-3/+26
2005-10-29Add function for drivers to change RandR's idea of the virtual screen size.Thomas Winischhofer1-0/+40
2005-10-12remove unneeded line of codeAlan Hourihane1-2/+0
2005-10-11fix a typoAlan Hourihane1-1/+1
2005-10-11check randrp has been initializedAlan Hourihane1-2/+2
2005-10-11programs/Xserver/hw/xfree86/common/xf86RandR.cAlan Hourihane1-1/+12
2005-10-10don't move x or y depending on the screen size changeAlan Hourihane1-4/+2
2005-10-10rework that againAlan Hourihane1-5/+4
2005-10-10a furthur tweak to the randr cursor position fixAlan Hourihane1-2/+6
2005-10-07another update to the RandR fix (thanks Aaron)Alan Hourihane1-3/+2
2005-10-07update the last RandR fixAlan Hourihane1-1/+5
2005-10-07programs/Xserver/hw/xfree86/common/xf86RandR.c Use PointerMoved instead ofAlan Hourihane1-1/+1
2005-09-30RandR: Fix failure handling (Closes #4635; Thomas Winischhofer)Thomas Winischhofer1-21/+37
2005-07-03Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h".Daniel Stone1-1/+1
2005-07-03Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.Daniel Stone1-0/+4
2005-07-01Change all misc.h and os.h references to <X11/foo.h>.Daniel Stone1-2/+2
2005-04-20Fix includes right throughout the Xserver tree:Daniel Stone1-2/+2
2005-03-16Don't fail calling function when DriverFunc() for RandR fails asEgbert Eich1-13/+20
2005-01-28Modifying X.Org Xserver DDX to allow to run X with ordinary userEgbert Eich1-5/+5
2004-12-04Encoding of numerous files changed to UTF-8Markus Kuhn1-2/+2
2004-08-13Fri Aug 13 19:53:10 2004 Soeren Sandmann <sandmann@redhat.com>Søren Sandmann Pedersen1-7/+21
2004-08-02Removed distro specific stuff.Egbert Eich1-7/+20
2004-07-30Add support for on-the-fly screen rotation when supported by hardware (AronEgbert Eich1-8/+34