Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | deps: update cssparser to 0.24wip/ignatenko/cssparser-0.24 | Igor Gnatenko | 2018-07-02 | 2 | -22/+22 |
* | Merge branch 'YaLTeR/librsvg-filters-to-rust-7' | Federico Mena Quintero | 2018-07-01 | 44 | -818/+1908 |
|\ | |||||
| * | Refactor FilterError and FilterContext::get_input() | Ivan Molodetskikh | 2018-06-30 | 14 | -130/+178 |
| * | Remove unused line from image.rs | Ivan Molodetskikh | 2018-06-30 | 1 | -1/+0 |
| * | Rename affine to _affine in FilterContext | Ivan Molodetskikh | 2018-06-30 | 1 | -3/+3 |
| * | Refactor convolve_matrix to use the scale method | Ivan Molodetskikh | 2018-06-30 | 1 | -62/+24 |
| * | Add SharedImageSurface::scale{,_to}() | Ivan Molodetskikh | 2018-06-30 | 1 | -0/+48 |
| * | Add IRect::scale() | Ivan Molodetskikh | 2018-06-30 | 1 | -0/+13 |
| * | Change assert! to assert_eq! | Ivan Molodetskikh | 2018-06-30 | 1 | -2/+2 |
| * | Fix alpha zero check in color_matrix | Ivan Molodetskikh | 2018-06-30 | 1 | -7/+11 |
| * | Fix error message in convolve_matrix | Ivan Molodetskikh | 2018-06-30 | 1 | -18/+23 |
| * | Add unit tests for integer parsers | Ivan Molodetskikh | 2018-06-30 | 1 | -0/+38 |
| * | Port feConvolveMatrix | Ivan Molodetskikh | 2018-06-30 | 23 | -380/+1027 |
| * | Add the PixelRectangle iterator to surface_utils | Ivan Molodetskikh | 2018-06-30 | 2 | -1/+150 |
| * | Add parsers::integer{,-optional-integer}() | Ivan Molodetskikh | 2018-06-30 | 1 | -0/+37 |
| * | Fix <image> bbox once again | Ivan Molodetskikh | 2018-06-30 | 1 | -8/+11 |
| * | Port feColorMatrix | Ivan Molodetskikh | 2018-06-30 | 11 | -308/+445 |
* | | CI: drop ubuntu builds since rustc package is outdated. | Jordan Petridis | 2018-07-01 | 1 | -12/+0 |
|/ | |||||
* | Use Rc::ptr_eq() instead of our own rc_node_ptr_eq() | Federico Mena Quintero | 2018-06-29 | 3 | -20/+14 |
* | Merge branch 'pborelli/librsvg-font-size' | Federico Mena Quintero | 2018-06-28 | 2 | -150/+122 |
|\ | |||||
| * | rustfmt | Federico Mena Quintero | 2018-06-28 | 1 | -4/+1 |
| * | state: rework font size property | Paolo Borelli | 2018-06-27 | 2 | -150/+125 |
* | | Require Rust 1.26 | Federico Mena Quintero | 2018-06-27 | 3 | -18/+2 |
|/ | |||||
* | Merge branch 'draw' into 'master' | Federico Mena Quintero | 2018-06-26 | 10 | -518/+457 |
|\ | |||||
| * | shapes: move drawing of path builder here | Paolo Borelli | 2018-06-25 | 4 | -32/+12 |
| * | drawing-ctx: move stroke_and_fill method to drawing ctx | Paolo Borelli | 2018-06-25 | 2 | -204/+199 |
| * | drawing-ctx: move draw_pango_layout to the drawing ctx | Paolo Borelli | 2018-06-25 | 3 | -165/+164 |
| * | image: inline draw_surface | Paolo Borelli | 2018-06-25 | 2 | -79/+54 |
| * | drawing-ctx: move clip() method to the draw ctx | Paolo Borelli | 2018-06-25 | 6 | -46/+36 |
|/ | |||||
* | Cargo update | Federico Mena Quintero | 2018-06-25 | 1 | -150/+108 |
* | Merge branch 'ignatenko/fix-build' into 'master' | Federico Mena Quintero | 2018-06-25 | 2 | -2/+2 |
|\ | |||||
| * | fix casting in filter_related()ignatenko/fix-build | Igor Gnatenko | 2018-06-24 | 2 | -2/+2 |
|/ | |||||
* | deps: bump regex to 1 | Igor Gnatenko | 2018-06-24 | 1 | -1/+1 |
* | .gitlab-ci.yml: Add rustc 1.26 | Federico Mena Quintero | 2018-06-22 | 1 | -0/+8 |
* | Remove RsvgViewBox; return an additional gboolean from rsvg_node_svg_get_view... | Federico Mena Quintero | 2018-06-22 | 6 | -52/+48 |
* | configure.ac: Post-release version bump | Federico Mena Quintero | 2018-06-22 | 1 | -1/+1 |
* | Update NEWS2.43.1 | Federico Mena Quintero | 2018-06-22 | 1 | -0/+6 |
* | rsvg-test.c: Don't leak the cwd | Federico Mena Quintero | 2018-06-22 | 1 | -1/+3 |
* | sax_processing_instruction_cb(): Don't leak the pbag iterator | Federico Mena Quintero | 2018-06-22 | 1 | -0/+2 |
* | draw_node_from_stack(): Ahem, make this work in the original way. | Federico Mena Quintero | 2018-06-22 | 1 | -8/+11 |
* | is_cairo_context_nested(): Oops, the condition was backwards. | Federico Mena Quintero | 2018-06-22 | 1 | -1/+1 |
* | drawing_ctx.rs: Restore the original behavior of the cr_stack | Federico Mena Quintero | 2018-06-22 | 1 | -7/+3 |
* | rsvg_drawing_ctx_new() - fix the type of the cr argumentdrawing-ctx-wip | Federico Mena Quintero | 2018-06-22 | 1 | -2/+2 |
* | Merge branch 'master' into drawing-ctx-wip | Federico Mena Quintero | 2018-06-22 | 43 | -574/+874 |
|\ | |||||
| * | Remove {un,}linearization boilerplate | Ivan Molodetskikh | 2018-06-22 | 15 | -185/+220 |
| * | Implement color-interpolation-filters | Ivan Molodetskikh | 2018-06-22 | 13 | -44/+216 |
| * | Remove an extra inline(always) | Ivan Molodetskikh | 2018-06-22 | 1 | -4/+1 |
| * | Enable LTO in benchmarks | Ivan Molodetskikh | 2018-06-22 | 1 | -0/+3 |
| * | Add a comment on channelmap | Ivan Molodetskikh | 2018-06-22 | 1 | -0/+1 |
| * | Change ImageSurfaceDataShared to a safe version | Ivan Molodetskikh | 2018-06-22 | 27 | -483/+532 |