index
:
delta/librsvg.git
201-overhaul-attributes-parsing
205-test-for-a-certain-rust-version-at-configure-time
238-build-failure-on-ubuntu-debian
abderrahim/rst2man
akitouni/update-cargo-lock
alatiera/debian-pixbuf-loader
alatiera/debian-workaround-take-2
alatiera/debug
alatiera/fix-autoconf
alatiera/rustfmt
attribute-parsers-737
baserock/morph
bilelmoussaoui/bump-gtk-rs
bilelmoussaoui/param-spec
bilelmoussaoui/release-gtk-rs
bilelmoussaoui/update
bochecha/srcdir-builddir
cargo-c
cargo-c-msvc
darwin-check
darwin-check-2.50
drawing-ctx-wip
fix-clippy-warnings
fix-lifetime-warnings
gitlab-migration
gnome-2-0
gnome-2-0-0
gnome-2-10
gnome-2-12-branch
gnome-2-14
gnome-2-2
gnome-2-26
gnome-2-30
gnome-2-32
gnome-2-4
gnome-2-6
gnome-2-8
gnome-2-8-branch
gnome-3-2
gnome-3-6
hospitality
ignatenko/fix-build
import-rsvg-rs
improve-dep-discovery-msvc
kleisauke/librsvg-optional-man-doc
librsvg-1-0
librsvg-2-40
librsvg-2.40
librsvg-2.42
librsvg-2.43_test
librsvg-2.44
librsvg-2.46
librsvg-2.48
librsvg-2.50
librsvg-2.52
librsvg-2.54
librsvg-2.55
librsvg-2.56
main
master
meson-2022-oct
pixbuf
refactor-test-utils
remove-pangoft2-dependency
rsvg-convert-cairo-surface-support
rsvg-filters
rustc-lints
rustification
rustify-rsvg-convert
samthursfield/x11
svenfoo/remove-pangoft2-dependency
tests-for-gobject-introspection
update-msvc-doc
wip-afl-fuzz
wip-update-cssparser
wip/aruiz/rust-pixbuf-loader
wip/aruiz/rust-pixbuf-loader-c
wip/chergert/fix-macos-link
wip/css-crate
wip/dimensions-api
wip/euclid
wip/ignatenko/cssparser-0.24
wip/lantw/Makefile.am-Don't-use-non-portable-syntax
wip/lantw/allow-building-with-gettext-0.20
wip/meson
wip/otte
wip/rust-api
wip/sophie-h/avoid-time-0-1
wip/sophie-h/workspace
wip/subclass
gitlab.gnome.org: GNOME/librsvg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rsvg_internals
Commit message (
Expand
)
Author
Age
Files
Lines
*
Suppress warning about large size difference between enum variants
Sven Neumann
2020-08-25
1
-0
/
+1
*
Suppress warning about module inception, this is intentional here
Sven Neumann
2020-08-25
1
-0
/
+1
*
Suppress clippy errors about casts to more strictly aligned types
Sven Neumann
2020-08-25
2
-0
/
+5
*
Be explicit about cloning the reference in PropertyBagIter
Sven Neumann
2020-08-25
1
-1
/
+1
*
Set cairo operator from MixBlendMode property prior to painting
John Ledbetter
2020-08-25
1
-0
/
+2
*
Add mix-blend-mode CSS property definitions
John Ledbetter
2020-08-25
3
-2
/
+55
*
More pointers for newcomers
Federico Mena Quintero
2020-08-24
1
-22
/
+33
*
Documentation on how to add a new property
Federico Mena Quintero
2020-08-24
4
-8
/
+106
*
Merge branch 'svenfoo/librsvg-fix-more-clippy-warnings'
Federico Mena Quintero
2020-08-24
5
-17
/
+14
|
\
|
*
Express `Result.and_then(|x| Ok(y))` as `map(|x| y)`
Sven Neumann
2020-08-24
2
-8
/
+2
|
*
Follow naming conventions for methods taking self
Sven Neumann
2020-08-24
2
-7
/
+7
|
*
Minor style improvement suggested by clippy
Sven Neumann
2020-08-24
1
-2
/
+5
*
|
Merge branch 'svenfoo/librsvg-use-float-cmp'
Federico Mena Quintero
2020-08-24
2
-3
/
+5
|
\
\
|
*
|
Use float_cmp for floating number comparisons
Sven Neumann
2020-08-24
2
-3
/
+5
|
|
/
*
|
Change Chars::new() to take an initial text
Sven Neumann
2020-08-24
3
-17
/
+28
|
/
*
Remove PathBuilder::new and just derive(Default) for it
Federico Mena Quintero
2020-08-21
5
-31
/
+19
*
Remove obsolete comment
Federico Mena Quintero
2020-08-21
1
-1
/
+1
*
Remove lifetime annotations that can be elided
Sven Neumann
2020-08-21
1
-1
/
+1
*
Avoid calling map(f) where f is a closure that returns the unit type
Sven Neumann
2020-08-21
2
-2
/
+6
*
Avoid cloning an owned value that is going to be dropped
Sven Neumann
2020-08-21
2
-5
/
+2
*
Simplify logic in PathParser::should_break_arg_sequence()
Sven Neumann
2020-08-21
1
-5
/
+2
*
Replace find() followed by is_some() with any()
Sven Neumann
2020-08-21
1
-1
/
+1
*
Make the early return explicit instead of using Err(x)?
Sven Neumann
2020-08-21
3
-5
/
+7
*
Avoid using match for destructuring a single pattern
Dunja Lalic
2020-08-21
10
-96
/
+86
*
Avoid strict comparison of floating point values
Sven Neumann
2020-08-21
2
-3
/
+4
*
Avoid having if/else with the same body
Sven Neumann
2020-08-21
1
-3
/
+1
*
Allow many single char variable names in some places
Sven Neumann
2020-08-21
3
-0
/
+6
*
Implement Default where missing
Sven Neumann
2020-08-21
2
-0
/
+12
*
Use as_deref() instead of `.as_ref().map(String::as_str)` on an Option value
Sven Neumann
2020-08-21
3
-14
/
+8
*
Express `Result.and_then(|x| Ok(y))` as `map(|x| y)`
Sven Neumann
2020-08-21
6
-36
/
+23
*
Remove needless return statements
Sven Neumann
2020-08-21
1
-9
/
+6
*
Remove redundant imports
Sven Neumann
2020-08-21
6
-9
/
+0
*
(#609): Apply the clip node's transform in DrawingCtx.clip_to_node()
Sven Neumann
2020-08-20
1
-1
/
+6
*
(#560): Ignore missing filter definitions instead of not rendering the filter...
Federico Mena Quintero
2020-08-19
1
-7
/
+3
*
(#568): Support href and xlink:href for URL references everywhere
Federico Mena Quintero
2020-08-18
7
-18
/
+36
*
New href module to deal with xlink:href vs. href
Federico Mena Quintero
2020-08-18
2
-0
/
+50
*
Update float-cmp to 0.8
Bastien Orivel
2020-07-26
1
-1
/
+1
*
Update itertools to 0.9
Bastien Orivel
2020-07-26
1
-1
/
+1
*
benches: box_blur: Replace deprecated function
Ernestas Kulik
2020-07-22
1
-36
/
+40
*
Draw a square at origin of empty paths when linecap is a square
Bastien Orivel
2020-07-14
2
-4
/
+168
*
cargo fmt
Federico Mena Quintero
2020-06-30
2
-17
/
+29
*
Declare the 'font' shorthand for SpecifiedValues and expand it into longhands
Federico Mena Quintero
2020-06-30
2
-2
/
+66
*
Extract separate FontSpec struct from the Font::Spec variant
Federico Mena Quintero
2020-06-30
2
-24
/
+19
*
Clean up the import aliases in properties.rs
Federico Mena Quintero
2020-06-30
1
-11
/
+6
*
Replace if with match
Federico Mena Quintero
2020-06-30
1
-4
/
+4
*
Extract function to expand the marker shorthand
Federico Mena Quintero
2020-06-30
1
-15
/
+23
*
Add a couple of tests for the font shorthand parser
Federico Mena Quintero
2020-06-30
1
-0
/
+34
*
Implement parser for the "font" shorthand
Federico Mena Quintero
2020-06-30
2
-1
/
+137
*
Make LineHeight not a newtype
Federico Mena Quintero
2020-06-30
2
-35
/
+34
*
Provide an accessor to FontFamily's inner string
Federico Mena Quintero
2020-06-25
2
-1
/
+7
[next]