David Capello

Results 245 comments of David Capello

Thanks @ToniLipponen for this, I'll take a look to this later. I would love to configure the GitHub actions to compile with MinGW too automatically to detect any kind of...

Hi there @TheDonsky, this library is not thread safe in the way that using it at the same time from multi-threads will bring problems. Anyway I'm not 100% if all...

Hi @federico-terzi, I'll take this issue next month with more free time, I'll try to debug the `Xed` text editor and some `clip` example to check where everything hangs.

Hi @azertyalex, I think it should work, but you should copy the binary data just exactly as it is (don't use getline() because it is suited only for text-based data...

On X11, the clipboard is shared directly between programs that owns the clipboard and the one that ask for its content, anyway when the program that own the clipboard selection...

Hi @Creapermann, it looks in #47 that you have compiled the clip library before on Windows. Did you change the compiler? Are you using Visual Studio? the wincodec.h header file...

There weren't plans to add this functionality but it could be a nice option to have this addition available.

I didn't start working on this one and maybe will not work on this for sometime. Anyway any kind of discussion/help about the API or the implementation is welcome 👍

Hi @loudoweb, actually the API doesn't give the possibility to list all formats, but it's something I needed in the past for debugging purposes and I would like to create...

At the moment the API is not made for general purpose clipboard content. So it's something to implement.