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
*
Add toplevel docs for librsvg_crate
wip/rust-api
Federico Mena Quintero
2019-02-18
2
-7
/
+101
*
First pass at the librsvg crate's documentation
Federico Mena Quintero
2019-02-18
1
-16
/
+167
*
LoadOptions: remove the base_url option
Federico Mena Quintero
2019-02-18
1
-7
/
+0
*
CairoRenderer: add a render_element() method
Federico Mena Quintero
2019-02-18
1
-0
/
+8
*
CairoRenderer: add a get_geometry_for_element() method
Federico Mena Quintero
2019-02-18
4
-1
/
+25
*
LoadOptions: add a read_stream() method
Federico Mena Quintero
2019-02-18
1
-1
/
+10
*
LoadOptions: add a read_file() method
Federico Mena Quintero
2019-02-18
1
-7
/
+14
*
LoadOptions: add an unimplemented read() method
Federico Mena Quintero
2019-02-18
1
-0
/
+6
*
Use libxml's structured error callback instead of vararg one
Kornel LesiĆski
2019-02-18
6
-48
/
+44
*
Don't use str.trim_left/right, use trim_start/end, bump Rust to 1.30
Federico Mena Quintero
2019-02-18
3
-4
/
+4
*
Turn most g_warnings into panics, and don't use g_warning() when built as a s...
Federico Mena Quintero
2019-02-15
4
-22
/
+26
*
rsvg_error_quark(): Port to Rust
Federico Mena Quintero
2019-02-15
4
-11
/
+15
*
librsvg_crate: Add a build.rs to find libcroco via pkg-config
Federico Mena Quintero
2019-02-15
3
-0
/
+70
*
librsvg_crate/examples/render.rs - Basic rendering example with the Rust API
Federico Mena Quintero
2019-02-15
2
-0
/
+37
*
CairoRenderer: add get_dimensions() method
Federico Mena Quintero
2019-02-15
1
-0
/
+5
*
Add a CairoRenderer and an SvgHandle::get_cairo_renderer() method
Federico Mena Quintero
2019-02-15
2
-2
/
+34
*
Handle: don't take &mut self where &self will do
Federico Mena Quintero
2019-02-15
1
-10
/
+7
*
Provide a minimal loading API in librsvg_crate
Federico Mena Quintero
2019-02-15
5
-3
/
+62
*
librsvg_crate: New crate; this will be the public Rust API for Rust programs
Federico Mena Quintero
2019-02-15
5
-0
/
+72
*
Makefile.am: Call "cargo --locked" so it won't try to update the lockfile ina...
Federico Mena Quintero
2019-02-15
1
-2
/
+2
*
Post release version bump
Federico Mena Quintero
2019-02-15
1
-1
/
+1
*
Update NEWS
2.45.5
Federico Mena Quintero
2019-02-15
1
-1
/
+10
*
doc/Makefile.am: there are no generated C sources in builddir anymore
Federico Mena Quintero
2019-02-15
1
-2
/
+1
*
(#415): Test the all the values in the RsvgError enum
Federico Mena Quintero
2019-02-15
1
-19
/
+46
*
tests/api.c: Test all the RsvgHandleFlags values
Federico Mena Quintero
2019-02-15
1
-5
/
+57
*
Register enums and flags against GType in Rust
Federico Mena Quintero
2019-02-15
6
-45
/
+120
*
README.md: Link to the other GUADEC presentation on librsvg
Federico Mena Quintero
2019-02-15
1
-2
/
+9
*
build.rs: Move the call to generate_srgb_tables() to the correct place
Federico Mena Quintero
2019-02-12
1
-3
/
+2
*
Merge branch 'alatiera/pixbuf-utils-comp' into 'master'
Federico Mena Quintero
2019-02-11
1
-0
/
+6
|
\
|
*
Update COMPILING.md
Federico Mena Quintero
2019-02-11
1
-1
/
+1
|
*
Update compiling docs for debian
Jordan Petridis
2019-02-11
1
-0
/
+6
|
/
*
Update Cargo.lock; this just adds an auto-generated comment
Federico Mena Quintero
2019-02-07
1
-0
/
+2
*
feImage: Pass the bounding boxes to render_external_image()
Federico Mena Quintero
2019-02-07
1
-10
/
+9
*
compute_effects_region(): Make into a method of NodeFilter
Federico Mena Quintero
2019-02-07
2
-70
/
+72
*
DrawingCtx: remove the surfaces_stack
Federico Mena Quintero
2019-02-07
1
-10
/
+1
*
(#409) - Fix introspection annotations for rsvg_handle_get_geometry_sub()
Federico Mena Quintero
2019-01-31
1
-2
/
+2
*
Merge branch 'revert-subclass-temporarily'
Federico Mena Quintero
2019-01-25
14
-726
/
+516
|
\
|
*
Revert the subclass branch temporarily
Federico Mena Quintero
2019-01-25
14
-726
/
+516
|
/
*
Align the function arguments in the public headers
Federico Mena Quintero
2019-01-25
4
-60
/
+94
*
Use __GTK_DOC_IGNORE__ to ignore internal macros/functions
Federico Mena Quintero
2019-01-25
2
-0
/
+11
*
rsvg.symbols: add rsvg_handle_get_geometry_sub
Federico Mena Quintero
2019-01-25
1
-0
/
+1
*
doc/Makefile.am: only scan the sources under librsvg/, not the tests as well
Federico Mena Quintero
2019-01-25
1
-1
/
+1
*
Include RsvgRectangle in the docs
Federico Mena Quintero
2019-01-25
1
-0
/
+1
*
Add docs for librsvg_version and associated variables
Federico Mena Quintero
2019-01-25
2
-1
/
+29
*
Don't try to document RsvgHandlePrivate; it doesn't exist anymore
Federico Mena Quintero
2019-01-25
1
-1
/
+0
*
Remove deprecation markers on the types, or gtk-doc won't include them
Federico Mena Quintero
2019-01-25
1
-5
/
+5
*
Try to make Docbook 5 really work...
Federico Mena Quintero
2019-01-25
3
-22
/
+17
*
Include documentation for RsvgHandle properties
Federico Mena Quintero
2019-01-25
1
-0
/
+90
*
Merge branch 'subclass'
Federico Mena Quintero
2019-01-25
14
-516
/
+726
|
\
|
*
Remove a few unused prototypes
Federico Mena Quintero
2019-01-23
1
-8
/
+0
[next]