aboutsummaryrefslogtreecommitdiff
path: root/webrtc/modules/desktop_capture/screen_capturer_win.cc
AgeCommit message (Expand)Author
2015-12-17Don't call the Pass methods of rtc::Buffer, rtc::scoped_ptr, and rtc::ScopedV...kwiberg
2015-02-26Use base/scoped_ptr.h; system_wrappers/interface/scoped_ptr.h is going awaykwiberg@webrtc.org
2014-05-05Implement the Windows screen capturer using the Magnification API.jiayl@webrtc.org
2014-05-05Revert 6048 "Implement the Windows screen capturer using the Mag..."tina.legrand@webrtc.org
2014-05-03Implement the Windows screen capturer using the Magnification API.jiayl@webrtc.org
2014-04-11Fix the captured screen rect conversion.jiayl@webrtc.org
2014-02-26Invalidate the whole screen when the frame size is changed.jiayl@webrtc.org
2014-01-17Implement screen enumeration and individual screen capturing for Windows.jiayl@webrtc.org
2014-01-14Extends the ScreenCapturer interface for individual display screen cast.jiayl@webrtc.org
2013-12-18Make MouseCursor mutablesergeyu@chromium.org
2013-11-22Fix MouseCursor to MouseCursorShape conversion in ScreenCapturerWin.sergeyu@chromium.org
2013-10-17MouseCursorMonitor implementation for OSX and Windows.sergeyu@chromium.org
2013-10-12Add DesktopCaptureOptions class.sergeyu@chromium.org
2013-06-10Allow the screen capturer to capture oversized cursors and cursors without al...alexeypa@chromium.org
2013-06-04Move screen capturers from chromium to webrtc.sergeyu@chromium.org