summaryrefslogtreecommitdiffstats
path: root/chromeos/display/output_configurator.cc
Commit message (Expand)AuthorAgeFilesLines
* Remember mirroring statusoshima@chromium.org2013-03-241-42/+64
* Use OutputConfigurator::SetDislpayMode for ctrl-fullscreenoshima@chromium.org2013-03-221-39/+0
* chromeos: Add DisplayPowerServiceProvider.derat@chromium.org2013-03-071-84/+72
* Matching modes for mirroring should preserve interlacing.ynovikov@chromium.org2013-03-051-2/+7
* Provides more types of errors for display status (2nd)mukai@chromium.org2013-03-011-6/+13
* Revert 185456 which broke win aura build.mattm@chromium.org2013-03-011-13/+6
* Provides more types of errors for display status.mukai@chromium.org2013-03-011-6/+13
* Don't reconfigure framebuffer if the size is the sameoshima@chromium.org2013-03-011-2/+7
* Don't handle display change event/requests to avoid being killed by session m...oshima@chromium.org2013-02-281-6/+13
* Reconfigure displays even if the output count didn't changeoshima@chromium.org2013-02-161-24/+20
* Update display info and root windows only after outputs are configuredoshima@chromium.org2013-01-301-0/+2
* Minimize black screen during the boot with multi displaysoshima@chromium.org2013-01-301-6/+27
* Defer configuring outputs instead of notifying changed eventoshima@chromium.org2013-01-261-52/+64
* Implement support for monitor suspend.marcheu@chromium.org2013-01-251-2/+13
* Fixes the timing of OnDisplayChanged().mukai@chromium.org2013-01-241-15/+22
* Speculative revert 178195: Implement support for monitor suspend.glotov@chromium.org2013-01-231-13/+2
* Implement support for monitor suspend.marcheu@chromium.org2013-01-231-2/+13
* output_configurator: Check against the old screen size.marcheu@chromium.org2012-12-211-6/+6
* output_configurator: misc cleanupsmarcheu@chromium.org2012-12-211-48/+47
* output_configurator: Speed up monitor configuration.marcheu@chromium.org2012-12-191-125/+145
* Use CTM on touchscreens.ynovikov@chromium.org2012-12-151-165/+410
* Add UMA metrics tracking mirror mode usage.ynovikov@chromium.org2012-12-131-132/+200
* output_configurator: Skip reallocating the framebuffer when not needed.marcheu@chromium.org2012-12-081-0/+7
* Prefer aspect ratio preserving mirror mode, use panel fitting when possible.ynovikov@chromium.org2012-12-071-132/+120
* Revert 171737 - linux_chrome_clang buildbot is brokennkostylev@chromium.org2012-12-071-119/+132
* Force mirror mode to preserve aspect ratio, use panel fitting when possible.ynovikov@chromium.org2012-12-071-132/+119
* Set the correct initial output stateoshima@chromium.org2012-11-061-5/+16
* output_configurator: Re-add DPMS call.marcheu@chromium.org2012-11-021-1/+6
* output_configurator: Remove now useless DPMS calls.marcheu@chromium.org2012-11-011-10/+0
* Use the current state when resuming.oshima@chromium.org2012-10-231-5/+20
* Add "panel_fitting" GPU feature type and use it for mirror mode.ynovikov@chromium.org2012-10-151-91/+186
* Use dual_primary mode in login screen.oshima@chromium.org2012-10-051-3/+2
* Use mirror mode if there is external monitor on bootoshima@chromium.org2012-10-041-2/+3
* Revert r160058 "Use mirror mode if there is external monitor on boot"oshima@chromium.org2012-10-041-2/+2
* Use mirror mode if there is external monitor on bootoshima@chromium.org2012-10-041-2/+2
* Revert the change that was added by mistake in revert (r160012).oshima@chromium.org2012-10-041-2/+2
* Revert r159980 "Use mirror mode if there is external monitor on boot"oshima@chromium.org2012-10-031-2/+2
* Handles the failures of output state change.mukai@chromium.org2012-10-031-0/+9
* Revert r159105 "This is the 3 following CLs collapsed as one (for easier merg...oshima@chromium.org2012-10-021-14/+5
* This is the 3 following CLs collapsed as one (for easier merge in M23)saintlou@chromium.org2012-09-271-5/+14
* Reverting 3 CLs in order to create 1 CL (to be later merged in M23).saintlou@chromium.org2012-09-271-14/+5
* Disable extended desktop.oshima@chromium.org2012-09-251-5/+14
* Don't set internal display crtc to None in CrOS extended desktopjhorwich@chromium.org2012-09-131-0/+6
* Change the location to notify OnDisplayModeChanged() event.mukai@chromium.org2012-09-121-5/+21
* Removes CHECK in ModeInfoForID(). It now can fail, so adds checks around the...mukai@chromium.org2012-09-111-31/+45
* Don't update display info when brightness is set to 0, or device goes to slee...oshima@chromium.org2012-09-101-7/+7
* Remove cache of XRandR data and be stateless.disher@chromium.org2012-09-061-502/+481
* Don't try to switch display mode if there is no external displayoshima@chromium.org2012-08-311-10/+7
* Remove non ExtededDesktop modeoshima@chromium.org2012-08-301-22/+11
* Remove direct DBus calls from OutputConfiguratordisher@chromium.org2012-08-161-35/+3