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
Commit message (
Expand
)
Author
Age
Files
Lines
*
.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 NEWS
2.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 argument
drawing-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
|
*
CONTRIBUTING.md: Note on formatting commit messages
Federico Mena Quintero
2018-06-21
1
-0
/
+28
|
*
(#292): Don't panic if we try to clip with an empty bounding box
Federico Mena Quintero
2018-06-21
2
-0
/
+17
*
|
draw_node_from_stack(): Don't use an anonymous function helper
Federico Mena Quintero
2018-06-21
1
-9
/
+10
*
|
impl Drop for AcquiredNode: Fix mutability
Federico Mena Quintero
2018-06-21
1
-1
/
+1
*
|
add_node_and_ancestors_to_stack(): Fix mutability
Federico Mena Quintero
2018-06-21
1
-1
/
+1
*
|
link.rs: Remove the with_tag() convenience function; use the primitives
Federico Mena Quintero
2018-06-21
1
-17
/
+5
*
|
Don't keep a &DrawingCtx in FilterContext; pass it around to filter render fu...
Federico Mena Quintero
2018-06-21
25
-313
/
+248
*
|
DrawingCtx.get_cr_stack() doesn't need a mutable ctx
Federico Mena Quintero
2018-06-21
1
-1
/
+1
*
|
DrawCtx is always mutable in the filter context
Federico Mena Quintero
2018-06-21
1
-1
/
+1
*
|
Clone a bbox to avoid causing a borrow
Federico Mena Quintero
2018-06-21
1
-2
/
+4
*
|
Use a RefCell for the vector of acquired nodes
Federico Mena Quintero
2018-06-21
2
-11
/
+15
*
|
Store RsvgNode in draw_ctx.acquired_nodes, not pointers to RsvgNode
Federico Mena Quintero
2018-06-21
1
-8
/
+11
*
|
Compute effects region in a way to not cause a double mutable borrow
Federico Mena Quintero
2018-06-21
1
-8
/
+10
*
|
Clone the draw_ctx's bbox so the ctx doesn't get borrowed
Federico Mena Quintero
2018-06-21
1
-1
/
+1
*
|
drawing_ctx: pass the context to the draw callback
Paolo Borelli
2018-06-21
10
-47
/
+44
*
|
bbox: remove the C export
Paolo Borelli
2018-06-21
3
-125
/
+0
*
|
wip: try to port drawing_ctx to rust
Paolo Borelli
2018-06-21
38
-1333
/
+680
|
/
*
Update NEWS
Federico Mena Quintero
2018-06-20
1
-0
/
+1
*
(#259): Make test fonts work for installed tests
Federico Mena Quintero
2018-06-20
1
-6
/
+10
*
image: remove unneeded cairo_save/restore
Paolo Borelli
2018-06-20
1
-5
/
+1
*
Update NEWS
Federico Mena Quintero
2018-06-20
1
-2
/
+10
*
with_discrete_layer(): Use IRI::get() on the IRI fields for less verbosity
Federico Mena Quintero
2018-06-19
1
-41
/
+24
*
IRI::get() - new method
Federico Mena Quintero
2018-06-19
1
-0
/
+16
*
with_discrete_layer(): No need to restore the original_cr's matrix
Federico Mena Quintero
2018-06-19
1
-2
/
+0
*
with_discrete_layer(): We know that we can go back to the original_cr; don't ...
Federico Mena Quintero
2018-06-19
1
-9
/
+7
*
with_discrete_layer(): Replace a chain of "else" with .or()
Federico Mena Quintero
2018-06-19
1
-38
/
+41
*
with_discrete_layer(): Better identify the intermediate surface and its cr
Federico Mena Quintero
2018-06-19
1
-34
/
+38
*
with_discrete_layer(): Factor out the needs_temporary_surface computation
Federico Mena Quintero
2018-06-19
1
-10
/
+5
*
with_discrete_layer(): Refactor obtaining the clip node and clip units
Federico Mena Quintero
2018-06-19
1
-19
/
+20
*
with_discrete_layer(): Don't acquire the clip_node more than once
Federico Mena Quintero
2018-06-19
1
-34
/
+16
*
with_discrete_layer(): Rename clip_uri variable
Federico Mena Quintero
2018-06-19
1
-4
/
+4
*
with_discrete_layer(): Don't bind the same variables twice
Federico Mena Quintero
2018-06-19
1
-21
/
+0
*
with_discrete_layer(): Reduce the number of times we re-get the original cr
Federico Mena Quintero
2018-06-19
1
-4
/
+5
[next]