summaryrefslogtreecommitdiffstats
path: root/remoting/host/resizing_host_observer.cc
Commit message (Expand)AuthorAgeFilesLines
* Don't restore the resolution if it was never changed.jamiewalch@chromium.org2014-03-181-2/+5
* Make DesktopResizer use ScreenResolution to facilitate DPI-awareness.jamiewalch@chromium.org2013-11-011-44/+53
* Use a direct include of the message_loop header in remoting/.avi@chromium.org2013-07-171-1/+1
* Add host-side rate-limiting to desktop resize events.jamiewalch@chromium.org2013-06-091-5/+42
* Use webrtc::DesktopCapturer for screen capturer implementation.sergeyu@chromium.org2013-05-161-6/+6
* Reworked the plumbing required to pass the client resolution to the desktop r...alexeypa@chromium.org2013-03-181-8/+7
* ResizingHostObserver is created by the desktop environment together with othe...alexeypa@chromium.org2013-03-091-39/+23
* Moving host status events monitoring to a separate interface (HostStatusMonit...alexeypa@chromium.org2013-03-021-9/+8
* Don't disable resize-to-client if the host desktop is explicitly resized.jamiewalch@chromium.org2013-02-151-16/+5
* Rename ClientDimensions to ClientResolution and add pixel-size and DPI fields.wez@chromium.org2013-02-131-2/+4
* Don't invoke DesktopResizer::SetSize() if the size isn't changing.wez@chromium.org2012-11-011-3/+4
* Resize host desktop to match client dimensions.jamiewalch@chromium.org2012-10-311-10/+14
* Cross-platform plumbing for resize-to-client and Linux implementation.jamiewalch@chromium.org2012-09-261-0/+159