summaryrefslogtreecommitdiffstats
path: root/remoting/host/capturer_mac.cc
Commit message (Expand)AuthorAgeFilesLines
* [Chromoting] Add Mac host support for sending cursor shape to client.garykac@chromium.org2012-06-181-683/+0
* [Chromoting] Initial plumbing for cursor shape.garykac@chromium.org2012-06-021-3/+10
* Fix "wake display when session starts" on OS X 10.7.4.dcaiafa@chromium.org2012-05-241-8/+19
* Fix crash on disconnect for Macdcaiafa@chromium.org2012-04-261-41/+17
* Wake Mac host display when remote session starts.dcaiafa@chromium.org2012-04-161-1/+49
* remoting: Move CGRectToSkIRect() to the only file where it's calledthakis@chromium.org2012-03-151-4/+13
* Move code in src/remoting to the new callbacks.sergeyu@chromium.org2011-11-101-8/+8
* Make sure curtain mode doesn't lock up MacOS 10.7dmaclach@chromium.org2011-11-011-1/+4
* Fix up Chromoting on Lion.dmaclach@chromium.org2011-10-041-11/+84
* Move us fully from gfx:: over to skia types for consistency.dmaclach@chromium.org2011-09-301-10/+9
* Revert 103523 - Move us fully from gfx:: over to skia types for consistency.dmaclach@chromium.org2011-09-301-9/+10
* Move us fully from gfx:: over to skia types for consistency.dmaclach@chromium.org2011-09-301-10/+9
* Fix Chromoting Mac to work with multiple monitors.dmaclach@chromium.org2011-09-211-21/+24
* Clean up init sequence for capturer.dmaclach@chromium.org2011-08-171-14/+34
* Fixed up issue with changing screen resolution on Mac host causing crashes.dmaclach@chromium.org2011-08-161-59/+89
* Switch over to using SkRegions to calculate dirty areas.dmaclach@chromium.org2011-08-121-46/+50
* Revert 96327 - Switch over to using SkRegions to calculate dirty areas.dmaclach@chromium.org2011-08-111-50/+46
* Switch over to using SkRegions to calculate dirty areas.dmaclach@chromium.org2011-08-111-46/+50
* Use correct OpenGL test.jamiewalch@google.com2011-08-041-1/+1
* Optimize mac capturer to copy memory only dirty rect.hclam@chromium.org2011-08-011-13/+50
* Workaround for bad driver issue with NVIDIA GeForce 7300 GT on Mac 10.5.dmaclach@chromium.org2011-07-151-0/+10
* Initial curtain mode implementation.jamiewalch@google.com2011-05-311-15/+63
* Don't crash when changing screen modes.jamiewalch@chromium.org2011-05-061-51/+103
* Use pixel buffer objects where supported to improve capturer speed.jamiewalch@chromium.org2011-04-291-15/+108
* Don't flip buffer--process it with a negative stride instead.jamiewalch@chromium.org2011-04-181-15/+4
* Clean up remoting projectdmaclach@chromium.org2011-04-041-3/+71
* Capturer is now pure virtual. The implementation it used tosimonmorris@chromium.org2011-03-291-14/+41
* Invalidate the entire screen after registering for refresh callbacks.jamiewalch@chromium.org2011-03-111-0/+1
* Tidy up after CL 6573005.simonmorris@chromium.org2011-03-101-1/+1
* Don't translate dirty rectangles in Mac capturer.lambroslambrou@chromium.org2011-03-041-4/+1
* Let the host change resolution.simonmorris@chromium.org2011-03-041-11/+12
* Revert 76747 - Let the host change resolution.simonmorris@chromium.org2011-03-031-12/+11
* Let the host change resolution.simonmorris@chromium.org2011-03-031-11/+12
* Fix up mac capturer to flip image.dmaclach@chromium.org2011-03-031-6/+17
* Fix Capturer for Mac to cope gracefully when there are no invalid rects.wez@chromium.org2011-02-211-8/+1
* Revert 67662 - FBTF: Remove unneeded headers from base/ (part 10)thestig@chromium.org2010-11-301-2/+0
* FBTF: Remove unneeded headers from base/ (part 10)thestig@chromium.org2010-11-301-0/+2
* Use VP8 over PseudoTCP by default.sergeyu@chromium.org2010-11-231-0/+5
* Fix up mac capturerdmaclach@chromium.org2010-11-191-0/+2
* Inject MessageLoop into Capturerhclam@chromium.org2010-11-171-1/+3
* Add VideoPacket struct for video packets. Refactor Decode interface to use it.sergeyu@chromium.org2010-11-091-4/+3
* Cleanups in the video encoding decoding code. Reenable VP8.sergeyu@chromium.org2010-11-021-1/+1
* Revert 64672 - Cleanups in the video encoding decoding code. Reenable VP8.sergeyu@chromium.org2010-11-011-1/+1
* Cleanups in the video encoding decoding code. Reenable VP8.sergeyu@chromium.org2010-11-011-1/+1
* Initial pass at integrating Differ into the chromoting host code.garykac@google.com2010-08-061-10/+15
* Moving Encoder and Decoder to remoting/basehclam@chromium.org2010-07-231-1/+1
* Revamp capturer to clean up the interface, and to keep data as atomic as poss...dmaclach@chromium.org2010-07-011-24/+130
* Copy the (early prototype of) remoting in Chrome into the public tree.garykac@google.com2010-06-071-0/+54