summaryrefslogtreecommitdiff
path: root/frontends/amiga/arexx.c
Commit message (Expand)AuthorAgeFilesLines
* Add more clib2 statsChris Young2016-11-271-2/+9
* Get clib2 slab usageChris Young2016-11-201-1/+15
* Change some AllocVecs to mallocs and FreeVecs to freeChris Young2016-11-191-2/+1
* Move memory functions from misc.c to memory.cChris Young2016-11-191-0/+1
* Correct the function definitions so the ARexx port works on OS3 (untested)Chris Young2016-09-101-33/+39
* Add an ACTIVE switch to the OPEN ARexx command to force new tabs to be activeChris Young2016-09-101-1/+5
* Open a new window instead of a tab if we can't locate the window the tab is s...Chris Young2016-08-151-1/+9
* Fix the signalling to the old session of NetSurf from the newly-launched one.Chris Young2016-07-031-3/+9
* Update content to split public and internal APIVincent Sanders2016-06-061-2/+2
* Ensure variables are declared correctlyChris Young2016-06-021-1/+1
* Make rxsig private to gui.cChris Young2016-06-021-2/+2
* Make arexx_obj private to arexx.cChris Young2016-06-021-1/+8
* reduce core header usageVincent Sanders2016-06-011-3/+2
* move desktop window header into public APIVincent Sanders2016-05-301-1/+1
* move window header into public APIVincent Sanders2016-05-301-1/+1
* move frontends into sub directoryVincent Sanders2016-05-151-0/+636