Changes between Version 3 and Version 4 of Clipboard
- Timestamp:
- 02/28/13 14:50:40 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Clipboard
v3 v4 6 6 On OSX, I cannot find any good asynchronous clipboard API, the clipboard is simply not implemented there yet (see #11) 7 7 8 A more technical issue is to do with the way the clipboard hooks are implemented, using native C code and nested main loops.8 A more technical issue is to do with the way the clipboard hooks are implemented, using native C code ([/browser/xpra/trunk/src/wimpiggy/gdk/gdk_atoms.pyx wimpiggy.gdk.gdk_atoms] Cython code imported in [/browser/xpra/trunk/src/xpra/platform/gdk_clipboard.py xpra.platform.gdk_clipboard]) and [/browser/xpra/trunk/src/xpra/nested_main.py nested main loops]. 9 9 10 10