summaryrefslogtreecommitdiff
path: root/amiga/download.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* 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 where...Chris Young2013-10-121-1/+1
* Remove rogue incChris Young2013-07-271-1/+0
* Show iconified windows when quitting (horrible flickery workaround for a reco...Chris Young2013-07-271-1/+1
* 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 i...Chris Young2013-03-201-1/+1
* 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
* 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" op...Chris Young2012-12-091-1/+1
* 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
* Don't show a "download complete" message if there was an error or the userChris Young2012-06-041-1/+10
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-221-4/+4
* Start to consolidate user file operation into one fileChris Young2011-10-151-0/+1
* use human_friendly_bytesizeChris Young2011-07-231-3/+3
* Show existing file size when file already exists on downloadChris Young2011-07-231-5/+22
* Fill in conspiciusly-empty else; fix warningsChris Young2011-07-231-11/+12
* Implement ask overwriteChris Young2011-03-261-18/+83
* Don't override download dir as it stops the last used dir being rememberedChris Young2011-03-041-1/+0
* Get filename from coreChris Young2011-02-231-1/+1
* Sprinkle some #ifdef __amigaos4__ aroundJohn Mark Bell2011-01-061-0/+2
* Support ColourIconsChris Young2010-10-311-82/+1