summaryrefslogtreecommitdiff
path: root/randr
AgeCommit message (Expand)AuthorFilesLines
2006-11-16Reduce calls to RRGetInfo.Keith Packard2-8/+5
2006-11-16Remove RandR output options.Keith Packard5-89/+29
2006-11-08Add RRInit function to create resource types for RR objects.Keith Packard3-18/+41
2006-11-08Allow RandR objects to be created before the associated ScreenRec.Keith Packard8-168/+253
2006-11-03Don't bump the refcnt if the new mode is NULL.Eric Anholt1-1/+2
2006-11-01Move physical size from mode to output.Keith Packard8-15/+50
2006-10-25Merge master back in and clean up some unfinished code (closes 8745)Keith Packard6-56/+27
2006-10-24Merge branch 'master' into randr-1.2Keith Packard1-0/+48
2006-10-24Byte swap RRSelectInput enable flags.Keith Packard1-0/+1
2006-10-13Limit pointer to valid crtc areas. Add event swapping. Fix change tracking.Keith Packard9-48/+415
2006-10-05Add preferred modes for each output. Round vrefresh. Deliver crtc events.Keith Packard6-57/+117
2006-10-03Add mode origins and output options. Fix memmoves in resource free funcs.Keith Packard7-44/+171
2006-09-21When no mode is specified, don't validate mode-specific parameters.Keith Packard1-46/+49
2006-09-20Steal Xinerama code from SiS driver. Add missing files.Keith Packard8-3/+1210
2006-09-20RRSetCrtcConfig status fix. RRGetScreenResources timestamp fix.Keith Packard2-4/+9
2006-09-20typoKeith Packard1-1/+1
2006-09-20When setting output state, leave output unchanged when setting to current.Keith Packard2-0/+44
2006-09-20Avoid calling xalloc(0). Change rrScreenSizeSet to rrScreenSetSize.Keith Packard6-43/+98
2006-09-19Split out 1.0-style info and new property routines to their own files.Keith Packard9-1435/+1385
2006-09-19RRGetScreenResources and RRGetOutputInfo are working now.Keith Packard5-8/+233
2006-09-18RandR working with old clients and old API.Keith Packard6-5/+62
2006-09-17Split out RandR dispatch code from randr.c to rr*dispatch.c.Keith Packard8-1087/+1575
2006-09-17Split RandR implementation into separate files.Keith Packard8-437/+852
2006-09-17Start moving to new randr 1.2 definitionKeith Packard3-611/+1057
2006-09-17Successful legacy RandR API/Protocol emulation for query.Keith Packard1-153/+178
2006-09-17RandR: New data structure, old API. At least it compiles nowKeith Packard3-186/+570
2006-09-17Preliminary RandR 1.2 workKeith Packard3-193/+354
2006-07-21Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson3-3/+0
2006-07-18get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULEDaniel Stone1-1/+1
2006-04-17Wrap a couple more SDK headers in if XORG, as per Dave Airlie's commit onDonnie Berkholz1-0/+2
2006-02-10Remove libcwrapper usage from xorg server modules. The libcwrapper is onlyEric Anholt1-3/+0
2006-02-01Add a new function RRGetRotation() which does exactly the same thing asAlan Hourihane2-0/+14
2006-01-19add randrstr.h to sdk_HEADERSAlan Hourihane1-0/+2
2005-12-02Define XFree86Server only where it is required.Kevin E Martin1-1/+1
2005-11-29Fix usage of XFree86LOADER/XFree86Module/IN_MODULE and update loadableKevin E Martin1-1/+1
2005-07-03Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h".Daniel Stone1-2/+2
2005-07-03Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.Daniel Stone3-0/+12
2005-07-02Continuing Makefile cleanup; add DIX_CFLAGS and XORG_CFLAGS everywhere.Daniel Stone1-0/+2
2005-07-01Change all misc.h and os.h references to <X11/foo.h>.Daniel Stone1-2/+2
2005-07-01Adding initial build system.Daniel Stone1-0/+6
2005-04-20Fix includes right throughout the Xserver tree:Daniel Stone3-8/+8
2004-12-04Encoding of numerous files changed to UTF-8Markus Kuhn3-5/+5
2004-06-25#Bug 780: add RRSetScreenConfigAlexander Gottwald2-2/+111
2004-04-23Merging XORG-CURRENT into trunkEgbert Eich3-3/+3
2004-03-14Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004xf86-4_4_99_1Egbert Eich3-3/+3
2004-03-03Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004xf86-4_4_0Egbert Eich3-3/+3
2004-02-26readding XFree86's cvs IDsxf86-4_3_99_903Egbert Eich3-3/+3
2004-02-26Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004Egbert Eich3-3/+3
2003-11-25XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_16Kaleb Keithley1-4/+19
2003-11-14Initial revisionKaleb Keithley3-0/+1427