summaryrefslogtreecommitdiff
path: root/gtk/gui.c
Commit message (Expand)AuthorAgeFilesLines
* Port save complete to libdom.John-Mark Bell2012-11-031-0/+3
* Fix "error setting certificate verify locations" problem when the Choices fil...Michael Drake2012-10-171-46/+40
* Fix up ripples from urldb change.Michael Drake2012-10-111-1/+1
* Move browser_window struct to private header. Places that shouldn't include i...Michael Drake2012-08-221-1/+1
* Remove unused includes.Michael Drake2012-08-201-1/+0
* fix build on gtk 2.12Vincent Sanders2012-05-171-1/+1
* allow netsurf to build with gtk3Vincent Sanders2012-05-161-67/+79
* Fix a crash when opening Preferences panel and Choices file doesn't exist:François Revel2012-04-071-1/+1
* Implement gui_launch_url() for GTK.François Revel2012-04-071-0/+11
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-221-33/+31
* Use S_IRWXU where appropriateJohn Mark Bell2012-02-101-2/+2
* Fix Debian bug #659376: .netsurf must not be world readableJohn Mark Bell2012-02-101-1/+3
* load default favicon once Vincent Sanders2011-12-311-0/+13
* Remove unused variable.Michael Drake2011-10-141-2/+1
* Ensure the GTK UI closes all its scaffoldings before exiting.Daniel Silverstone2011-10-091-1/+5
* use resource:favicon.ico instead of resource:favicon.pngVincent Sanders2011-10-071-0/+4
* Build resource: map at start timeJohn Mark Bell2011-10-051-18/+15
* reduce to a single global structure for glade file locationsVincent Sanders2011-09-241-34/+25
* make resource path discovery robust when no resources can be foundVincent Sanders2011-09-221-10/+14
* Remove gui_multitaskJohn Mark Bell2011-09-211-7/+0
* gui_find_resource --> gui_get_resource_url.Michael Drake2011-03-171-1/+1
* Rename utils/resource to utils/filepath to avoid confusion with resource: fet...Michael Drake2011-03-171-23/+23
* missing semicolon. I suckDaniel Silverstone2011-03-131-1/+1
* Shunt some schedule_run() calls around.. Should improve behaviour on GTK and ...Daniel Silverstone2011-03-131-0/+2
* make tab work in forms on gtkVincent Sanders2011-03-121-59/+63
* Make resource paths global static, as it's only used in hereJohn Mark Bell2011-02-231-1/+1
* add resource handlingVincent Sanders2011-02-231-139/+44
* add about: fetcher Vincent Sanders2011-02-151-1/+1
* add default system colour handlers to each frontendVincent Sanders2011-01-301-1/+0
* fixup gtk source file namesVincent Sanders2011-01-291-0/+1150