summaryrefslogtreecommitdiff
path: root/image/rsvg.c
Commit message (Expand)AuthorAgeFilesLines
* 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