summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix casting in filter_related()ignatenko/fix-buildIgor Gnatenko2018-06-242-2/+2
* deps: bump regex to 1Igor Gnatenko2018-06-241-1/+1
* .gitlab-ci.yml: Add rustc 1.26Federico Mena Quintero2018-06-221-0/+8
* Remove RsvgViewBox; return an additional gboolean from rsvg_node_svg_get_view...Federico Mena Quintero2018-06-226-52/+48
* configure.ac: Post-release version bumpFederico Mena Quintero2018-06-221-1/+1
* Update NEWS2.43.1Federico Mena Quintero2018-06-221-0/+6
* rsvg-test.c: Don't leak the cwdFederico Mena Quintero2018-06-221-1/+3
* sax_processing_instruction_cb(): Don't leak the pbag iteratorFederico Mena Quintero2018-06-221-0/+2
* draw_node_from_stack(): Ahem, make this work in the original way.Federico Mena Quintero2018-06-221-8/+11
* is_cairo_context_nested(): Oops, the condition was backwards.Federico Mena Quintero2018-06-221-1/+1
* drawing_ctx.rs: Restore the original behavior of the cr_stackFederico Mena Quintero2018-06-221-7/+3
* rsvg_drawing_ctx_new() - fix the type of the cr argumentdrawing-ctx-wipFederico Mena Quintero2018-06-221-2/+2
* Merge branch 'master' into drawing-ctx-wipFederico Mena Quintero2018-06-2243-574/+874
|\
| * Remove {un,}linearization boilerplateIvan Molodetskikh2018-06-2215-185/+220
| * Implement color-interpolation-filtersIvan Molodetskikh2018-06-2213-44/+216
| * Remove an extra inline(always)Ivan Molodetskikh2018-06-221-4/+1
| * Enable LTO in benchmarksIvan Molodetskikh2018-06-221-0/+3
| * Add a comment on channelmapIvan Molodetskikh2018-06-221-0/+1
| * Change ImageSurfaceDataShared to a safe versionIvan Molodetskikh2018-06-2227-483/+532
| * CONTRIBUTING.md: Note on formatting commit messagesFederico Mena Quintero2018-06-211-0/+28
| * (#292): Don't panic if we try to clip with an empty bounding boxFederico Mena Quintero2018-06-212-0/+17
* | draw_node_from_stack(): Don't use an anonymous function helperFederico Mena Quintero2018-06-211-9/+10
* | impl Drop for AcquiredNode: Fix mutabilityFederico Mena Quintero2018-06-211-1/+1
* | add_node_and_ancestors_to_stack(): Fix mutabilityFederico Mena Quintero2018-06-211-1/+1
* | link.rs: Remove the with_tag() convenience function; use the primitivesFederico Mena Quintero2018-06-211-17/+5
* | Don't keep a &DrawingCtx in FilterContext; pass it around to filter render fu...Federico Mena Quintero2018-06-2125-313/+248
* | DrawingCtx.get_cr_stack() doesn't need a mutable ctxFederico Mena Quintero2018-06-211-1/+1
* | DrawCtx is always mutable in the filter contextFederico Mena Quintero2018-06-211-1/+1
* | Clone a bbox to avoid causing a borrowFederico Mena Quintero2018-06-211-2/+4
* | Use a RefCell for the vector of acquired nodesFederico Mena Quintero2018-06-212-11/+15
* | Store RsvgNode in draw_ctx.acquired_nodes, not pointers to RsvgNodeFederico Mena Quintero2018-06-211-8/+11
* | Compute effects region in a way to not cause a double mutable borrowFederico Mena Quintero2018-06-211-8/+10
* | Clone the draw_ctx's bbox so the ctx doesn't get borrowedFederico Mena Quintero2018-06-211-1/+1
* | drawing_ctx: pass the context to the draw callbackPaolo Borelli2018-06-2110-47/+44
* | bbox: remove the C exportPaolo Borelli2018-06-213-125/+0
* | wip: try to port drawing_ctx to rustPaolo Borelli2018-06-2138-1333/+680
|/
* Update NEWSFederico Mena Quintero2018-06-201-0/+1
* (#259): Make test fonts work for installed testsFederico Mena Quintero2018-06-201-6/+10
* image: remove unneeded cairo_save/restorePaolo Borelli2018-06-201-5/+1
* Update NEWSFederico Mena Quintero2018-06-201-2/+10
* with_discrete_layer(): Use IRI::get() on the IRI fields for less verbosityFederico Mena Quintero2018-06-191-41/+24
* IRI::get() - new methodFederico Mena Quintero2018-06-191-0/+16
* with_discrete_layer(): No need to restore the original_cr's matrixFederico Mena Quintero2018-06-191-2/+0
* with_discrete_layer(): We know that we can go back to the original_cr; don't ...Federico Mena Quintero2018-06-191-9/+7
* with_discrete_layer(): Replace a chain of "else" with .or()Federico Mena Quintero2018-06-191-38/+41
* with_discrete_layer(): Better identify the intermediate surface and its crFederico Mena Quintero2018-06-191-34/+38
* with_discrete_layer(): Factor out the needs_temporary_surface computationFederico Mena Quintero2018-06-191-10/+5
* with_discrete_layer(): Refactor obtaining the clip node and clip unitsFederico Mena Quintero2018-06-191-19/+20
* with_discrete_layer(): Don't acquire the clip_node more than onceFederico Mena Quintero2018-06-191-34/+16
* with_discrete_layer(): Rename clip_uri variableFederico Mena Quintero2018-06-191-4/+4