summaryrefslogtreecommitdiff
path: root/amiga/arexx.c
Commit message (Expand)AuthorAgeFilesLines
* Fix up for nsurl changes. Untested.Michael Drake2011-10-031-2/+2
* Fix an issue with GETTITLE returning an incorrect string on occasionChris Young2011-07-031-8/+10
* Avoid compiling arexx.c more than necessaryChris Young2011-06-051-6/+6
* Make GUI update when back/forward commands used from ARexxChris Young2011-06-031-15/+3
* Implement ask overwriteChris Young2011-03-261-3/+3
* Set version using testament.h instead of old ARexx scriptChris Young2011-03-131-10/+11
* First pass of AmigaOS 3 compatibilityJohn Mark Bell2010-12-301-0/+2
* Alias W for WINDOW and T for TAB.Chris Young2010-08-281-11/+11
* Add ARexx commands CLOSE (close window/tab) and ACTIVE (current window/tab nu...Chris Young2010-08-281-1/+90
* Ensure RC is 0 unless we actually have a fatal error.Chris Young2010-07-231-0/+24
* Allow targetting any window/tab with ARexx commands. Adds new command WINDOW...Chris Young2010-07-201-39/+168
* Add commands BACK, FORWARD, HOME and RELOAD to correspond with the buttons on...Chris Young2010-07-111-1/+58
* Changes required for new-cacheChris Young2010-03-281-4/+7
* Added application.library messages New Doc and Open Doc.Chris Young2009-09-281-1/+11
* Add GETSCREENNAME commandChris Young2009-07-041-1/+19
* Fix ARexx download queue - GummiSurf now works, and manual ARexx-initiated do...Chris Young2009-04-141-0/+2
* Implement a download queue for ARexx-initiated downloads. Working manually, ...Chris Young2009-03-281-2/+10
* Fix crash in GETURLChris Young2009-03-171-1/+1
* - C strings have always an implicit NUL character at the end, no need to spec...John Tytgat2009-02-011-2/+2
* Added context menu option to download the link target.Chris Young2009-01-311-3/+8
* Add SAVE command, which saves the source of the current page to the named file.Chris Young2009-01-101-2/+20
* Two new ARexx commands:Chris Young2008-11-241-1/+91
* NetSurf will now check if it is already running (ie. if ARexx port NETSURF ex...Chris Young2008-11-161-1/+15
* ARexx menu with items populated from arexx_dir.Chris Young2008-10-261-4/+17
* Track the current/last used browser window (at the moment, just for ARexx).Chris Young2008-10-251-2/+29
* Full quit function and associated ARexx command (QUIT)Chris Young2008-10-061-0/+9
* Minimal ARexx port.Chris Young2008-09-291-0/+65