index
:
xorg-server.git
debian-unstable
xorg7.5+xs1.6
forcked debian package
Julien Viard de Galbert
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
randr
/
rrscreen.c
Age
Commit message (
Expand
)
Author
2009-07-26
randr: fix server crash in RRGetScreenInfo
Julien Cristau
2009-06-29
Make RANDR 'set' timestamps follow client specified time. Bug 21987.
Keith Packard
2009-02-13
Query the DDX in ProcRRGetScreenInfo.
Aaron Plattner
2009-01-30
randr: Avoid re-querying the configuration on everything but GetScreenResources.
Eric Anholt
2009-01-30
RandR crtcs not fetched correctly when primary output is set.
Keith Packard
2008-12-16
randr: Mangle GetScreenResources sort order based on primary output
Adam Jackson
2008-11-26
Add server support for RRGetScreenResourcesCurrent
Keith Packard
2008-11-08
Remove some null statements.
James Cloos
2008-10-03
const cleanup
Adam Jackson
2008-08-20
Centralize declaration of ConnectionInfo.
Adam Jackson
2008-03-01
clean some "unused" warnings
George Sapountzis
2007-08-31
[RANDR] Compare only milliseconds of config time. (Bug #6502)
Marius Gedminas
2007-07-31
Fix a crash when rotating the screen.
Aaron Plattner
2007-04-10
Rotate screen size as needed from RandR 1.1 change requests.
Keith Packard
2007-04-03
Swap RRScreenChangeNotifyEvent dimensions when the screen has one crtc and it...
Aaron Plattner
2007-03-17
Add support for user-defined modelines in RandR.
Keith Packard
2007-02-15
Report correct RandR 1.0 sizeID. Report correct subpixel order.
Keith Packard
2007-01-02
Track physical screen size and send out updates when that changes.
Keith Packard
2007-01-02
Use RRScreenSetSizeRange in 1.0 compat. Check RRGetInfo for error.
Keith Packard
2006-12-15
Convert callers of SecurityLookupWindow() to dixLookupWindow().
Eamon Walsh
2006-12-15
RandR 1.2 rotation code must adjust width/height.
Keith Packard
2006-12-15
RandR 1.0 refresh rates unscrambled. SetScreenConfig uses RRCrtcSet right.
Keith Packard
2006-12-14
Remove instances of macro SECURITY_VERIFY_DRAWABLE.
Eamon Walsh
2006-12-14
Naming change: Security*Access -> Dix*Access
Eamon Walsh
2006-11-16
Remove RandR output options.
Keith Packard
2006-11-08
Allow RandR objects to be created before the associated ScreenRec.
Keith Packard
2006-11-01
Move physical size from mode to output.
Keith Packard
2006-10-25
Merge master back in and clean up some unfinished code (closes 8745)
Keith Packard
2006-10-13
Limit pointer to valid crtc areas. Add event swapping. Fix change tracking.
Keith Packard
2006-10-03
Add mode origins and output options. Fix memmoves in resource free funcs.
Keith Packard
2006-09-20
Steal Xinerama code from SiS driver. Add missing files.
Keith Packard
2006-09-20
RRSetCrtcConfig status fix. RRGetScreenResources timestamp fix.
Keith Packard
2006-09-20
Avoid calling xalloc(0). Change rrScreenSizeSet to rrScreenSetSize.
Keith Packard
2006-09-19
Split out 1.0-style info and new property routines to their own files.
Keith Packard
2006-09-17
Split RandR implementation into separate files.
Keith Packard