summaryrefslogtreecommitdiff
path: root/amiga/download.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Stop cursor drawing off the pageChris Young2009-03-281-6/+61
| | | | | | | | Implement gui_window_save_as_link Fix warnings svn path=/trunk/netsurf/; revision=6970
* Minor fixesChris Young2009-03-281-2/+0
| | | | svn path=/trunk/netsurf/; revision=6967
* Implement a download queue for ARexx-initiated downloads. Working manually, ↵Chris Young2009-03-281-0/+314
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