summaryrefslogtreecommitdiff
path: root/image/rsvg.h
Commit message (Collapse)AuthorAgeFilesLines
* Virtualise content handler finalisation calls. Remove pointless implementations.John Mark Bell2011-09-151-1/+0
| | | | svn path=/trunk/netsurf/; revision=12797
* make image content handlers build conditional from teh makefileVincent Sanders2011-08-281-14/+0
| | | | svn path=/trunk/netsurf/; revision=12673
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-061-24/+10
| | | | svn path=/trunk/netsurf/; revision=12283
* ConstifyJohn Mark Bell2011-02-141-5/+1
| | | | svn path=/trunk/netsurf/; revision=11680
* Pass clip rect as struct through content_redraw api. Update the front ends ↵Michael Drake2011-02-131-4/+3
| | | | | | to use this. Note only RO build tested. svn path=/trunk/netsurf/; revision=11670
* Most of a stop implementation.John Mark Bell2010-04-041-0/+1
| | | | | | | | | Remaining work: 1) Clone content_html_data 2) Cloning content_css_data requires the charset of the old content 3) Calling hlcache_handle_abort() before a content has been created must clean up the retrieval context. svn path=/trunk/netsurf/; revision=10236
* Constify data parameter to *_process_dataJohn Mark Bell2010-04-031-1/+1
| | | | svn path=/trunk/netsurf/; revision=10234
* The convert stage of a content's state progression no longer reflows the ↵John Mark Bell2010-03-291-1/+1
| | | | | | | | | | | | | content to the provided dimensions. It is now defined as converting the content into a state in which it is ready for use. The user of the content is now responsible for performing an initial reformat (sic) of the content before it can be redrawn. Purge width/height parameters from hlcache_handle_retrieve/content_convert/*_convert APIs. Fix up content handlers affected by the above change in semantics. Ensure that browser_window_callback performs an initial reformat of its content. svn path=/trunk/netsurf/; revision=10207
* Merge jmb/new-cache; r=dsilvers,rs=vinceDaniel Silverstone2010-03-281-2/+2
| | | | svn path=/trunk/netsurf/; revision=10180
* Correct include.John Mark Bell2009-07-231-1/+1
| | | | svn path=/trunk/netsurf/; revision=8757
* Merge LibCSS port to trunk.John Mark Bell2009-07-231-1/+2
| | | | svn path=/trunk/netsurf/; revision=8752
* Include css/css.h for type colour (following change r5459).John Tytgat2008-09-281-0/+1
| | | | svn path=/trunk/netsurf/; revision=5461
* 'unsigned long' -> 'colour' where it made sense.John Tytgat2008-09-281-2/+2
| | | | svn path=/trunk/netsurf/; revision=5459
* - Include utils/config.h before each WITH_* test entiry enabling/disabling ↵John Tytgat2008-07-261-1/+6
| | | | | | | | | | the object file. - Add same test in corresponding header file (if there is one) - riscos/uri.c: include riscos/uri.h and have function definitions matching the declarations. - Disable PDF debug logging. svn path=/trunk/netsurf/; revision=4769
* Update all source code file headers to reflect GPL version 2 only and ↵Vincent Sanders2007-08-081-3/+14
| | | | | | contain appropriate licence text svn path=/trunk/netsurf/; revision=3486
* Fix warning with rsvgRob Kendrick2007-08-081-1/+1
| | | | svn path=/trunk/netsurf/; revision=3485
* Add incremental parsing of SVG data to librsvg content handler.Rob Kendrick2007-07-191-0/+1
| | | | svn path=/trunk/netsurf/; revision=3441
* Initial work on RSVG image handler. Still a lot to do.Rob Kendrick2007-07-181-0/+42
svn path=/trunk/netsurf/; revision=3433