summaryrefslogtreecommitdiff
path: root/frontends/amiga/arexx.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove old tree implementationChris Young2017-01-081-1/+0
|
* Conversion of Amiga hotlist manager to corewindowChris Young2017-01-061-2/+2
|
* Add more clib2 statsChris Young2016-11-271-2/+9
| | | | JSON formatted data can now be saved with ARexx "SLABSTATS stats.json"
* Get clib2 slab usageChris Young2016-11-201-1/+15
| | | | Calling ARexx function "SLABSTATS" will dump the current stats to the ns log
* Change some AllocVecs to mallocs and FreeVecs to freeChris Young2016-11-191-2/+1
| | | | Need to be careful with ASPrintf
* 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 ↵Chris Young2016-08-151-1/+9
| | | | supposed to be added to.
* Fix the signalling to the old session of NetSurf from the newly-launched one.Chris Young2016-07-031-3/+9
| | | | No idea how this ever worked previously, as it was sending commands to the ARexx server instead of NetSurf.
* 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