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
/
tests
/
api.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add new API rsvg_handle_render_element()
Federico Mena Quintero
2019-07-30
1
-2
/
+38
*
Add new API rsvg_handle_get_geometry_for_element()
Federico Mena Quintero
2019-07-30
1
-0
/
+40
*
Add new API rsvg_handle_render_document()
Federico Mena Quintero
2019-07-29
1
-0
/
+47
*
Add C version of rsvg_handle_render_layer()
Federico Mena Quintero
2019-07-29
1
-0
/
+47
*
Rename geometry_for_element -> geometry_for_layer throughout
Federico Mena Quintero
2019-07-29
1
-6
/
+6
*
rsvg-handle: take viewport as pointer for get_geometry_for_element()
Marc-André Lureau
2019-05-09
1
-2
/
+2
*
Test for rsvg_handle_get_intrinsic_dimensions() and fix a bug, damnit
Federico Mena Quintero
2019-03-27
1
-0
/
+39
*
Add API test for rsvg_handle_get_geometry_for_element()
Federico Mena Quintero
2019-03-27
1
-0
/
+41
*
Remove rsvg_handle_get_geometry_sub()
Federico Mena Quintero
2019-03-27
1
-10
/
+0
*
tests/api.c: Try to simulate how the gdk-pixbuf loader calls librsvg
Federico Mena Quintero
2019-03-06
1
-0
/
+41
*
render_to_pixbuf_at_size(): Handle a zero size by returning an empty pixbuf
Federico Mena Quintero
2019-02-26
1
-5
/
+56
*
Revert "Revert the subclass branch temporarily"
Federico Mena Quintero
2019-02-22
1
-0
/
+128
*
(#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
*
Revert the subclass branch temporarily
Federico Mena Quintero
2019-01-25
1
-128
/
+0
*
tests/api.c: Add tests for all the GObject properties in RsvgHandle
Federico Mena Quintero
2019-01-23
1
-0
/
+128
*
Fix a little bunch of leaks in the test suite
Federico Mena Quintero
2019-01-09
1
-0
/
+14
*
Test that the size_callback's destroy_notify is called if set twice
Federico Mena Quintero
2019-01-08
1
-0
/
+32
*
Add a test for rsvg_handle_set_size_callback()
Federico Mena Quintero
2019-01-08
1
-1
/
+59
*
tests: test pixbuf contents
Paolo Borelli
2018-12-28
1
-22
/
+46
*
Add some more no-op functions to the API tests
Federico Mena Quintero
2018-12-27
1
-6
/
+5
*
Remove all calls to rsvg_cleanup() since it's a no-op now
Federico Mena Quintero
2018-12-27
1
-1
/
+1
*
tests: improve dpi api unit test
Paolo Borelli
2018-12-07
1
-19
/
+14
*
Merge branch 'jsparber/librsvg-geometry'
Federico Mena Quintero
2018-11-30
1
-1
/
+11
|
\
|
*
use RsvgRectangle as out arguments for get_geometry_sub()
Julian Sparber
2018-11-28
1
-2
/
+2
|
*
handle: add new API to get node geometry
Julian Sparber
2018-11-28
1
-1
/
+11
*
|
rsvg_defs_lookup(): Do not allow looking up extern references
Federico Mena Quintero
2018-11-29
1
-0
/
+32
|
/
*
(#385): Don't crash if there is no rsvg_handle_write() before close()
Federico Mena Quintero
2018-11-27
1
-0
/
+34
*
Handle: move the base_url here
Federico Mena Quintero
2018-11-26
1
-0
/
+40
*
(#334): Preserve the cairo_t's transformation matrix during rendering
Federico Mena Quintero
2018-10-09
1
-2
/
+54
*
rsvg_handle_get_dimensions_sub() - Don't panic if we get passed a nonexistent...
Federico Mena Quintero
2018-09-25
1
-0
/
+4
*
(#309): Don't panic if rendering to a non-image surface
Federico Mena Quintero
2018-07-30
1
-0
/
+33
*
(#276) - Guard against getting a cairo_t in an error state at the toplevel API
Federico Mena Quintero
2018-06-01
1
-0
/
+27
*
Move the C part of the library to a librsvg/ subdirectory
Federico Mena Quintero
2018-02-22
1
-1
/
+1
*
Fix rsvg_handle_new_from_file() so that it will load URIs again
Federico Mena Quintero
2018-02-06
1
-0
/
+26
*
Test rsvg_handle_get_dimensions_sub() / rsvg_handle_get_position_sub()
Federico Mena Quintero
2018-02-06
1
-3
/
+27
*
Test rsvg_handle_new_with_flags() in one of the existing tests
Federico Mena Quintero
2018-02-06
1
-2
/
+1
*
Test rsvg_handle_get_pixbuf_sub()
Federico Mena Quintero
2018-02-06
1
-1
/
+26
*
Test rsvg_handle_get_pixbuf()
Federico Mena Quintero
2018-02-06
1
-4
/
+43
*
Test rsvg_handle_read_stream_sync()
Federico Mena Quintero
2018-02-06
1
-1
/
+25
*
Test rsvg_handle_new_from_stream_sync()
Federico Mena Quintero
2018-02-06
1
-1
/
+30
*
Test rsvg_handle_new_from_gfile_sync()
Federico Mena Quintero
2018-02-06
1
-1
/
+22
*
Test rsvg_handle_new_from_data()
Federico Mena Quintero
2018-02-06
1
-1
/
+21
*
Test rsvg_handle_write() / close() / free()
Federico Mena Quintero
2018-02-06
1
-5
/
+29
*
Test the auto-generated RSVG_TYPE_ERROR / RSVG_TYPE_HANDLE_FLAGS.
Federico Mena Quintero
2018-02-06
1
-3
/
+15
*
Test rsvg_error_quark()
Federico Mena Quintero
2018-02-06
1
-1
/
+7
*
Test rsvg_handle_set_dpi() / rsvg_handle_set_dpi_x_y()
Federico Mena Quintero
2018-02-06
1
-4
/
+41
*
Let us pass a specific filename to get_test_filename()
Federico Mena Quintero
2018-02-06
1
-3
/
+3
*
Test the noop functions rsvg_init(), rsvg_term(), rsvg_cleanup()
Federico Mena Quintero
2018-02-06
1
-4
/
+10
*
Test rsvg_pixbuf_from_file_at_zoom_with_max()
Federico Mena Quintero
2018-02-06
1
-5
/
+42
[next]