summaryrefslogtreecommitdiff
path: root/image/rsvg.c
Commit message (Expand)AuthorAgeFilesLines
* Change LOG() macro to be varadicVincent Sanders2015-05-281-6/+6
* change rsvg image handler to use bitmap operation tableVincent Sanders2015-04-171-10/+11
* Only include rsvg-cairo.h if it isn't alreadyJohn-Mark Bell2014-11-151-0/+2
* reduce talloc usage to box tree layout onlyVincent Sanders2012-10-031-5/+4
* allow netsurf to build with gtk3Vincent Sanders2012-05-161-1/+1
* Remove mime_type parameter from content handler content_type callback APIJohn Mark Bell2011-09-031-1/+1
* refactor bitmap out of generic content structureVincent Sanders2011-08-311-4/+12
* make image content handlers build conditional from teh makefileVincent Sanders2011-08-281-6/+2
* Initial image content handler refactorVincent Sanders2011-08-271-46/+5
* Remove plotter table global. Pass a redraw context around redraw functions. ...Michael Drake2011-06-301-2/+2
* Unify content_redraw params in content_redraw_data struct. Core and RISC OS ...Michael Drake2011-06-281-8/+6
* refactor content handler initilisation to use named initialisorsVincent Sanders2011-05-091-15/+8
* consolidate content redraw Vincent Sanders2011-05-081-94/+90
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-061-22/+167
* Fix bug #3194007: stop emitting duplicate READY/DONE events.John Mark Bell2011-02-271-1/+2
* ConstifyJohn Mark Bell2011-02-141-1/+1
* Remove dead function.Michael Drake2011-02-131-8/+0
* Pass clip rect as struct through content_redraw api. Update the front ends t...Michael Drake2011-02-131-5/+5
* Use component-based r/b swap, instead of up-castingJohn Mark Bell2011-02-011-15/+16
* Most of a stop implementation.John Mark Bell2010-04-041-0/+24
* Constify data parameter to *_process_dataJohn Mark Bell2010-04-031-1/+1
* The convert stage of a content's state progression no longer reflows the cont...John Mark Bell2010-03-291-1/+1
* Merge jmb/new-cache; r=dsilvers,rs=vinceDaniel Silverstone2010-03-281-3/+2
* Merge LibCSS port to trunk.John Mark Bell2009-07-231-1/+2
* Improve bitmap plotter APIVincent Sanders2009-06-301-1/+1
* Add missing calls to bitmap_modified(). This fixes using libpng in the BeOS p...François Revel2008-10-101-0/+1
* 'unsigned long' -> 'colour' where it made sense.John Tytgat2008-09-281-2/+2
* First merge of Adam Blokus' GSoC work from his branch 'branches/adamblokus/ne...John Tytgat2008-07-261-1/+1
* Change u_int32_t to uint32_tRob Kendrick2008-06-171-6/+6
* Update status bar when standalone images are done.Michael Drake2008-03-101-0/+2
* Update all source code file headers to reflect GPL version 2 only and contain...Vincent Sanders2007-08-081-21/+32
* Fix warning with rsvgRob Kendrick2007-08-081-1/+1
* Add incremental parsing of SVG data to librsvg content handler.Rob Kendrick2007-07-191-10/+18
* Fixes to rsvg renderer. Now mostly works for direct (non-embedded in a docum...Rob Kendrick2007-07-181-47/+32
* Initial work on RSVG image handler. Still a lot to do.Rob Kendrick2007-07-181-0/+203