clip icon indicating copy to clipboard operation
clip copied to clipboard

Cross-platform C++ library to copy/paste clipboard content

Results 24 clip issues
Sort by recently updated
recently updated
newest added

Hi, I would like to get the html text and not the raw text. How I can dot that? I also would like to get data from graphic software (like...

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

Please add the ability to build a Windows DLL for clip.

feature

In my application, I only need to copy and paste text content. Is it possible to remove the compiling of `image.cpp` to reduce the dependencies and size?

feature

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

bug

I'm trying to use `clip::has(clip::empty_format())` I tried the following: ```cpp #include "clip.h" #include int main(int argc, char* argv[]) { clip::clear(); std::cout

I think it would be nice to implement the possibility of copy/paste files like Windows allow with CF_HDROP

feature

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

I just used this library in a *Btop* PR to add clipboard support. But I realized only *X11* is supported. Could there be support for *Wayland* as well?

feature