summaryrefslogtreecommitdiff
path: root/amiga/download.h
Commit message (Collapse)AuthorAgeFilesLines
* 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