summaryrefslogtreecommitdiff
path: root/librsvg/rsvg-load.c
Commit message (Expand)AuthorAgeFilesLines
* Factor out a tree modulePaolo Borelli2018-08-201-8/+8
* load: slightly rework APIPaolo Borelli2018-08-201-32/+27
* node: do not expose node type to CPaolo Borelli2018-08-201-1/+0
* load: move here the helper to set atts on the svg nodesPaolo Borelli2018-08-201-6/+6
* load: move in the rust code the check if an element is <svg>Paolo Borelli2018-08-201-6/+4
* Remove unused structFederico Mena Quintero2018-08-161-7/+0
* load: register in defs from the rust codePaolo Borelli2018-07-291-4/+5
* defs: port RsvgDefs to rustPaolo Borelli2018-07-291-1/+0
* handle: remove all_nodes arrayPaolo Borelli2018-07-291-3/+0
* Consolidate rsvg-xml.c inside rsvg-loadPaolo Borelli2018-07-241-7/+68
* Remove structure.h headerPaolo Borelli2018-07-241-4/+7
* load: move some chars handling logic to rustPaolo Borelli2018-07-181-74/+11
* Merge branch 'pborelli/librsvg-cleanup'Federico Mena Quintero2018-07-141-20/+6
|\
| * load: move the set_atts logic to rustPaolo Borelli2018-07-111-20/+6
* | Clean up some C filter leftoversIvan Molodetskikh2018-07-111-1/+0
|/
* sax_processing_instruction_cb(): Don't leak the pbag iteratorFederico Mena Quintero2018-06-221-0/+2
* load: fix compiler warningPaolo Borelli2018-06-161-0/+4
* Fix typo (overriden -> overridden)Paolo Borelli2018-06-131-1/+1
* defs: move node registration to rustPaolo Borelli2018-06-101-27/+1
* load: rework handling of class attributePaolo Borelli2018-06-101-33/+9
* node: add and use get_id methodPaolo Borelli2018-06-101-4/+5
* load: move all node creation function in load.rsPaolo Borelli2018-06-101-0/+4
* Node: store the element's id, or None.Federico Mena Quintero2018-06-041-17/+35
* Move node creation to RustSaurav Sachidanand2018-06-041-145/+5
* NodeTrait::set_overriden_attributes() - new trait methodFederico Mena Quintero2018-05-291-0/+2
* mask: port generating the cairo mask to rustPaolo Borelli2018-05-241-1/+2
* rsvg-load.c:node_set_atts(): Take in the real element's name instead of the o...Federico Mena Quintero2018-05-181-4/+8
* Fix outdated commentFederico Mena Quintero2018-05-031-1/+1
* headers: move node_new declarations to structure.hPaolo Borelli2018-04-151-2/+0
* Remove rsvg-css.cPaolo Borelli2018-04-071-1/+63
* rsvg-load: include string.hPaolo Borelli2018-04-031-0/+1
* Make the internal functions not have an rsvg_ prefixFederico Mena Quintero2018-03-261-80/+83
* Move all the loading code to rsvg-load.[ch]Federico Mena Quintero2018-03-261-0/+1353