summaryrefslogtreecommitdiff
path: root/riscos/content-handlers/artworks.c
Commit message (Collapse)AuthorAgeFilesLines
* move frontends into sub directoryVincent Sanders2016-05-151-435/+0
|
* remove unecessary utils includes from RISC OS frontendVincent Sanders2016-05-021-3/+5
|
* fix missing struct on http parameter declaration due to header changeVincent Sanders2016-04-181-2/+2
|
* Change LOG() macro to be varadicVincent Sanders2015-05-281-19/+11
| | | | | | | | | | | | This changes the LOG macro to be varadic removing the need for all callsites to have double bracketing and allows for future improvement on how we use the logging macros. The callsites were changed with coccinelle and the changes checked by hand. Compile tested for several frontends but not all. A formatting annotation has also been added which allows the compiler to check the parameters and types passed to the logging.
* Unstackify RISC OS content handler's title setting.Michael Drake2012-10-251-3/+6
|
* More useful title info for images.Michael Drake2012-10-241-3/+4
|
* reduce talloc usage to box tree layout onlyVincent Sanders2012-10-031-4/+3
|
* Clean up content_factory_register_handler API -- content handlers no longer ↵John Mark Bell2011-09-151-40/+2
| | | | | | use the mime type, so don't require it to be interned up front svn path=/trunk/netsurf/; revision=12796
* Remove mime_type parameter from content handler content_type callback APIJohn Mark Bell2011-09-031-2/+2
| | | | svn path=/trunk/netsurf/; revision=12704
* Remove plotter table global. Pass a redraw context around redraw functions. ↵Michael Drake2011-06-301-3/+3
| | | | | | Knockout could be handled better. Note: untested on most front ends. svn path=/trunk/netsurf/; revision=12543
* Fix up Artworks content handler.Michael Drake2011-06-281-5/+5
| | | | svn path=/trunk/netsurf/; revision=12536
* Unify content_redraw params in content_redraw_data struct. Core and RISC OS ↵Michael Drake2011-06-281-19/+18
| | | | | | content handlers updated. svn path=/trunk/netsurf/; revision=12529
* refactor content handler initilisation to use named initialisorsVincent Sanders2011-05-091-15/+7
| | | | svn path=/trunk/netsurf/; revision=12341
* Put RISC OS filetype content handlers in their own directory.Michael Drake2011-05-091-0/+485
svn path=/trunk/netsurf/; revision=12336