summaryrefslogtreecommitdiff
path: root/gtk/gui.h
Commit message (Collapse)AuthorAgeFilesLines
* Change gtk message and language handling to use resource namesVincent Sanders2015-06-231-3/+0
| | | | | | | | | | The GTK resource handling can now provide the path to resources rather than having to compute them separately. This reduces run time allocation and allows for the resources to be built in if required. Additionally this tweaks the resource scheme handling to redirect favicon.ico to resource:favicon.png instead of rewriting directly to file scheme path allowing the favicon to be a compiled in resource.
* Change GTK UI builder handling to use resource APIVincent Sanders2015-06-171-23/+0
| | | | | | | | | | | | | | 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-6/+2
|
* add flag to allow gtk loop to be signalled to exitVincent Sanders2014-09-221-14/+20
|
* rationalise source viewVincent Sanders2014-08-011-0/+1
|
* make GTK configuration handling conform to XDG specification.Vincent Sanders2014-04-281-2/+3
|
* move path_to_url and url_to_path to fetch operation tableVincent Sanders2014-01-251-0/+2
|
* move 401 login into operation tableVincent Sanders2014-01-161-1/+5
|
* implement the GTK preferances dialog with signalsVincent Sanders2013-01-011-0/+1
|
* allow netsurf to build with gtk3Vincent Sanders2012-05-161-1/+2
| | | | svn path=/trunk/netsurf/; revision=13926
* load default favicon once Vincent Sanders2011-12-311-0/+2
| | | | svn path=/trunk/netsurf/; revision=13357
* reduce to a single global structure for glade file locationsVincent Sanders2011-09-241-7/+16
| | | | svn path=/trunk/netsurf/; revision=12872
* fixup gtk source file namesVincent Sanders2011-01-291-0/+51
svn path=/trunk/netsurf/; revision=11529