Canvas widgets: Difference between revisions

Jump to navigation Jump to search
Line 172: Line 172:
=== Multiplatform Clipboard Support (native Copy/Paste) {{Pending}} ===
=== Multiplatform Clipboard Support (native Copy/Paste) {{Pending}} ===
{{Progressbar|60}}
{{Progressbar|60}}
** X11 (For full support we will need to somehow hook into the X11 event queue):
*** http://www.jwz.org/doc/x-cut-and-paste.html
*** http://www.edwardrosten.com/code/x11.html
*** http://michael.toren.net/mirrors/doc/X-copy+paste.txt
*** https://github.com/kfish/xsel/blob/master/xsel.c
*** http://xclip.svn.sourceforge.net/viewvc/xclip/trunk/xclib.c?revision=82&view=markup
*** http://stackoverflow.com/questions/10570315/c-x11-clipboard-selection-transfer-does-not-work
Needs to be individually implemented for each supported window manager environment (Windows, OSX, X11):
Needs to be individually implemented for each supported window manager environment (Windows, OSX, X11):
* X11: [https://gitorious.org/~tomprogs/fg/toms-flightgear/blobs/clipboard/src/Scripting/ClipboardX11.cxx Scripting/ClipboardX11.cxx] {{Pending}}
* X11: [https://gitorious.org/~tomprogs/fg/toms-flightgear/blobs/clipboard/src/Scripting/ClipboardX11.cxx Scripting/ClipboardX11.cxx] {{Pending}}

Navigation menu