summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* deps: update cssparser to 0.24wip/ignatenko/cssparser-0.24Igor Gnatenko2018-07-022-22/+22
* Merge branch 'YaLTeR/librsvg-filters-to-rust-7'Federico Mena Quintero2018-07-0144-818/+1908
|\
| * Refactor FilterError and FilterContext::get_input()Ivan Molodetskikh2018-06-3014-130/+178
| * Remove unused line from image.rsIvan Molodetskikh2018-06-301-1/+0
| * Rename affine to _affine in FilterContextIvan Molodetskikh2018-06-301-3/+3
| * Refactor convolve_matrix to use the scale methodIvan Molodetskikh2018-06-301-62/+24
| * Add SharedImageSurface::scale{,_to}()Ivan Molodetskikh2018-06-301-0/+48
| * Add IRect::scale()Ivan Molodetskikh2018-06-301-0/+13
| * Change assert! to assert_eq!Ivan Molodetskikh2018-06-301-2/+2
| * Fix alpha zero check in color_matrixIvan Molodetskikh2018-06-301-7/+11
| * Fix error message in convolve_matrixIvan Molodetskikh2018-06-301-18/+23
| * Add unit tests for integer parsersIvan Molodetskikh2018-06-301-0/+38
| * Port feConvolveMatrixIvan Molodetskikh2018-06-3023-380/+1027
| * Add the PixelRectangle iterator to surface_utilsIvan Molodetskikh2018-06-302-1/+150
| * Add parsers::integer{,-optional-integer}()Ivan Molodetskikh2018-06-301-0/+37
| * Fix <image> bbox once againIvan Molodetskikh2018-06-301-8/+11
| * Port feColorMatrixIvan Molodetskikh2018-06-3011-308/+445
* | CI: drop ubuntu builds since rustc package is outdated.Jordan Petridis2018-07-011-12/+0
|/
* Use Rc::ptr_eq() instead of our own rc_node_ptr_eq()Federico Mena Quintero2018-06-293-20/+14
* Merge branch 'pborelli/librsvg-font-size'Federico Mena Quintero2018-06-282-150/+122
|\
| * rustfmtFederico Mena Quintero2018-06-281-4/+1
| * state: rework font size propertyPaolo Borelli2018-06-272-150/+125
* | Require Rust 1.26Federico Mena Quintero2018-06-273-18/+2
|/
* Merge branch 'draw' into 'master'Federico Mena Quintero2018-06-2610-518/+457
|\
| * shapes: move drawing of path builder herePaolo Borelli2018-06-254-32/+12
| * drawing-ctx: move stroke_and_fill method to drawing ctxPaolo Borelli2018-06-252-204/+199
| * drawing-ctx: move draw_pango_layout to the drawing ctxPaolo Borelli2018-06-253-165/+164
| * image: inline draw_surfacePaolo Borelli2018-06-252-79/+54
| * drawing-ctx: move clip() method to the draw ctxPaolo Borelli2018-06-256-46/+36
|/
* Cargo updateFederico Mena Quintero2018-06-251-150/+108
* Merge branch 'ignatenko/fix-build' into 'master'Federico Mena Quintero2018-06-252-2/+2
|\
| * 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