summaryrefslogtreecommitdiff
path: root/amiga/download.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move drag icon stuff to own file; fix warningsChris Young2010-10-301-254/+2
* Allow drags of URLs from treeview windows to browser windows.Chris Young2010-10-301-1/+10
* Allow getting the tree's drag property. This ensures we can see whether the ...Chris Young2010-10-291-1/+1
* Only allow auto-scroll on selection and selection dragsChris Young2010-10-241-2/+11
* Auto-scroll on drags beyond window boundariesChris Young2010-10-191-23/+17
* Fix OS4 static (non-Cairo) buildChris Young2010-09-211-0/+2
* Add option to control whether drags have icons or just a pointer change.Chris Young2010-07-291-12/+22
* Show an icon under the pointer for drag save operations. Might need disablin...Chris Young2010-07-281-2/+101
* Allow text selection dragging across (NetSurf) windows. DisplayBeep if it is...Chris Young2010-07-271-2/+7
* Amiga: Add "cut" option; make cut/copy/paste menus context sensitive; allow d...Chris Young2010-07-241-1/+4
* Fix broken event handling.Chris Young2010-04-091-1/+25