summaryrefslogtreecommitdiff
path: root/gtk/ssl_cert.c
Commit message (Collapse)AuthorAgeFilesLines
* move frontends into sub directoryVincent Sanders2016-05-151-135/+0
|
* Change GTK UI builder handling to use resource APIVincent Sanders2015-06-171-9/+9
| | | | | | | | | | | | | | 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.
* actually add the files from the previous gtk ssl rework commitVincent Sanders2015-04-121-0/+135