summaryrefslogtreecommitdiff
path: root/amiga/download.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make downloads work again.John Mark Bell2010-04-051-10/+14
* Events for these windows are handled by the main loop in gui.c, but the struc...Chris Young2010-04-041-5/+5
* Missing includeChris Young2010-03-311-1/+1
* Avoid failing completely if gui_window is NULLChris Young2010-03-281-4/+3
* Changes required for new-cacheChris Young2010-03-281-20/+26
* Merge jmb/new-cache; r=dsilvers,rs=vinceDaniel Silverstone2010-03-281-4/+5
* Factor Amiga theme-related code out to a new file. This includes all throbbe...Chris Young2010-03-231-2/+3
* Set file comment to URL *after* closing the file. This resolves the problem ...Chris Young2010-03-061-3/+3
* Proper download notification code, should also open the file if the notificat...Chris Young2010-02-131-16/+15
* Notify on download completion using system-wide Ringhio notifications.Chris Young2010-01-251-0/+12
* Save favicon as part of icon for save_complete drawers and PDFsChris Young2009-12-191-0/+85
* Merge branches/MarkieB/gtkmain to trunk.John Mark Bell2009-12-171-1/+1
* Fix some potential issues with lists not being freed properlyChris Young2009-11-151-4/+6
* Fix download progress title corruptionChris Young2009-10-151-1/+3
* Fix crash on www.bebo.comChris Young2009-08-231-0/+2
* Add ability to copy SVGs to the clipboard and save in IFF DR2D format.Chris Young2009-05-191-3/+13
* Copy and save images in IFF ILBM format. Currently, the data in the BODY chu...Chris Young2009-05-161-0/+4
* Add Abort button to download windowChris Young2009-04-301-1/+18
* Fix ARexx download queue - GummiSurf now works, and manual ARexx-initiated do...Chris Young2009-04-141-8/+2