]> git.mxchange.org Git - flightgear.git/commit
Basic clipboard access from Nasal.
authorThomas Geymayer <tomgey@gmail.com>
Fri, 3 Aug 2012 22:24:26 +0000 (00:24 +0200)
committerThomas Geymayer <tomgey@gmail.com>
Sat, 4 Aug 2012 15:33:48 +0000 (17:33 +0200)
commitaa9d0e3a8a2ef8570f18f463b1dac6afe8777953
treeb2b837c83ea2c10e95f86d40c4f8036031ddbae0
parent6110139197f594f7703cb52235f1de63feb68745
Basic clipboard access from Nasal.

 - Add platform independent clipboard layer for Nasal access
   to clipboard (thanks to Hooray for basic code)
 - Add Windows clipboard access
 - Add partial X11 clipboard access (only reading from clipboard)
 - Add fallback clipboard for application internal clipboard if
   platform not supported
 - Add some helper functions to FGNasalSys
src/Scripting/CMakeLists.txt
src/Scripting/ClipboardFallback.cxx [new file with mode: 0644]
src/Scripting/ClipboardWindows.cxx [new file with mode: 0644]
src/Scripting/ClipboardX11.cxx [new file with mode: 0644]
src/Scripting/NasalClipboard.cxx [new file with mode: 0644]
src/Scripting/NasalClipboard.hxx [new file with mode: 0644]
src/Scripting/NasalSys.cxx
src/Scripting/NasalSys.hxx