[librsvg] Created tag 2.49.5
- From: Federico Mena Quintero <federico src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [librsvg] Created tag 2.49.5
- Date: Fri, 4 Sep 2020 19:18:42 +0000 (UTC)
The signed tag '2.49.5' was created.
Tagger: Federico Mena Quintero <federico gnome org>
Date: 1599247101 -0500
Tag for version 2.49.5
Changes since the last tag '2.49.4':
Federico Mena Quintero (31):
Merge branch 'chars-new-with-initial-text' into 'master'
Merge branch 'svenfoo/librsvg-use-float-cmp'
Post-release version bump version to 2.49.5
Merge branch 'svenfoo/librsvg-fix-more-clippy-warnings'
Documentation on how to add a new property
Note in CONTRIBUTING.md about adding properties.
More pointers for newcomers
Merge branch 'properties-doc' into 'master'
Merge branch 'jl/mix-blend-mode' into 'master'
Merge branch 'fix-clippy-errors' into 'master'
Merge branch 'svenfoo/librsvg-fix-clippy-warnings'
Run clippy all the time, now that the lint warnings are fixed
Revert "Run clippy all the time, now that the lint warnings are fixed"
Merge branch 'fix-another-clippy-warning' into 'master'
Merge branch 'pborelli/librsvg-drawing'
Merge branch 'pborelli/librsvg-paint_server'
Pass the current_color to stroke and fill
Make a few functions private
draw_path - Separate clipping from non-clipping code
Merge branch 'paint-order'
Merge branch 'jl/paint-order-opt' into 'master'
IRI.parse: don't expect_exhausted
Angle.parse: don't expect_exhausted
parse_str - do expect_exhausted here
NumberOptionalNumber.parse: don't expect_exhausted
AspectRatio.parse: don't expect_exhausted
parse_one_presentation_attribute - Do expect_exhausted here
Merge branch 'expect-exhausted' into 'master'
Merge branch 'float-cmp' into 'master'
COMPILING.md - mention that gtk-doc is required
Update NEWS
John Ledbetter (6):
Add mix-blend-mode CSS property definitions
Set cairo operator from MixBlendMode property prior to painting
Add test fixture for mix-blend-mode support
Implement paint-order property definition
Use CSS paint-order when performing fill/stroke/marker operations
DrawingCtx::draw_path - clear/recalculate path only when needed
Jordan Petridis (1):
Merge branch 'fix-clippy-on-ci' into 'master'
Paolo Borelli (13):
Remove leftover file
drawing_ctx: move draw_image to drawing context
drawing_ctx: move draw_text to drawing context
drawing_ctx: make with_saved_cr private
image: shorten code
paint_server: remove leftover trait
drawing_ctx: use From trait to obtain the pango context
pattern: remove misleading comment
paint_server: rework paint servers
gradient: move conversion to cairo::Gradient in drawing_ctx
drawing_ctx: move get_paint_server_surface to drawing ctx
drawing_ctx: mark set_cairo_context private
drawing_ctx: mark get_transform as private
Sven Neumann (24):
Use float_cmp for floating number comparisons
Change Chars::new() to take an initial text
Minor style improvement suggested by clippy
Follow naming conventions for methods taking self
Express `Result.and_then(|x| Ok(y))` as `map(|x| y)`
Be explicit about cloning the reference in PropertyBagIter
Suppress clippy errors about casts to more strictly aligned types
Derive a Default impl for Loader and use it from Loader::new()
Remove useless conversion to the same type
Remove unneeded imports
Remove needless return statement
Remove redundant closures
Express `Result.and_then(|x| Ok(y))` as `map(|x| y)`
Do not manually implement an assign operation
Remove match with a single binding
Use as_deref() instead of `.as_ref().map(String::as_str)`
Suppress warning about module inception, this is intentional here
Suppress clippy warnings about missing `# Safety` sections
Remove unnecessary clippy configurations
Suppress warning about large size difference between enum variants
Suppress warning about large size difference between enum variants
Use arr_macro to initialize the sRGB tables
Enable clippy on the CI
Use float_cmp for floating number comparisons
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]