1. a649ab7 Fix a platform check to use WEBRTC_WIN instead of OS_WIN. by jiayl@webrtc.org · 10 years ago
  2. e4979ba Use ScreenCapturer to capture the whole and clip to the window rect when the shared window is on the top. by jiayl@webrtc.org · 10 years ago
  3. 4fc0ee5 Remove mouse cursor capturer from the ScreenCapturer interface by sergeyu@chromium.org · 11 years ago
  4. 7767f0f Revert "Remove mouse cursor capturer from the ScreenCapturer interface" by sergeyu@chromium.org · 11 years ago
  5. 5d8b812 Remove mouse cursor capturer from the ScreenCapturer interface by sergeyu@chromium.org · 11 years ago
  6. 7600960 Add error trap for XFixesGetCursorImage() by sergeyu@chromium.org · 11 years ago
  7. 296871b GN: Add common configs to all targets. by kjellander@webrtc.org · 11 years ago
  8. 9073595 Add missing DesktopConfigurationMonitor Unlock in webrtc::ScreenCapturerMac by jiayl@webrtc.org · 11 years ago
  9. 223c9c1 The 2x2 black frame on windows when the shared window is minimized caused an assert from vp8 and may lead to memroy corruption. by jiayl@webrtc.org · 11 years ago
  10. 4dc8e4e Add a target for the approved subset of rtc_base. by andrew@webrtc.org · 11 years ago
  11. 5f5cbf2 Fix memory leak in webrtc::MouseCursorMonitorMac by sergeyu@chromium.org · 11 years ago
  12. 5b28e7c Fix window capturing on Windows when the window is minimized. by jiayl@webrtc.org · 11 years ago
  13. 6b3710c Convert GN visibility to be lists. by brettw@chromium.org · 11 years ago
  14. 27b1560 Add direct_dependent_config to desktop_capture in GN build. by brettw@chromium.org · 11 years ago
  15. 49d6220 Change gflags and gmock includes to be full paths. by kjellander@webrtc.org · 11 years ago
  16. 5a2b2f1 GN: Disable Chromium clang plugins for standalone build. by kjellander@webrtc.org · 11 years ago
  17. 3eef73d Remove trailing null character from std::string by jiayl@webrtc.org · 11 years ago
  18. 8150ff1 Set updated_rect for frames generated by WindowCapturer implementationsw by sergeyu@chromium.org · 11 years ago
  19. df6904d Fix an invalid memory access due to typo in win/cursor.cc. by jiayl@webrtc.org · 11 years ago
  20. ccf0fef GN: Fix include paths for WebRTC in Chromium build. by kjellander@webrtc.org · 11 years ago
  21. 75f7656 Create FullScreenChromeWindowDetector in DesktopConfigurationOptions::CreateDefault. by jiayl@webrtc.org · 11 years ago
  22. 678f190 Implement a work around for Chrome full-screen tab switch on Mac. by jiayl@webrtc.org · 11 years ago
  23. d13c375 Implement BUILD.gn for desktop_capture. by jiayl@webrtc.org · 11 years ago
  24. 3610f63 GN: Add BUILD.gn files + kjellander to OWNERS by kjellander@webrtc.org · 11 years ago
  25. e5c55da Do not call CaptureCursor in ScreenCapturerWinGdi if no MouseShapeObserver. by jiayl@webrtc.org · 11 years ago
  26. 00035af Use XErrorTrap in MouseCursorMonitorX11 to catch the error if the shared window has been closed. by jiayl@webrtc.org · 11 years ago
  27. bb57de4 Disable MouseCursorMonitorTest by henrik.lundin@webrtc.org · 11 years ago
  28. 1a3e45b Disable MouseCursorMonitorTest.FromScreen by henrik.lundin@webrtc.org · 11 years ago
  29. 86101b9 Disable MouseCursorMonitorTest due to flake on Windows. by andrew@webrtc.org · 11 years ago
  30. e38123c Adds missing include of assert header. by henrike@webrtc.org · 11 years ago
  31. 774b3d3 Switch to using base/constructormagic.h and remove system_wrappers/interface/constructor_magic.h. by henrike@webrtc.org · 11 years ago
  32. b45df1c Initializes WINDOWPLACEMENT::length in GetCroppedWindowRect. by jiayl@webrtc.org · 11 years ago
  33. 0a9ed7c Revert 6202 "Switch to using base/constructormagic.h and remove ..." by mcasas@webrtc.org · 11 years ago
  34. 8520b33 Revert 6208 "Patch from henrike@webrtc.org" by mcasas@webrtc.org · 11 years ago
  35. 1528532 Patch from henrike@webrtc.org by mcasas@webrtc.org · 11 years ago
  36. 28b7c07 Switch to using base/constructormagic.h and remove system_wrappers/interface/constructor_magic.h. by henrike@webrtc.org · 11 years ago
  37. 6b6e3ea Implement the Windows screen capturer using the Magnification API. by jiayl@webrtc.org · 11 years ago
  38. 1f415cb Revert 6048 "Implement the Windows screen capturer using the Mag..." by tina.legrand@webrtc.org · 11 years ago
  39. 547a7cd Implement the Windows screen capturer using the Magnification API. by jiayl@webrtc.org · 11 years ago
  40. 151f6f2 Added include of assert.h for files calling assert but missing the include. by henrike@webrtc.org · 11 years ago
  41. ba47616 Replace scoped_array<T> with scoped_ptr<T[]>. by andrew@webrtc.org · 11 years ago
  42. dcbf62b Returns a NULL frame on all platforms if the captured window is closed. by jiayl@webrtc.org · 11 years ago
  43. 74658f6 Fix multi-monitor support in the screen capturer for Mac. by sergeyu@chromium.org · 11 years ago
  44. 998d063 Revert r5937 "Fix multi-monitor support in the screen capturer for Mac." by sergeyu@chromium.org · 11 years ago
  45. ceef02b Fix multi-monitor support in the screen capturer for Mac. by sergeyu@chromium.org · 11 years ago
  46. 98f8320 Make everyone an OWNER for .gyp/.gypi add/delete purposes, non-talk/ edition. by fischman@webrtc.org · 11 years ago
  47. 26103b9 Fix the captured screen rect conversion. by jiayl@webrtc.org · 11 years ago
  48. d6e5cf9 Fix DesktopSize::is_empty() for the case when only width or only height is 0. by sergeyu@chromium.org · 11 years ago
  49. a538def Fix a crash in WindowCapturereMac when capture() fails. by jiayl@webrtc.org · 11 years ago
  50. ba75592 Makes ScreenCapturerMac exclude the window specified in DesktopCapturer::SetExcludedWindow. by jiayl@webrtc.org · 11 years ago
  51. ac1fabd Adjust the captured window rect when the window is maximized. by jiayl@webrtc.org · 11 years ago
  52. dd6cf04 Adds a method to WindowCapturer to bring a window to the front. by jiayl@webrtc.org · 11 years ago
  53. bcf0a10 Remove std:: prefixes from C functions in webrtc/. by pbos@webrtc.org · 11 years ago
  54. 84641bf Call PrintWindow for the first time of capturing to capture the window frames correctly. by jiayl@webrtc.org · 11 years ago
  55. 935694d Invalidate the whole screen when the frame size is changed. by jiayl@webrtc.org · 11 years ago
  56. ab23a2d Make WindowCapturerLinux handling window resize events. by jiayl@webrtc.org · 11 years ago
  57. d4ce7ff Fix DesktopAndCursorComposer not to crash by sergeyu@chromium.org · 11 years ago
  58. 9add2bb Fix WindowCapturerWin to unselect bitmap before destroying DC. by sergeyu@chromium.org · 11 years ago
  59. 4845e6e Fix a cursor capturing issue on Windows. by jiayl@webrtc.org · 11 years ago
  60. 1d23d5e Implement single monitor capture on Mac. by jiayl@webrtc.org · 11 years ago
  61. 5e9b730 Fix the mouse cursor offset issue on Mac. by jiayl@webrtc.org · 11 years ago
  62. 54ad929 Moves the display reconfiguration callback into a separate class, by jiayl@webrtc.org · 11 years ago
  63. 28bd30a Implement screen enumeration and individual screen capturing for Windows. by jiayl@webrtc.org · 11 years ago
  64. 4c20797 Fix crash in MouseCursor::CopyOf() by sergeyu@chromium.org · 11 years ago
  65. 390a5ae Update needed to MockScreenCapturer after new methods addition to webrtc::ScreenCapturer. by mallinath@webrtc.org · 11 years ago
  66. a2c2654 Extends the ScreenCapturer interface for individual display screen cast. by jiayl@webrtc.org · 11 years ago
  67. 59fdf2d Fix MouseCursorMonitorMac to return correct hotspot position. by sergeyu@chromium.org · 11 years ago
  68. eb9ce11 Make MouseCursor mutable by sergeyu@chromium.org · 11 years ago
  69. 432e574 Revert "Make MouseCursor mutable" by sergeyu@chromium.org · 11 years ago
  70. 865be14 Make MouseCursor mutable by sergeyu@chromium.org · 11 years ago
  71. 935c8c7 Add shape in DesktopFrame. by sergeyu@chromium.org · 11 years ago
  72. c5a2831 Fix MouseCursor to MouseCursorShape conversion in ScreenCapturerWin. by sergeyu@chromium.org · 11 years ago
  73. 8b0791c Fix DesktopAndCursorComposer to restore frames to the original state. by sergeyu@chromium.org · 11 years ago
  74. 1d76e9b Provide a MouseCursorMonitor::CreateForWindow implementation in *_null.cc by sergeyu@chromium.org · 11 years ago
  75. 221798a Upgrade scoped_ptr to Chromium's latest version. by andrew@webrtc.org · 11 years ago
  76. 2873c4c MouseCursorMonitor implementation for OSX and Windows. by sergeyu@chromium.org · 11 years ago
  77. ba6d56c Add MouseCursorRenderer. by sergeyu@chromium.org · 11 years ago
  78. af54d4b Add MouseCursorCapturer interface with implementation for X11. by sergeyu@chromium.org · 11 years ago
  79. 438ae6f Remove empty line in SharedXDisplay::RemoveEventHandler. by sergeyu@chromium.org · 11 years ago
  80. 07e0f6c Add event handling in SharedXDisplay. by sergeyu@chromium.org · 11 years ago
  81. 91685dc Add DesktopCaptureOptions class. by sergeyu@chromium.org · 11 years ago
  82. 53fdd3b Fix WindowCapturerWin to capture window decorations after window size changes. by sergeyu@chromium.org · 12 years ago
  83. 08099e0 Fix window capturer not to leak HDC. by sergeyu@chromium.org · 12 years ago
  84. 82707bf Fix window capturer to stop capturing when the target is minimized. by sergeyu@chromium.org · 12 years ago
  85. d1fe828 Fix bugs in DesktopRegion::Subtract(). by sergeyu@chromium.org · 12 years ago
  86. 26251da Implement DesktopRegion subtraction. by sergeyu@chromium.org · 12 years ago
  87. d0737d9 Fix crash in the window capturer on windows by sergeyu@chromium.org · 12 years ago
  88. f2ef20c Pre-multiply images for MouseCursorShape. by alexeypa@chromium.org · 12 years ago
  89. d808778 Fix typo in InvertedDesktopFrame by sergeyu@chromium.org · 12 years ago
  90. fd8cc12 Fix image flipping for OpenGL-based screen capturer on Mac. by sergeyu@chromium.org · 12 years ago
  91. e562e02 WindowCapturer implementation for Linux. by sergeyu@chromium.org · 12 years ago
  92. bb89390 Implement window capturer for OS X. by sergeyu@chromium.org · 12 years ago
  93. f15cc82 Fix crash in screen capturer on Mac by sergeyu@chromium.org · 12 years ago
  94. 3f45c2e Switch C++-style C headers with their C equivalents. by pbos@webrtc.org · 12 years ago
  95. c7df0aa Fix crash in DesktopRegion::Intersect(). by sergeyu@chromium.org · 12 years ago
  96. 10b3664 Fix some chromium-style warnings in webrtc/modules/desktop_capture/ by pbos@webrtc.org · 12 years ago
  97. fb0aa4e Fix ScreenCapturerLinux not to use XDamage when requested. by sergeyu@chromium.org · 12 years ago
  98. 3b89e10 Proper spacing for end-of-namespace comments. by pbos@webrtc.org · 12 years ago
  99. c8c333d mac: Mark kCGLPFAFullScreen as allowed in a 10.6-only function. by sergeyu@chromium.org · 12 years ago
  100. b82ee51 Make ScreenCapturerMac work in versions of OSX before Lion. by sergeyu@chromium.org · 12 years ago