summaryrefslogtreecommitdiff
path: root/hw/xfree86/common/xf86RandR.c
AgeCommit message (Expand)AuthorFilesLines
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
2004-04-23Merging XORG-CURRENT into trunkEgbert Eich1-1/+2
2004-03-14Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004xf86-4_4_99_1Egbert Eich1-1/+1
2004-03-03Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004xf86-4_4_0Egbert Eich1-1/+1
2004-02-26readding XFree86's cvs IDsxf86-4_3_99_903Egbert Eich1-1/+1
2004-02-26Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004Egbert Eich1-1/+1
2003-11-25XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_16Kaleb Keithley1-11/+12
2003-11-14Initial revisionKaleb Keithley1-0/+280