summaryrefslogtreecommitdiff
path: root/atari/download.c
Commit message (Collapse)AuthorAgeFilesLines
* remove unecessary include of render header from atariVincent Sanders2014-11-101-1/+0
|
* Doxygen warning fixesVincent Sanders2014-11-101-2/+2
|
* remove unecessary utils/types.hVincent Sanders2014-11-021-1/+0
| | | | | | This cleans up this header and moves the functionality into more useful places while reducing the include complexity but only pulling in whats required.
* update atari includes to accomodate gui operation table refactorVincent Sanders2014-10-161-9/+11
|
* split version info into its own header and remove unnecessary nesurf.h includesVincent Sanders2014-10-131-1/+0
| | | | | | | | | The netsurf.h header should *only* contain the registration, core initialisation and finalisation methods. Version information is best placed in its own header. Also remove any unneeded inclusion of this header limiting it to solely the places the relevant API is required.
* Remove unused variables.Michael Drake2014-05-191-5/+0
|
* Scope reduce some variables.Michael Drake2014-05-191-2/+2
|
* Fix line endings.Michael Drake2014-05-191-197/+197
|
* make download_context_get_url() return an nsurl and adapt callers to copeVincent Sanders2014-05-081-3/+0
|
* Make history internal to browser_window module.Michael Drake2014-02-151-1/+0
|
* split browser gui operations upVincent Sanders2014-01-151-3/+2
|
* move download operations to download tableVincent Sanders2014-01-141-5/+15
|
* s/history_core/local_history/Michael Drake2013-07-101-1/+1
|
* move options includeVincent Sanders2013-05-281-1/+1
|
* Front ends have no reason to include desktop/selection.h now.Michael Drake2013-05-101-1/+0
|
* Renamed gemtk_wm_send_redraw to gemtk_wm_exec_redrawOle Loots2013-04-111-5/+5
| | | | ...and did a little bit refactoring.
* Prefixed gemtk module functions.Ole Loots2013-01-221-19/+19
|
* Display download filename in download confirm message.Ole Loots2013-01-171-1/+4
|
* Make toolbar height configurable,Ole Loots2013-01-151-7/+18
| | | | started to use extended AES Object types.
* Finally it compiles without WinDom - still some things to bring back:Ole Loots2013-01-071-15/+15
| | | | | - Serch window - Pop Menus in the settings dialog
* Moved form handling into gemtk,Ole Loots2012-12-311-4/+4
| | | | removed several windom includes
* - started to work on settings dialogOle Loots2012-12-211-4/+5
| | | | | | - some WIP in treeview widgets. Changed destroy / and init handling. It requires some optimization, when the widget is closed it must remove itself from the guiwin list, for perfomance.
* Preparing for merge...Ole Loots2012-12-181-3/+1
|
* Download window works now without windom, except file select.Ole Loots2012-12-171-24/+30
|
* No more crash, but still work to do on download windowOle Loots2012-12-171-49/+49
|
* First steps to remove windom dependency from download dialog.Ole Loots2012-12-121-94/+194
|
* Fix integer overflow in percentage calculation, credits: Peter Slegg.Ole Loots2012-11-281-1/+1
|
* Fix warnings, moved prototypes, housekeepingOle Loots2012-08-271-2/+0
|
* Use safe string functions. Ole Loots2012-05-131-4/+5
| | | | svn path=/trunk/netsurf/; revision=13923
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-221-4/+3
| | | | svn path=/trunk/netsurf/; revision=13548
* Let user select download path and filename, removed unused struct members.Ole Loots2012-03-211-51/+56
| | | | svn path=/trunk/netsurf/; revision=13544
* now abort button becomes close button when download is completed. Ole Loots2012-03-111-18/+29
| | | | svn path=/trunk/netsurf/; revision=13510
* Set status message on download finish.Ole Loots2011-12-271-3/+7
| | | | svn path=/trunk/netsurf/; revision=13351
* Checkbox "Close on finish" becomes close button when download finished. Ole Loots2011-11-231-34/+37
| | | | svn path=/trunk/netsurf/; revision=13167
* Remove gui_multitaskJohn Mark Bell2011-09-211-3/+1
| | | | svn path=/trunk/netsurf/; revision=12828
* Improved path conversion for DOS Filesystems.Ole Loots2011-04-231-1/+1
| | | | svn path=/trunk/netsurf/; revision=12236
* cleanup, fixed invalid option name (downloads_path)Ole Loots2011-04-101-3/+5
| | | | svn path=/trunk/netsurf/; revision=12181
* redraw % on download finish.Ole Loots2011-02-251-1/+12
| | | | svn path=/trunk/netsurf/; revision=11815
* Added better checkboxesOle Loots2011-02-121-8/+3
| | | | svn path=/trunk/netsurf/; revision=11655
* Improved download performance. Ole Loots2011-02-021-31/+64
| | | | svn path=/trunk/netsurf/; revision=11605
* Implemented Download dialog.Ole Loots2011-02-011-6/+217
| | | | svn path=/trunk/netsurf/; revision=11591
* Implemented Search DialogOle Loots2011-01-301-0/+0
| | | | svn path=/trunk/netsurf/; revision=11536
* Atari frontend (credit: Ole Loots)John Mark Bell2011-01-051-0/+67
svn path=/trunk/netsurf/; revision=11218