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