Madd Games

Results 5 comments of Madd Games

I was indeed thinking about the size of these strings, but I realised that you can copy/paste massive amounts of text anyway, and it does not cause issues, so I'd...

I have reviewed GIMP code which handles copy/pasting pixels. In the file `gimpclipboard.c`, there is a function named `gimp_clipboard_set_buffer` which actually performs this operation. It is slightly different to how...

If we use the GTK approach, would it work on Windows as well? One potential gotcha right now is that although the window itself does not have to be created...

Windows does indeed have a similar API, but you have to handle messages (in the event main loop) to respond when another program wants to paste. It is therefore integrated...

Another possible temporary solution would be to automatically copy to text if the selection is small, but for a large selection, show a modal dialog asking the user which they...