summaryrefslogtreecommitdiff
path: root/amiga/arexx.c
Commit message (Expand)AuthorAgeFilesLines
* Move everything else over to using the class pointers.Chris Young2015-01-261-2/+3
* more easy os3 fixesChris Young2015-01-111-1/+3
* Use a function to create ready-cleared memoryChris Young2015-01-101-2/+2
* Don't include browser_private.hMichael Drake2014-12-041-1/+1
* Remove what seems a redundant check for bw->download.Michael Drake2014-12-041-9/+7
* Use browser_window_get_url instead of poking inside bw at contents.Michael Drake2014-12-041-3/+3
* Use API to get content from browser_window.Michael Drake2014-12-041-1/+2
* Fix ARexx for gui_window changesChris Young2014-11-161-52/+53
* Replace curbw (current browser_window, used mostly for ARexx support) with cu...Chris Young2014-11-161-15/+15
* Fix amiga/arexx.c for new structure layoutChris Young2014-11-161-2/+2
* Fix warningsChris Young2014-11-091-9/+7
* Make window counting a generic functionChris Young2014-10-261-18/+3
* Update amiga frontend for split operation table header changesVincent Sanders2014-10-161-26/+24
* split version info into its own header and remove unnecessary nesurf.h includesVincent Sanders2014-10-131-0/+1
* Fix cppcheck variableScope warningsChris Young2014-04-051-2/+4
* Fix some cppcheck unused/unreadVariablesChris Young2014-04-051-3/+2
* Make browser_window_navigate (un)verifiable flag match browser_window_create.Michael Drake2014-02-101-6/+3
* Allow tab creation without history clone. Changes browser_window_create and ...Michael Drake2014-02-101-13/+10
* Replace AllocVec with AllocVecTags. Remove some instances of MEMF_CLEAR where...Chris Young2013-10-121-1/+1
* Fix ARexx OPEN NEWTABChris Young2013-06-181-1/+1
* Fix a crash when edit settings if NetSurf is running on the WB screenChris Young2013-05-311-2/+2
* move options includeVincent Sanders2013-05-281-1/+1
* rename flags for browser_window routines to be shorterVincent Sanders2013-02-181-13/+13
* change browser_window_create and refactor all callsitesVincent Sanders2013-02-181-3/+19
* browser_window_navigate refactorVincent Sanders2013-02-181-6/+44
* Track the mouse pointer on a per-window basisChris Young2013-01-061-6/+2
* Change the mouse pointer back to what it was (and what NetSurf thinks it is) ...Chris Young2013-01-031-2/+7
* Add ARexx commands HOTLIST OPEN and HOTLIST CLOSEChris Young2012-10-141-2/+17
* Include desktop/browser_private.h.Michael Drake2012-08-221-1/+1
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-221-5/+5
* content_get_url -> hlcache_handle_get_url, content__get_url -> content_get_urlJohn Mark Bell2011-12-041-2/+2
* 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