summaryrefslogtreecommitdiff
path: root/amiga/download.c
Commit message (Collapse)AuthorAgeFilesLines
* move frontends into sub directoryVincent Sanders2016-05-151-451/+0
|
* Update to new warn_user APIChris Young2016-05-011-3/+3
|
* Split utils header into string functions and everything elseVincent Sanders2016-04-211-0/+1
| | | | | split out the string handling API from the rest of the utils header and fix up all the fallout.
* Cleanup amiga include issues introduced as part of core updatesVincent Sanders2016-04-201-0/+1
|
* Move everything else over to using the class pointers.Chris Young2015-01-261-4/+5
| | | | Exception: popupmenu.class is still using old _GetClass functions.
* allocvec clearChris Young2015-01-101-1/+1
|
* Allocate screen title when first needed and keep it private to amiga/gui.cChris Young2014-11-161-1/+1
|
* Fix amiga/download.c for new structsChris Young2014-11-161-1/+1
|
* Don't make the app id a global varChris Young2014-11-161-1/+1
|
* Fix warningsChris Young2014-11-091-7/+7
|
* replace save_link operation table entry usage of textural url with nsurlVincent Sanders2014-11-031-5/+6
|
* Update amiga frontend for split operation table header changesVincent Sanders2014-10-161-21/+24
|
* Fix download URL handlingChris Young2014-05-241-4/+3
|
* Fix a bunch of cppcheck unused/unreadVariable warningsChris Young2014-04-051-1/+0
|
* Fix cppcheck variableScope warningsChris Young2014-04-051-3/+5
|
* Fix cppcheck nullPointerChris Young2014-04-031-1/+2
|
* Make browser_window_navigate (un)verifiable flag match browser_window_create.Michael Drake2014-02-101-2/+1
|
* Try quitting after downloading if there are no windows openChris Young2014-02-101-0/+1
|
* Allow tab creation without history clone. Changes browser_window_create and ↵Michael Drake2014-02-101-2/+2
| | | | browser_window_navigate flags.
* fixup amiga build errorsVincent Sanders2014-01-161-15/+15
|
* split browser gui operations upVincent Sanders2014-01-151-2/+2
|
* move download operations to download tableVincent Sanders2014-01-141-4/+13
|
* Convert download filename to local charsetChris Young2014-01-021-3/+5
|
* Replace AllocVec with AllocVecTags. Remove some instances of MEMF_CLEAR ↵Chris Young2013-10-121-1/+1
| | | | where it is not necessary.
* Remove rogue incChris Young2013-07-271-1/+0
|
* Show iconified windows when quitting (horrible flickery workaround for a ↵Chris Young2013-07-271-1/+1
| | | | recoverable alert)
* move options includeVincent Sanders2013-05-281-1/+1
|
* Prevent ASL from causing delayed menusChris Young2013-05-251-0/+4
|
* Front ends have no reason to include desktop/selection.h now.Michael Drake2013-05-101-1/+0
|
* Remove no-longer-needed codeChris Young2013-04-151-13/+0
|
* We are opening on a public screen, not a custom screen (even our own screen ↵Chris Young2013-03-201-1/+1
| | | | is a public screen)
* rename flags for browser_window routines to be shorterVincent Sanders2013-02-181-2/+2
|
* browser_window_navigate refactorVincent Sanders2013-02-181-1/+17
|
* 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
| | | | instead of to the default pointer. Additionally don't use ami_update_pointer for treeview windows as AmigaOS has a pointer setting per window, but NetSurf is only storing the current one as a single global variable.
* Reverse the logic as well as the req textChris Young2012-12-091-1/+1
|
* Switch Yes/No Replace/Don'tReplace so Esc operates the "don't do anything" ↵Chris Young2012-12-091-1/+1
| | | | operation as expected.
* Warn when closing multiple tabsChris Young2012-12-081-1/+1
|
* Move download overwrite warning requester to misc.cChris Young2012-12-081-18/+3
|
* Run NetSurf at priority 0 by default, dropping to priority -1 whenChris Young2012-06-041-0/+20
| | | | | | downloading. svn path=/trunk/netsurf/; revision=13955
* Don't show a "download complete" message if there was an error or the userChris Young2012-06-041-1/+10
| | | | | | aborted. svn path=/trunk/netsurf/; revision=13944
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-221-4/+4
| | | | svn path=/trunk/netsurf/; revision=13548
* Start to consolidate user file operation into one fileChris Young2011-10-151-0/+1
| | | | svn path=/trunk/netsurf/; revision=13062
* use human_friendly_bytesizeChris Young2011-07-231-3/+3
| | | | svn path=/trunk/netsurf/; revision=12619
* Show existing file size when file already exists on downloadChris Young2011-07-231-5/+22
| | | | svn path=/trunk/netsurf/; revision=12618
* Fill in conspiciusly-empty else; fix warningsChris Young2011-07-231-11/+12
| | | | svn path=/trunk/netsurf/; revision=12617
* Implement ask overwriteChris Young2011-03-261-18/+83
| | | | svn path=/trunk/netsurf/; revision=12135
* Don't override download dir as it stops the last used dir being rememberedChris Young2011-03-041-1/+0
| | | | svn path=/trunk/netsurf/; revision=11908
* Get filename from coreChris Young2011-02-231-1/+1
| | | | svn path=/trunk/netsurf/; revision=11771
* Sprinkle some #ifdef __amigaos4__ aroundJohn Mark Bell2011-01-061-0/+2
| | | | svn path=/trunk/netsurf/; revision=11230