David Capello

Results 153 issues of David Capello

I didn't test it yet, but it was reported that the text copied from a program using the clip library, cannot be pasted on the Xed text editor immediately (the...

bug

Follow the discussion from: https://github.com/microsoft/ProjectReunion/discussions/374 There are some interesting points as the possibility to hide the clipboard data from uploading the content to the cloud/history: https://docs.microsoft.com/en-us/windows/win32/dataxchg/clipboard-formats#cloud-clipboard-and-clipboard-history-formats I think we should...

feature

Related to https://github.com/dacap/clip/issues/36#issuecomment-694870455 , see if it's possible to check for a double-lock. Maybe using a new error code `clip::error_handler(ErrorCode::DoubleLock)`.

feature

Just compiling and executing our examples/tests on Windows will make Avira antivirus detect the `.exe` files as possible threats. I'm not sure if we can fix this from our side,...

question

Reported here: https://community.aseprite.org/t/pasting-4bpp-3bpp-2bpp-images-broken-in-v1-2-25/6842

bug

Check: https://www.x.org/releases/X11R7.6/doc/xorg-docs/specs/ICCCM/icccm.html#large_data_transfers We already receive data with INCR property, but we don't use it to send data.

feature

We could provide an alternative API to create the clipboard data on demand (e.g. the Linux port [already does something like this](https://github.com/dacap/clip/blob/09e571a7df4610052d449f6dd1364bb194a83387/clip_x11.cpp#L911-L911) to return the image in `.png` format). I'm...

feature

There are several features that could be grouped in just one submenu. - [x] Export marquee selection only (#645, [request](https://community.aseprite.org/t/export-only-selection/216)) - [x] Export Sprite Sheet - [x] Export tileset (item...

feature
medium priority
persistence

_File > Save As_ and _File > Export Sprite Sheet_ should have an option to export only the selected part of the sprite. Requested in other places too: * https://community.aseprite.org/t/export-only-selection/216

feature
high priority
slices

For a first v1.3, we should need the following items from #977: - [x] Export tileset (UI and CLI), we've used https://github.com/dacap/export-aseprite-file so far - [ ] Export tilemap -...

bug
feature