summaryrefslogtreecommitdiff
path: root/amiga/download.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Stop cursor drawing off the pageChris Young2009-03-281-6/+61
* Minor fixesChris Young2009-03-281-2/+0
* Implement a download queue for ARexx-initiated downloads. Working manually, ...Chris Young2009-03-281-0/+314