summaryrefslogtreecommitdiff
path: root/frontends/amiga/download.c
Commit message (Collapse)AuthorAgeFilesLines
* Allow for more varied notification backmsgsChris Young2017-03-211-2/+27
|
* Try to avoid extraneous progress notificationsChris Young2017-03-201-4/+7
|
* Enable displaying download progress within a notification.Chris Young2017-03-201-7/+46
| | | | | | Requires Enhancer Pack (Ringhio 53.65+) Defaults to 0 (off) as there is currently no check to see if this version is installed. This is currently potentially dangerous to toggle whilst a download is in progress, so cannot be changed through the GUI.
* fix errors from cppcheck in amiga frontendVincent Sanders2017-03-031-1/+1
|
* Update download window to use event callbacksChris Young2016-12-311-6/+15
|
* More allocvec/malloc replacementsChris Young2016-11-191-1/+1
|
* Change some AllocVecs to mallocs and FreeVecs to freeChris Young2016-11-191-7/+6
| | | | Need to be careful with ASPrintf
* Move memory functions from misc.c to memory.cChris Young2016-11-191-0/+1
|
* Update content to split public and internal APIVincent Sanders2016-06-061-2/+2
|
* Ensure variables are declared correctlyChris Young2016-06-021-1/+1
|
* reduce core header usageVincent Sanders2016-06-011-1/+0
|
* move desktop window header into public APIVincent Sanders2016-05-301-1/+1
|
* move mouse and pointer state header into public APIVincent Sanders2016-05-301-1/+1
|
* move download header into public APIVincent Sanders2016-05-301-1/+1
|
* move window header into public APIVincent Sanders2016-05-301-1/+1
|
* move image content handlers to accomodate core build changesVincent Sanders2016-05-231-1/+1
|
* move frontends into sub directoryVincent Sanders2016-05-151-0/+451