summaryrefslogtreecommitdiff
path: root/desktop/gui_fetch.h
Commit message (Collapse)AuthorAgeFilesLines
* Allow the resource scheme to provide data directly.Vincent Sanders2015-06-171-2/+29
| | | | | | This allows front ends to provide resources from compiled in data instead of requiring the resources to be available on disc and forcing a redirect.
* Split up graphical user interface operations table headersVincent Sanders2014-10-161-0/+77
This is the initial part of a series which splits up the API interface definitions for the frontends removing a great deal of unnecessary file inclusion and further isolates the fronted API usage from the core