Skip to content

Releases: smasherprog/screen_capture_lite

14.0.5

17 Dec 17:17
Compare
Choose a tag to compare
14.0.5

14.0.4

17 Dec 17:13
Compare
Choose a tag to compare
14.0.4

14.0.3

17 Dec 17:05
Compare
Choose a tag to compare
14.0.3

bug fixes

16 Dec 20:28
2f2ce91
Compare
Choose a tag to compare

Fixed mac partial screen capture.
Fixed directx partial screen capture
Placed check into the library to assert on multiple instances running at the same time.

added scaling factor to monitors

15 Oct 05:05
Compare
Choose a tag to compare

The monitor now contains Scale

This will reflect the current scaling of the monitor.
If Scale == 1.0f there is no scaling
if Scale == 2.0f the image is twice as large as it appears to the user.

Cleaned up the public api

cmake update and public api cleanup

24 Sep 15:14
Compare
Choose a tag to compare

Fixed several bugs with cmake builds
Fixed the public api to support windows dll builds

Bug fix

30 Aug 01:57
Compare
Choose a tag to compare

issue #31 bug fix

bug fix

28 Aug 00:15
Compare
Choose a tag to compare

Fixed bug in GetWindows function on the windows platform buffer overrun.

Window capture Done

24 Aug 15:39
Compare
Choose a tag to compare

Window capturing works for all platforms now

Capture window added

24 Aug 04:15
Compare
Choose a tag to compare
Capture window added Pre-release
Pre-release

Added support for Capturing only a window. Should work on windows, Linux and partial support for mac when not using retina.

Changed public API for GetWindows to return all windows instead of having the library return a filtered set. Now, the user is responsible for filtering the returned windows.