index
:
xorg/xserver-test
COMPOSITEWRAP
CYGWIN
DAMAGE-XFIXES
Domain-branch
IPv6-REVIEW
STSF-CURRENT
XACE-SELINUX
XACE-modular
XEVIE
XINERAMA_2
XORG-6_8-branch
XORG-CURRENT
XORG-RELEASE-1
XORG-RELEASE-1-STSF
XORG-RELEASE-1-TM
XORG-STABLE
XPRINT
autoconfig-for-7.2
bcook-backend
compat_output
dmx-2
dri-0-1-branch
dri2-swapbuffers
exa-damagetrack
glucose-2
gsr-current
input-hotplug
lg3d
lg3d-7.2
lg3d-dev
lg3d-dev-0-6-1
lg3d-dev-0-6-1-1
lg3d-dev-0-6-1-current
lg3d-dev-0-6-1-latest
lg3d-dev-0-6-2
lg3d-dev-0-6-latest
lg3d-dev-0-7-0
lg3d-dev-0-7-1
lg3d-event
lg3d-master
master
mpx
no-pci-rework
orib-soc-2006
panning-for-server-1.6
pci-rework
randr-1.2
randr-1.2-for-server-1.2
randr-dpms
sco_port_update
server-1.10-branch
server-1.11-branch
server-1.12-branch
server-1.13-branch
server-1.14-branch
server-1.2-branch
server-1.3-branch
server-1.4-branch
server-1.5-branch
server-1.6-branch
server-1.6-enterleave
server-1.7-branch
server-1.7-nominations
server-1.8-branch
server-1.9-branch
server-1_0-branch
server-1_1-branch
transform-proposal
wonderland-dev
xf-4_0_2-branch
xf-4_1-branch
xf-4_2-branch
xf-4_3-branch
xfixes_2_branch
xgl-0-0-1
xorg-server-1.2-apple
xorg-server-1.4-apple
xorg-server-1.5-apple
xorg-server-1.6-apple
xorg-server-1.7-apple
xquartz-composite
xwayland
xwayland-1.12
X server
keithp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
randr
/
rroutput.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-07-09
Use C99 designated initializers in extension Events
Alan Coopersmith
1
-21
/
+15
2012-07-09
Use C99 designated initializers in randr Replies
Alan Coopersmith
1
-20
/
+22
2012-07-09
Bug 51375: Xorg doesn't set status for RRGetOutputInfo
Jaroslav Šmíd
1
-0
/
+1
2012-07-09
Remove unneccesary casts from WriteToClient calls
Alan Coopersmith
1
-2
/
+2
2012-06-28
randr: Catch two more potential unset rrScrPriv uses
Keith Packard
1
-1
/
+2
2012-06-21
randr: Clean up compiler warnings about unused and shadowing variables
Keith Packard
1
-4
/
+4
2012-03-21
Introduce a consistent coding style
Keith Packard
1
-282
/
+245
2011-09-21
Use internal temp variable for swap macros
Matt Turner
1
-17
/
+16
2010-09-29
randr: set error numbers of resource types in RRExtenstionInit() (V2)
Tobias Droste
1
-1
/
+10
2010-06-06
Remove more superfluous if(p) checks around free(p)
Mikhail Gusarov
1
-10
/
+5
2010-05-19
Add typed resource-lookup errors for non-core resource types.
Jamey Sharp
1
-0
/
+1
2010-05-19
Set event sequence number in WriteEventsToClient instead of at callers.
Jamey Sharp
1
-1
/
+0
2010-05-13
Eliminate boilerplate around client->noClientException.
Jamey Sharp
1
-3
/
+3
2010-05-13
Replace X-allocation functions with their C89 counterparts
Mikhail Gusarov
1
-18
/
+18
2009-12-18
Add type name argument to CreateNewResourceType
Alan Coopersmith
1
-3
/
+1
2009-07-14
randr: switch to byte counting functions
Peter Hutterer
1
-4
/
+4
2009-04-29
Fix most remaining deprecated resource lookups.
Eamon Walsh
1
-27
/
+10
2009-01-30
RandR SetOutputPrimary should work with or without a crtc connected
Keith Packard
1
-5
/
+0
2009-01-11
randr: RRSetPrimaryOutput can be static
Julien Cristau
1
-1
/
+1
2008-12-10
randr: clear primaryOutput when the output is deleted
Adam Jackson
1
-0
/
+3
2008-12-10
randr: Add [GS]etOutputPrimary
Adam Jackson
1
-1
/
+108
2008-12-03
Rework symbol visibility for easier maintenance
Paulo Cesar Pereira de Andrade
1
-15
/
+15
2008-11-29
Export symbols defined in the sdk.
Paulo Cesar Pereira de Andrade
1
-15
/
+15
2007-10-15
registry: Add some missing #include's.
Eamon Walsh
1
-0
/
+1
2007-10-11
dix: Add a new "registry" mechanism for registering string names of things.
Eamon Walsh
1
-3
/
+1
2007-09-15
Initialize output->pendingProperties.
Tilman Sauerbeck
1
-0
/
+1
2007-08-07
Decrement mode count when removing RandR output mode.
Keith Packard
1
-0
/
+1
2007-07-23
Set the crtc before the output change is notified
Gustavo Pichorim Boiko
1
-9
/
+0
2007-03-24
Make pending properties force mode set. And, remove AttachScreen calls.
Keith Packard
1
-29
/
+20
2007-03-17
Correct ref counting of RRMode structures
Keith Packard
1
-1
/
+4
2007-03-17
Add support for user-defined modelines in RandR.
Keith Packard
1
-7
/
+91
2007-03-05
Bugzilla #7145: fix build with gcc 2.95
Jens Granseuer
1
-1
/
+1
2006-12-15
RandR: config time updates when hardware config changes.
Keith Packard
1
-9
/
+11
2006-12-14
Naming change: Security*Access -> Dix*Access
Eamon Walsh
1
-1
/
+1
2006-12-02
Destroying RandR crtc or output overwrites memory.
Keith Packard
1
-1
/
+1
2006-11-28
Ensure RandR resource types are registered before resources are created.
Keith Packard
1
-0
/
+2
2006-11-16
Remove RandR output options.
Keith Packard
1
-29
/
+0
2006-11-08
Add RRInit function to create resource types for RR objects.
Keith Packard
1
-12
/
+18
2006-11-08
Allow RandR objects to be created before the associated ScreenRec.
Keith Packard
1
-17
/
+27
2006-11-01
Move physical size from mode to output.
Keith Packard
1
-0
/
+23
2006-10-13
Limit pointer to valid crtc areas. Add event swapping. Fix change tracking.
Keith Packard
1
-10
/
+51
2006-10-05
Add preferred modes for each output. Round vrefresh. Deliver crtc events.
Keith Packard
1
-3
/
+6
2006-10-03
Add mode origins and output options. Fix memmoves in resource free funcs.
Keith Packard
1
-7
/
+36
2006-09-20
typo
Keith Packard
1
-1
/
+1
2006-09-20
When setting output state, leave output unchanged when setting to current.
Keith Packard
1
-0
/
+43
2006-09-20
Avoid calling xalloc(0). Change rrScreenSizeSet to rrScreenSetSize.
Keith Packard
1
-13
/
+33
2006-09-19
Split out 1.0-style info and new property routines to their own files.
Keith Packard
1
-1
/
+95
2006-09-19
RRGetScreenResources and RRGetOutputInfo are working now.
Keith Packard
1
-0
/
+9
2006-09-18
RandR working with old clients and old API.
Keith Packard
1
-0
/
+18
2006-09-17
Split out RandR dispatch code from randr.c to rr*dispatch.c.
Keith Packard
1
-5
/
+143
[next]