summaryrefslogtreecommitdiff
path: root/gtk/download.c
Commit message (Collapse)AuthorAgeFilesLines
* move frontends into sub directoryVincent Sanders2016-05-151-865/+0
|
* update gtk to stop using depricated warn_user APIVincent Sanders2016-04-261-1/+2
|
* Split utils header into string functions and everything elseVincent Sanders2016-04-211-0/+1
| | | | | split out the string handling API from the rest of the utils header and fix up all the fallout.
* Change GTK UI builder handling to use resource APIVincent Sanders2015-06-171-12/+15
| | | | | | | | | | | | | | GTK UI builder resources have till now been exclusively stored on disc requiring netsurf to ship numerous additional resource files. This requires going to disc every time a UI action is performed which can become a lot of unwanted file handling. GLib/GTK has moved towards GResource handling for such resources instead. It now seems that migrating to this style of usage is expected and indeed the only portable way to include pixbufs. This introduces an API to hide the various implementation details of how resources are handled from the rest of the codebase.
* clean up gtk gui header usage and includesVincent Sanders2015-04-121-1/+0
|
* Update gtk compatability header to cope with deprication of stock icon interfaceVincent Sanders2015-04-081-9/+8
|
* Update gtk frontend to cope with split operations table headersVincent Sanders2014-10-161-1/+1
|
* make download_context_get_url() return an nsurl and adapt callers to copeVincent Sanders2014-05-081-8/+13
|
* refactor url utility functions to use standard nserror codes and have ↵Vincent Sanders2014-05-081-1/+1
| | | | appropriate documentation.
* clean up desktop/gui.h include usageVincent Sanders2014-01-291-1/+3
|
* split browser gui operations upVincent Sanders2014-01-151-2/+2
|
* move download operations to download tableVincent Sanders2014-01-141-18/+12
|
* move options includeVincent Sanders2013-05-281-1/+1
|
* allow netsurf to build with gtk3Vincent Sanders2012-05-161-607/+604
| | | | svn path=/trunk/netsurf/; revision=13926
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-221-9/+9
| | | | svn path=/trunk/netsurf/; revision=13548
* Hide implementation detailJohn Mark Bell2011-02-231-0/+50
| | | | svn path=/trunk/netsurf/; revision=11769
* Obtain download filename from the coreJohn Mark Bell2011-02-231-20/+7
| | | | svn path=/trunk/netsurf/; revision=11768
* fixup gtk source file namesVincent Sanders2011-01-291-0/+827
svn path=/trunk/netsurf/; revision=11529