summaryrefslogtreecommitdiff
path: root/framebuffer/findfile.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix framebufferJohn Mark Bell2011-10-071-0/+3
| | | | svn path=/trunk/netsurf/; revision=12984
* Build resource: map at start timeJohn Mark Bell2011-10-051-2/+11
| | | | | | Remove stylesheet url globals -- the core will always use resource:{default,quirks,adblock}.css as appropriate svn path=/trunk/netsurf/; revision=12949
* Port more internals to nsurl. Front ends may need updating.Michael Drake2011-10-031-1/+1
| | | | svn path=/trunk/netsurf/; revision=12926
* Fix framebuffer resource: handlingVincent Sanders2011-03-171-2/+8
| | | | svn path=/trunk/netsurf/; revision=12095
* 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-5/+5
| | | | | | fetcher. svn path=/trunk/netsurf/; revision=12088
* Remove unnecessary debugJohn Mark Bell2011-02-231-9/+0
| | | | svn path=/trunk/netsurf/; revision=11776
* add resource handlingVincent Sanders2011-02-231-58/+39
| | | | | | move gtk and framebuffer to use generic resource handling svn path=/trunk/netsurf/; revision=11772
* hell with it, heres a version which should result in fewer portability ↵Vincent Sanders2010-09-111-5/+13
| | | | | | complaints svn path=/trunk/netsurf/; revision=10756
* Fix file: handling on risc os, gtk, windows and framebuffer frontendsVincent Sanders2010-04-161-4/+23
| | | | svn path=/trunk/netsurf/; revision=10419
* rationalise the usage of the file schemeVincent Sanders2010-03-311-2/+3
| | | | svn path=/trunk/netsurf/; revision=10221
* Make framebuffer port use libnsfbVincent Sanders2009-06-281-0/+106
svn path=/trunk/netsurf/; revision=8122