summaryrefslogtreecommitdiff
path: root/modules/desktop_capture
AgeCommit message (Expand)Author
2014-07-09Create FullScreenChromeWindowDetector in DesktopConfigurationOptions::CreateD...jiayl@webrtc.org
2014-07-08Implement a work around for Chrome full-screen tab switch on Mac.jiayl@webrtc.org
2014-07-02Implement BUILD.gn for desktop_capture.jiayl@webrtc.org
2014-06-23GN: Add BUILD.gn files + kjellander to OWNERSkjellander@webrtc.org
2014-06-19Do not call CaptureCursor in ScreenCapturerWinGdi if no MouseShapeObserver.jiayl@webrtc.org
2014-06-06Use XErrorTrap in MouseCursorMonitorX11 to catch the error if the shared wind...jiayl@webrtc.org
2014-06-02Disable MouseCursorMonitorTesthenrik.lundin@webrtc.org
2014-06-02Disable MouseCursorMonitorTest.FromScreenhenrik.lundin@webrtc.org
2014-05-28Disable MouseCursorMonitorTest due to flake on Windows.andrew@webrtc.org
2014-05-22Adds missing include of assert header.henrike@webrtc.org
2014-05-21Switch to using base/constructormagic.h and remove system_wrappers/interface/...henrike@webrtc.org
2014-05-21Initializes WINDOWPLACEMENT::length in GetCroppedWindowRect.jiayl@webrtc.org
2014-05-21Revert 6202 "Switch to using base/constructormagic.h and remove ..."mcasas@webrtc.org
2014-05-21Revert 6208 "Patch from henrike@webrtc.org"mcasas@webrtc.org
2014-05-21Patch from henrike@webrtc.orgmcasas@webrtc.org
2014-05-20Switch to using base/constructormagic.h and remove system_wrappers/interface/...henrike@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-29Added include of assert.h for files calling assert but missing the include.henrike@webrtc.org
2014-04-25Replace scoped_array<T> with scoped_ptr<T[]>.andrew@webrtc.org
2014-04-24Returns a NULL frame on all platforms if the captured window is closed.jiayl@webrtc.org
2014-04-19Fix multi-monitor support in the screen capturer for Mac.sergeyu@chromium.org
2014-04-18Revert r5937 "Fix multi-monitor support in the screen capturer for Mac."sergeyu@chromium.org
2014-04-18Fix multi-monitor support in the screen capturer for Mac.sergeyu@chromium.org
2014-04-14Make everyone an OWNER for .gyp/.gypi add/delete purposes, non-talk/ edition.fischman@webrtc.org
2014-04-11Fix the captured screen rect conversion.jiayl@webrtc.org
2014-04-09Fix DesktopSize::is_empty() for the case when only width or only height is 0.sergeyu@chromium.org
2014-04-04Fix a crash in WindowCapturereMac when capture() fails.jiayl@webrtc.org
2014-03-26Makes ScreenCapturerMac exclude the window specified in DesktopCapturer::SetE...jiayl@webrtc.org
2014-03-20Adjust the captured window rect when the window is maximized.jiayl@webrtc.org
2014-03-18Adds a method to WindowCapturer to bring a window to the front.jiayl@webrtc.org
2014-03-07Remove std:: prefixes from C functions in webrtc/.pbos@webrtc.org
2014-02-27Call PrintWindow for the first time of capturing to capture the window frames...jiayl@webrtc.org
2014-02-26Invalidate the whole screen when the frame size is changed.jiayl@webrtc.org
2014-02-19Make WindowCapturerLinux handling window resize events.jiayl@webrtc.org
2014-02-18Fix DesktopAndCursorComposer not to crashsergeyu@chromium.org
2014-02-07Fix WindowCapturerWin to unselect bitmap before destroying DC.sergeyu@chromium.org
2014-02-04Fix a cursor capturing issue on Windows.jiayl@webrtc.org
2014-02-01Implement single monitor capture on Mac.jiayl@webrtc.org
2014-01-30Fix the mouse cursor offset issue on Mac.jiayl@webrtc.org
2014-01-29Moves the display reconfiguration callback into a separate class,jiayl@webrtc.org
2014-01-17Implement screen enumeration and individual screen capturing for Windows.jiayl@webrtc.org
2014-01-16Fix crash in MouseCursor::CopyOf()sergeyu@chromium.org
2014-01-15Update needed to MockScreenCapturer after new methods addition to webrtc::Scr...mallinath@webrtc.org
2014-01-14Extends the ScreenCapturer interface for individual display screen cast.jiayl@webrtc.org
2014-01-13Fix MouseCursorMonitorMac to return correct hotspot position.sergeyu@chromium.org
2013-12-18Make MouseCursor mutablesergeyu@chromium.org
2013-12-17Revert "Make MouseCursor mutable"sergeyu@chromium.org
2013-12-17Make MouseCursor mutablesergeyu@chromium.org