summaryrefslogtreecommitdiff
path: root/amiga/download.h
Commit message (Collapse)AuthorAgeFilesLines
* split browser gui operations upVincent Sanders2014-01-151-1/+1
|
* move download operations to download tableVincent Sanders2014-01-141-0/+2
|
* split gui operations into core and window and move more operations into tablesVincent Sanders2014-01-121-0/+3
|
* Show existing file size when file already exists on downloadChris Young2011-07-231-1/+1
| | | | svn path=/trunk/netsurf/; revision=12618
* Implement ask overwriteChris Young2011-03-261-14/+2
| | | | svn path=/trunk/netsurf/; revision=12135
* First pass of AmigaOS 3 compatibilityJohn Mark Bell2010-12-301-0/+3
| | | | svn path=/trunk/netsurf/; revision=11155
* Support ColourIconsChris Young2010-10-311-1/+0
| | | | svn path=/trunk/netsurf/; revision=10928
* Move drag icon stuff to own file; fix warningsChris Young2010-10-301-11/+0
| | | | svn path=/trunk/netsurf/; revision=10922
* Allow drags of URLs from treeview windows to browser windows.Chris Young2010-10-301-0/+1
| | | | svn path=/trunk/netsurf/; revision=10921
* Only allow auto-scroll on selection and selection dragsChris Young2010-10-241-1/+1
| | | | svn path=/trunk/netsurf/; revision=10904
* Auto-scroll on drags beyond window boundariesChris Young2010-10-191-2/+3
| | | | svn path=/trunk/netsurf/; revision=10894
* Show an icon under the pointer for drag save operations. Might need ↵Chris Young2010-07-281-0/+4
| | | | | | | | disabling under 4.0. svn path=/trunk/netsurf/; revision=10670
* Fix broken event handling.Chris Young2010-04-091-2/+2
| | | | | | | 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-1/+3
| | | | 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-2/+1
| | | | | | | | | | 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
* Changes required for new-cacheChris Young2010-03-281-1/+1
| | | | svn path=/trunk/netsurf/; revision=10186
* Proper download notification code, should also open the file if the ↵Chris Young2010-02-131-0/+1
| | | | | | | | notification is double-clicked, although it doesn't seem to work. svn path=/trunk/netsurf/; revision=10037
* Save favicon as part of icon for save_complete drawers and PDFsChris Young2009-12-191-1/+2
| | | | svn path=/trunk/netsurf/; revision=9744
* Fix download progress title corruptionChris Young2009-10-151-0/+1
| | | | svn path=/trunk/netsurf/; revision=9647
* Add Abort button to download windowChris Young2009-04-301-0/+2
| | | | svn path=/trunk/netsurf/; revision=7384
* Minor fixesChris Young2009-03-281-0/+1
| | | | svn path=/trunk/netsurf/; revision=6967
* Implement a download queue for ARexx-initiated downloads. Working manually, ↵Chris Young2009-03-281-0/+47
however GummiSurf is causing it to crash for some reason. Split download/save routines off into a new file. svn path=/trunk/netsurf/; revision=6966