summaryrefslogtreecommitdiff
path: root/image/svg.c
Commit message (Expand)AuthorAgeFilesLines
* Port more internals to nsurl. Front ends may need updating.Michael Drake2011-10-031-1/+2
* Remove mime_type parameter from content handler content_type callback APIJohn Mark Bell2011-09-031-1/+1
* make image content handlers build conditional from teh makefileVincent Sanders2011-08-281-4/+1
* Initial image content handler refactorVincent Sanders2011-08-271-83/+36
* Remove plotter table global. Pass a redraw context around redraw functions. ...Michael Drake2011-06-301-8/+11
* Unify content_redraw params in content_redraw_data struct. Core and RISC OS ...Michael Drake2011-06-281-20/+20
* refactor content handler initilisation to use named initialisorsVincent Sanders2011-05-091-15/+8
* Fix tiled redraw of SVGs.Michael Drake2011-05-091-3/+58
* Wrap macro.Michael Drake2011-05-091-1/+4
* Fix declaration too.Michael Drake2011-05-091-1/+2
* Fix image/svg.c build.Michael Drake2011-05-091-2/+2
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-061-22/+166
* Handle scaling of text plots in core.Michael Drake2011-03-081-0/+1
* Fix bug #3194007: stop emitting duplicate READY/DONE events.John Mark Bell2011-02-271-1/+2
* ConstifyJohn Mark Bell2011-02-141-1/+1
* Pass clip rect as struct through content_redraw api. Update the front ends t...Michael Drake2011-02-131-2/+1
* Most of a stop implementation.John Mark Bell2010-04-041-0/+16
* Fix compilation when building WITH_NS_SVGChris Young2010-03-301-1/+1
* It probably helps to invert the done_parse flagJohn Mark Bell2010-03-301-0/+2
* The convert stage of a content's state progression no longer reflows the cont...John Mark Bell2010-03-291-14/+25
* Fix for new-cacheChris Young2010-03-281-3/+8
* Merge jmb/new-cache; r=dsilvers,rs=vinceDaniel Silverstone2010-03-281-1/+1
* Merge LibCSS port to trunk.John Mark Bell2009-07-231-1/+1
* Refactor text plotter and other font functions to remove dependency on CSS.John Mark Bell2009-07-211-2/+6
* Rename TRANSPARENT to NS_TRANSPARENT to avoid clash on Windows. By MarkieB.Michael Drake2009-07-141-1/+1
* Correctly propagate plot successJohn Mark Bell2009-05-281-0/+2
* Squash warning.John Mark Bell2009-03-271-1/+4
* C89François Revel2008-11-291-1/+2
* 'unsigned long' -> 'colour' where it made sense.John Tytgat2008-09-281-1/+1
* Convert svgtiny colours to BGR ordering when passing them to plotter APIs.John Mark Bell2008-07-281-2/+6
* - Include utils/config.h before each WITH_* test entiry enabling/disabling th...John Tytgat2008-07-261-2/+3
* Update status bar when standalone images are done.Michael Drake2008-03-101-0/+2
* Move SVG code into a new library, libsvgtiny.James Bursa2008-02-031-862/+56
* Fix coordinates when redrawing an SVG within a page.James Bursa2007-12-111-39/+21
* Implement polyline, polygon, more path segment types, and more transforms.James Bursa2007-12-021-51/+222
* Implement and fix more of viewBox, path, and transform.James Bursa2007-11-301-19/+29
* Add support for transform, color none, and some colours in style attribute.James Bursa2007-11-291-13/+109
* Update all source code file headers to reflect GPL version 2 only and contain...Vincent Sanders2007-08-081-3/+14
* Wrap internal SVG renderer with appropriate #ifdef WITH_NS_SVGRob Kendrick2007-07-181-1/+4
* Start on implementing SVG <path>.James Bursa2007-07-171-1/+135
* Add SVG support for a few basic shapes.James Bursa2007-07-151-46/+368
* Primitive SVG render (rect, text).James Bursa2007-07-131-0/+222