summaryrefslogtreecommitdiff
path: root/gtk/gui.c
Commit message (Collapse)AuthorAgeFilesLines
* gui_find_resource --> gui_get_resource_url.Michael Drake2011-03-171-1/+1
| | | | svn path=/trunk/netsurf/; revision=12089
* Rename utils/resource to utils/filepath to avoid confusion with resource: ↵Michael Drake2011-03-171-23/+23
| | | | | | fetcher. svn path=/trunk/netsurf/; revision=12088
* missing semicolon. I suckDaniel Silverstone2011-03-131-1/+1
| | | | svn path=/trunk/netsurf/; revision=12005
* Shunt some schedule_run() calls around.. Should improve behaviour on GTK and ↵Daniel Silverstone2011-03-131-0/+2
| | | | | | monkey a little svn path=/trunk/netsurf/; revision=12004
* make tab work in forms on gtkVincent Sanders2011-03-121-59/+63
| | | | svn path=/trunk/netsurf/; revision=11982
* Make resource paths global static, as it's only used in hereJohn Mark Bell2011-02-231-1/+1
| | | | svn path=/trunk/netsurf/; revision=11777
* add resource handlingVincent Sanders2011-02-231-139/+44
| | | | | | move gtk and framebuffer to use generic resource handling svn path=/trunk/netsurf/; revision=11772
* add about: fetcher Vincent Sanders2011-02-151-1/+1
| | | | | | rename fetchers to be more sensible svn path=/trunk/netsurf/; revision=11692
* add default system colour handlers to each frontendVincent Sanders2011-01-301-1/+0
| | | | svn path=/trunk/netsurf/; revision=11530
* fixup gtk source file namesVincent Sanders2011-01-291-0/+1150
svn path=/trunk/netsurf/; revision=11529