summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* update Cargo.lockakitouni/update-cargo-lockAbderrahim Kitouni2018-06-171-150/+108
* handle: factor out functionPaolo Borelli2018-06-161-22/+20
* load: fix compiler warningPaolo Borelli2018-06-161-0/+4
* NodeUse: draw_in_viewport() already pushes a layer; no need to push another oneFederico Mena Quintero2018-06-151-2/+0
* draw_node_from_stack(): Remove the with_layer argument; it was true in all ca...Federico Mena Quintero2018-06-153-6/+2
* Remove unused prototypeFederico Mena Quintero2018-06-151-4/+0
* marker.rs: Don't use a secondary cr; the layer is not pushed here yetFederico Mena Quintero2018-06-151-6/+1
* marker.rs: Let our call to node.draw_children() push a layer itselfFederico Mena Quintero2018-06-151-5/+1
* clip_path.rs: Let our call do draw_children push a layer - it will be a no-op...Federico Mena Quintero2018-06-151-1/+1
* pattern.rs: Let our call pattern_node.draw_children() push the layer; don't d...Federico Mena Quintero2018-06-151-6/+1
* get_acquired_node_of_type() - take an Option<&str> to simplify some callersFederico Mena Quintero2018-06-153-61/+60
* rsvg_drawing_ctx_pop_bounding_box(): Don't leak the old bboxFederico Mena Quintero2018-06-151-0/+2
* Merge branch 'draw-ctx-rs' into 'master'Federico Mena Quintero2018-06-154-65/+61
|\
| * drawing_ctx: move get/remove_acquired_node to rustPaolo Borelli2018-06-154-72/+51
| * drawing_ctx: refactor functions to manipulate list of acquired nodePaolo Borelli2018-06-151-6/+23
|/
* tests/Makefile.am: Also distribute svg1.1/images/*Federico Mena Quintero2018-06-141-0/+1
* Update NEWSFederico Mena Quintero2018-06-141-0/+6
* Merge branch 'YaLTeR/librsvg-filters-to-rust-4'Federico Mena Quintero2018-06-1455-619/+2194
|\
| * Ensure width and height are >=0 in filtersIvan Molodetskikh2018-06-142-10/+14
| * Replace normalize_ignoring_units with get_unitlessIvan Molodetskikh2018-06-132-32/+11
| * Validate units in filter primitive attributesIvan Molodetskikh2018-06-133-14/+68
| * Validate units in <filter> attributesIvan Molodetskikh2018-06-133-12/+62
| * Refactor parse to parse{,_and_validate}Ivan Molodetskikh2018-06-1316-165/+145
| * Don't render filters if they are in errorIvan Molodetskikh2018-06-132-8/+13
| * Remove leftover debug commentIvan Molodetskikh2018-06-131-2/+0
| * Revert composite linearization fixIvan Molodetskikh2018-06-138-3/+152
| * Fix bbox computation in draw_surface()Ivan Molodetskikh2018-06-131-5/+5
| * Rename new testsIvan Molodetskikh2018-06-136-0/+0
| * Use correct CSS values in with_primitive_units()Ivan Molodetskikh2018-06-133-7/+12
| * Use correct CSS values in compute_effects_region()Ivan Molodetskikh2018-06-133-3/+18
| * Add comments into feMergeIvan Molodetskikh2018-06-131-0/+2
| * Change feOffset attributes to be numbersIvan Molodetskikh2018-06-131-19/+13
| * Use a better name for test-bboxIvan Molodetskikh2018-06-132-0/+0
| * Compute the filter effects region only onceIvan Molodetskikh2018-06-132-85/+101
| * Add a missing dotIvan Molodetskikh2018-06-131-1/+1
| * Add notice about attributes into feOffsetIvan Molodetskikh2018-06-123-0/+19
| * Fix missing linearization in composite arithmeticIvan Molodetskikh2018-06-122-2/+3
| * Big filter bounds computation refactorIvan Molodetskikh2018-06-1219-120/+783
| * Don't render filter if bbox rect is emptyIvan Molodetskikh2018-06-122-9/+328
| * Port (more or less) the rest of feImageIvan Molodetskikh2018-06-122-314/+104
| * Make FilterContext::drawing_context() return *mutIvan Molodetskikh2018-06-121-1/+1
| * Add drawing_ctx::draw_node_on_surface()Ivan Molodetskikh2018-06-121-0/+29
| * WIP: partially port Image to RustIvan Molodetskikh2018-06-1216-10/+510
* | Trait method Parse::parse() takes a cssparser now, not a &strFederico Mena Quintero2018-06-1321-317/+272
* | cond.rs: Expose from_attribute() creators, not Parse implementationsFederico Mena Quintero2018-06-132-36/+28
* | Test the full parser of Dasharray, not just the inner parserFederico Mena Quintero2018-06-131-16/+19
* | parse_dash_array(): Take a cssparser, not a &strFederico Mena Quintero2018-06-131-9/+13
* | parse_dash_array(): Use cssparserFederico Mena Quintero2018-06-131-53/+33
* | TextDecoration: parse using cssparserFederico Mena Quintero2018-06-131-4/+79
* | BaselineShift: parse with cssparserFederico Mena Quintero2018-06-132-7/+36