summaryrefslogtreecommitdiff
path: root/windows/download.c
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup windows download window headerVincent Sanders2015-03-131-0/+20
|
* Clean up more windows frontend issues and split out more functionalityVincent Sanders2015-03-131-14/+23
|
* use nsurl_nice and remove url_niceVincent Sanders2014-10-311-1/+2
| | | | | change all callers over to using new API for generating nice filenames from a url and remove the old API.
* Update windows frontend to cope with split operations table headersVincent Sanders2014-10-161-3/+3
|
* make download_context_get_url() return an nsurl and adapt callers to copeVincent Sanders2014-05-081-3/+8
|
* refactor url utility functions to use standard nserror codes and have ↵Vincent Sanders2014-05-081-2/+2
| | | | appropriate documentation.
* move scheduleing into browser operation tableVincent Sanders2014-03-091-9/+12
|
* fix missing includesVincent Sanders2014-01-291-0/+1
|
* split browser gui operations upVincent Sanders2014-01-151-2/+2
|
* move download operations to download tableVincent Sanders2014-01-141-4/+14
|
* fix build warningsVincent Sanders2012-08-101-2/+5
|
* split out drawable window handlingVincent Sanders2011-04-031-1/+1
| | | | | | | extensive cleanups fix localhistory svn path=/trunk/netsurf/; revision=12153
* make windows about window functionalVincent Sanders2011-03-251-0/+1
| | | | | | make url bar font more acceptable svn path=/trunk/netsurf/; revision=12131
* Ensure all four required version defines are set for windows buildsVincent Sanders2011-03-161-1/+0
| | | | svn path=/trunk/netsurf/; revision=12082
* rationalise windows resource scriptVincent Sanders2011-03-061-5/+4
| | | | | | make window options dialog into a property sheet svn path=/trunk/netsurf/; revision=11929
* fixup windows download windowVincent Sanders2010-04-111-6/+7
| | | | svn path=/trunk/netsurf/; revision=10366
* Add Windows frontendVincent Sanders2010-01-311-0/+294
svn path=/trunk/netsurf/; revision=9940