summaryrefslogtreecommitdiff
path: root/amiga/download.c
Commit message (Collapse)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
| | | | 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
* Support ColourIconsChris Young2010-10-311-82/+1
| | | | svn path=/trunk/netsurf/; revision=10928
* Move drag icon stuff to own file; fix warningsChris Young2010-10-301-254/+2
| | | | svn path=/trunk/netsurf/; revision=10922
* Allow drags of URLs from treeview windows to browser windows.Chris Young2010-10-301-1/+10
| | | | svn path=/trunk/netsurf/; revision=10921
* Allow getting the tree's drag property. This ensures we can see whether the ↵Chris Young2010-10-291-1/+1
| | | | | | | | current drag is something we might need to display an icon for. svn path=/trunk/netsurf/; revision=10917
* Only allow auto-scroll on selection and selection dragsChris Young2010-10-241-2/+11
| | | | svn path=/trunk/netsurf/; revision=10904
* Auto-scroll on drags beyond window boundariesChris Young2010-10-191-23/+17
| | | | svn path=/trunk/netsurf/; revision=10894
* Fix OS4 static (non-Cairo) buildChris Young2010-09-211-0/+2
| | | | svn path=/trunk/netsurf/; revision=10808
* Add option to control whether drags have icons or just a pointer change.Chris Young2010-07-291-12/+22
| | | | svn path=/trunk/netsurf/; revision=10672
* Show an icon under the pointer for drag save operations. Might need ↵Chris Young2010-07-281-2/+101
| | | | | | | | disabling under 4.0. svn path=/trunk/netsurf/; revision=10670
* Allow text selection dragging across (NetSurf) windows. DisplayBeep if it ↵Chris Young2010-07-271-2/+7
| | | | | | | | is dropped somewhere invalid. svn path=/trunk/netsurf/; revision=10665
* Amiga: Add "cut" option; make cut/copy/paste menus context sensitive; allow ↵Chris Young2010-07-241-1/+4
| | | | | | | | | | | dragging selections within NetSurf window to text fields (does not work across windows). todo: switching tabs will reset cut/copy/paste menus to initial state; cut option is putting something on the clipboard which causes a crash when pasting it back svn path=/trunk/netsurf/; revision=10660
* Fix broken event handling.Chris Young2010-04-091-1/+25
| | | | | | | Any structures attached to the window_list *must* have a struct nsObject * as their first entry, and handle events outside of gui.c. svn path=/trunk/netsurf/; revision=10332
* Make downloads work again.John Mark Bell2010-04-051-10/+14
| | | | svn path=/trunk/netsurf/; revision=10243
* Events for these windows are handled by the main loop in gui.c, but the ↵Chris Young2010-04-041-5/+5
| | | | | | | | | | structures didn't match up, thereby causing a crash. Needs tidying up; the global part of these window structures should be defined separately, and the events handled in dedicated routines. svn path=/trunk/netsurf/; revision=10235
* Missing includeChris Young2010-03-311-1/+1
| | | | svn path=/trunk/netsurf/; revision=10222
* Avoid failing completely if gui_window is NULLChris Young2010-03-281-4/+3
| | | | svn path=/trunk/netsurf/; revision=10194
* Changes required for new-cacheChris Young2010-03-281-20/+26
| | | | svn path=/trunk/netsurf/; revision=10186
* Merge jmb/new-cache; r=dsilvers,rs=vinceDaniel Silverstone2010-03-281-4/+5
| | | | svn path=/trunk/netsurf/; revision=10180
* Factor Amiga theme-related code out to a new file. This includes all ↵Chris Young2010-03-231-2/+3
| | | | | | | | | throbber and mouse pointer code (which are "theme modifiable") as well as normal theme reading code. svn path=/trunk/netsurf/; revision=10145
* Set file comment to URL *after* closing the file. This resolves the problem ↵Chris Young2010-03-061-3/+3
| | | | | | | | with the comment not being set on some filesystems. svn path=/trunk/netsurf/; revision=10105
* Proper download notification code, should also open the file if the ↵Chris Young2010-02-131-16/+15
| | | | | | | | notification is double-clicked, although it doesn't seem to work. svn path=/trunk/netsurf/; revision=10037
* Notify on download completion using system-wide Ringhio notifications.Chris Young2010-01-251-0/+12
| | | | | | | | | - Uses ARexx currently due to includes for application.library v53 not having been released. - Shows a download complete message even if failed (but the user would already have seen a warning requester about that) svn path=/trunk/netsurf/; revision=9913
* Save favicon as part of icon for save_complete drawers and PDFsChris Young2009-12-191-0/+85
| | | | svn path=/trunk/netsurf/; revision=9744
* Merge branches/MarkieB/gtkmain to trunk.John Mark Bell2009-12-171-1/+1
| | | | svn path=/trunk/netsurf/; revision=9729
* Fix some potential issues with lists not being freed properlyChris Young2009-11-151-4/+6
| | | | svn path=/trunk/netsurf/; revision=9677
* Fix download progress title corruptionChris Young2009-10-151-1/+3
| | | | svn path=/trunk/netsurf/; revision=9647
* Fix crash on www.bebo.comChris Young2009-08-231-0/+2
| | | | svn path=/trunk/netsurf/; revision=9409
* Add ability to copy SVGs to the clipboard and save in IFF DR2D format.Chris Young2009-05-191-3/+13
| | | | svn path=/trunk/netsurf/; revision=7523
* Copy and save images in IFF ILBM format. Currently, the data in the BODY ↵Chris Young2009-05-161-0/+4
| | | | | | | | chunk is wrong. svn path=/trunk/netsurf/; revision=7516
* Add Abort button to download windowChris Young2009-04-301-1/+18
| | | | svn path=/trunk/netsurf/; revision=7384
* Fix ARexx download queue - GummiSurf now works, and manual ARexx-initiated ↵Chris Young2009-04-141-8/+2
| | | | | | | | downloads will be processed in turn rather than simultaneously. svn path=/trunk/netsurf/; revision=7075