summaryrefslogtreecommitdiff
path: root/amiga/clipboard.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix DSI when drag savingChris Young2011-04-291-1/+9
| | | | | | Allow selection drags to URL and search gadgets svn path=/trunk/netsurf/; revision=12259
* Implement ask overwriteChris Young2011-03-261-0/+2
| | | | svn path=/trunk/netsurf/; revision=12135
* Localise About req buttons (OK/Credits/Licence)Chris Young2011-03-161-0/+3
| | | | svn path=/trunk/netsurf/; revision=12078
* Fix menu disable on tab switch and CutChris Young2010-07-241-0/+1
| | | | svn path=/trunk/netsurf/; revision=10661
* Changes required for new-cacheChris Young2010-03-281-1/+1
| | | | svn path=/trunk/netsurf/; revision=10186
* Missing WITH_NS_SVG #ifdefChris Young2009-05-191-0/+2
| | | | svn path=/trunk/netsurf/; revision=7524
* Add ability to copy SVGs to the clipboard and save in IFF DR2D format.Chris Young2009-05-191-0/+1
| | | | svn path=/trunk/netsurf/; revision=7523
* Copy and save images as IFF ILBM attempt 2.Chris Young2009-05-161-2/+1
| | | | | | | Copy now works, saving just creates an empty file - probably something wrong with my DTM_WRITE call. svn path=/trunk/netsurf/; revision=7517
* Copy and save images in IFF ILBM format. Currently, the data in the BODY ↵Chris Young2009-05-161-1/+4
| | | | | | | | chunk is wrong. svn path=/trunk/netsurf/; revision=7516
* Track the current/last used browser window (at the moment, just for ARexx).Chris Young2008-10-251-0/+24
Extended ARexx port. First two are primarily for openurl.library: * OPEN now takes a parameter NEW=NEWWINDOW/S to open the URL in a new window (default is to open in the current browser window) * TOFRONT will bring NetSurf's screen to the front (this may be extended in the future to bring the current browser window to the front - which might be better for when it is running on the WB screen) Next is to make it easy to support getvideo.rexx: * GETURL returns the URL of the current browser window in RESULT GetVideo.nsrx script will get the current URL and pass it to rexx:getvideo.rexx Currently there is no way to call ARexx scripts directly from NetSurf, or any way to specify whether to save, play or saveplay the video without editing the script. [clipboard.c/clipboard.h were missing from previous commit] svn path=/trunk/netsurf/; revision=5631