Skip to content

Tags: dacap/clip

Tags

v1.13

Toggle v1.13's commit message
[win] Refactor GlobalLock/Unlock() calls w/HglobalLock class

v1.12

Toggle v1.12's commit message
[win] Add compatibility to paste 1bpp and 4bpp bitmaps

v1.11

Toggle v1.11's commit message
[win] Fix reading top-down 8bpp DIBs

Adopt 602cf09 solution for 8 bpp
images too.

v1.10

Toggle v1.10's commit message
Fix missing cstdint includes

v1.9

Toggle v1.9's commit message
[osx] Fix memory leaks using -fobjc-arc correctly

The -fobjc-arc flags must be specified for the compiler, not in the
linker. This generates a lot of memory leaks when we copy content into
the clipboard (just testing copy/put_image examples with a for loop to
repeat the action can easily show this leak).

This might be the reason of some memory leaks reported on the macOS
port of Aseprite: aseprite/aseprite#4251

v1.8

Toggle v1.8's commit message
Use target_sources & target_compile_definitions in CMake file

v1.7

Toggle v1.7's commit message
Add hmodule for WinXP support to auto-free the loaded dll + check suc…

…cess of each step

v1.6

Toggle v1.6's commit message
[win] Fix bug pasting 8bpp images

Fixes a bug copying 8bpp images (e.g. from YY-CHR program).
Regression introduced in a834ed5

Related issues:
aseprite/aseprite#4029
https://community.aseprite.org/t/6842

v1.5

Toggle v1.5's commit message
Fix crash accessing 24bpp image data with specific row sizes

Fixes aseprite/aseprite#2979

v1.4

Toggle v1.4's commit message
get_data_from_selection_owner() needs m_lock mutex locked