Sign in
webrtc
/
src
/
9e0bf9b5c8c140198e5351290c1465ff7417c60a
/
modules
/
desktop_capture
/
mouse_cursor_monitor_win.cc
190244b
Remove all #include <assert.h>/<cassert> and usage in Obj-C code.
by Mirko Bonadei
· 3 years, 8 months ago
25ab322
Replace assert() with RTC_DCHECK().
by Mirko Bonadei
· 3 years, 8 months ago
e8ef87b
Include menus & dialogs in frames captured by WindowCapturerWin
by Bryan Ferguson
· 6 years ago
a4d8737
Format almost everything.
by Jonas Olsson
· 6 years ago
665174f
Reformat the WebRTC code base
by Yves Gerey
· 7 years ago
5a74ea0
[desktopCapture] clean up relative positon processing
by braveyao
· 7 years ago
675513b
Stop using LOG macros in favor of RTC_ prefixed macros.
by Mirko Bonadei
· 7 years ago
92ea95e
Fixing WebRTC after moving from src/webrtc to src/
by Mirko Bonadei
· 8 years ago
bb54720
Moving src/webrtc into src/.
by Mirko Bonadei
· 8 years ago
[Renamed from webrtc/modules/desktop_capture/mouse_cursor_monitor_win.cc]
340fba6
CURSORINFO::ptScreenPos is in full desktop coordinate
by Zijie He
· 8 years ago
74544f9
Return translated position in MouseCursorMonitor
by Zijie He
· 8 years ago
cd66a77
Create new constructors and fields to support a better mouse cursor monitor
by Zijie He
· 8 years ago
c20978e
Rename webrtc/base -> webrtc/rtc_base
by Edward Lemur
· 8 years ago
dca1e09
Revert "Update includes for webrtc/{base => rtc_base} rename (1/3)"
by Henrik Kjellander
· 8 years ago
c8fa692
Update includes for webrtc/{base => rtc_base} rename (1/3)
by kjellander
· 8 years ago
368f5cf
Replace use of system_wrappers/include/logging.h by base/logging.h.
by nisse
· 8 years ago
e183121
Enable clang style plugin in webrtc/modules/desktop_capture
by sergeyu
· 8 years ago
99f8cd0
CURSORINFO.flags should be checked before capturing its bitmap
by zijiehe
· 9 years ago
2bb3afa
Replace scoped_ptr with unique_ptr in webrtc/modules/desktop_capture/
by kwiberg
· 9 years ago
98f5351
system_wrappers: rename interface -> include
by Henrik Kjellander
· 9 years ago
14665ff
Roll chromium_revision e144d30..6fdb142 (318658:318841) + remove OVERRIDE macro
by kjellander@webrtc.org
· 10 years ago
00b8f6b
Use base/scoped_ptr.h; system_wrappers/interface/scoped_ptr.h is going away
by kwiberg@webrtc.org
· 10 years ago
1bb5da0
Adds missing include of assert header.
by henrike@webrtc.org
· 11 years ago
8ce7c72
Fix the captured screen rect conversion.
by jiayl@webrtc.org
· 11 years ago
c8ac17c
Adjust the captured window rect when the window is maximized.
by jiayl@webrtc.org
· 11 years ago
20a60ea
Fix a cursor capturing issue on Windows.
by jiayl@webrtc.org
· 11 years ago
4985927
Implement screen enumeration and individual screen capturing for Windows.
by jiayl@webrtc.org
· 11 years ago
017b619
Extends the ScreenCapturer interface for individual display screen cast.
by jiayl@webrtc.org
· 11 years ago
2df89c0
MouseCursorMonitor implementation for OSX and Windows.
by sergeyu@chromium.org
· 11 years ago
2767b53
Add MouseCursorCapturer interface with implementation for X11.
by sergeyu@chromium.org
· 11 years ago