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-cairo-render.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drawingctx: Remove unused variable
Benjamin Otte
2015-10-22
1
-1
/
+0
*
base: Remove old cycle detection code
Benjamin Otte
2015-10-22
1
-1
/
+0
*
rsvg: Add rsvg_acquire_node()
Benjamin Otte
2015-10-22
1
-0
/
+1
*
bgo#520654 - Support --export-id in rsvg-convert(1)
Federico Mena Quintero
2015-08-11
1
-2
/
+2
*
introspection: add many missing nullable annotations
Evan Nemerson
2014-06-10
1
-3
/
+3
*
docs: use %, #, and @ more consistently for contants, types, and args
Evan Nemerson
2014-06-10
1
-2
/
+2
*
introspection: clean up lots of warnings emitted by g-ir-scanner
Evan Nemerson
2012-06-19
1
-2
/
+2
*
Remove unused RsvgRender vfuncs
Christian Persch
2011-11-27
1
-2
/
+0
*
Use cairo image surfaces
Christian Persch
2011-11-27
1
-0
/
+1
*
Make filters render to a surface
Christian Persch
2011-11-26
1
-1
/
+1
*
Add rsvg_get_surface_of_node
Christian Persch
2011-11-26
1
-0
/
+2
*
Use cairo_matrix_t
Christian Persch
2011-11-07
1
-21
/
+10
*
Use cairo_rectangle_t
Christian Persch
2011-11-07
1
-2
/
+2
*
Add RsvgRender type checking
Christian Persch
2011-11-07
1
-1
/
+2
*
[PATCH 2/3] Follow up fix of RsvgState change.
Hiroyuki Ikezoe
2010-05-02
1
-1
/
+1
*
doc fixes.
Hiroyuki Ikezoe
2010-05-01
1
-0
/
+3
*
set proper mode-line and fix indent.
Hiroyuki Ikezoe
2010-04-30
1
-6
/
+7
*
GNOME Goal: Clean up GLib and GTK+ includes. Bug #563789
Luis Menina
2009-02-19
1
-1
/
+1
*
Feature request: rsvg_handle_get_dimensions_sub() (#555682). Patches from
Dominic Lachowicz
2008-11-22
1
-1
/
+1
*
Stop crash due to recursive references (#518640). Patch by Tom Parker
Dominic Lachowicz
2008-10-20
1
-0
/
+1
*
Make cairo render functions return a gboolean. Returns TRUE if the image
Dominic Lachowicz
2008-08-26
1
-9
/
+16
*
#539488 - migrate use of GMemChunk to GSlice, from Felix Riemann ditto
Dominic Lachowicz
2008-08-26
1
-3
/
+0
*
Bug 500787 - translation gets ignored when rendering an svg with cairo in
Bertram Felgenhauer
2008-01-19
1
-16
/
+3
*
Rendering magnified SVGs with rsvg-cairo produces blurry images (#412682)
Dom Lachowicz
2007-07-20
1
-3
/
+87
*
Fix indentation of *.h files. Running indent on them was not a good idea.
Emmanuel Pacaud
2007-01-12
1
-1
/
+1
*
Indentation fix, using: indent -kr -nut -pcs -psl -i4 -l100
Emmanuel Pacaud
2007-01-12
1
-82
/
+80
*
Committed patch from Kouhei Sutou <kou@cozmixng.org> that makes librsvg
Dom Lachowicz
2006-08-22
1
-0
/
+2
*
Document _render_sub better (bug 346964)
Dom Lachowicz
2006-07-22
1
-1
/
+3
*
don't paint surfaces with CLEAR that don't support alpha; i'm not at all happ...
Dom Lachowicz
2006-02-07
1
-5
/
+0
*
Export RsvgHandle and RsvgHandleClass to the outside world so you can
Dom Lachowicz
2006-02-06
1
-7
/
+7
*
Bug #323114; work-around for a nasty cairo bug wrt pixel dirt
Dom Lachowicz
2006-02-05
1
-0
/
+6
*
Rename rsvg_cairo_render to rsvg_handle_render_cairo, for better GObject
Dom Lachowicz
2006-02-04
1
-7
/
+7
*
update documentation - should be near 100% symbol coverage
Dom Lachowicz
2006-01-29
1
-4
/
+2
*
document new APIs
Dom Lachowicz
2006-01-14
1
-0
/
+21
*
added g_return_XXX sneeze-guards around public API
Dom Lachowicz
2006-01-11
1
-4
/
+3
*
fix build
Dom Lachowicz
2006-01-01
1
-0
/
+1
*
remove unecessary g_new0()
Dom Lachowicz
2005-11-26
1
-1
/
+2
*
bug 322489
Dom Lachowicz
2005-11-26
1
-4
/
+5
*
fancy new partial render api
Caleb Michael Moore
2005-11-26
1
-1
/
+17
*
bounding boxes and percentage fixes
Caleb Michael Moore
2005-10-21
1
-0
/
+2
*
cairo filter improvements
Caleb Michael Moore
2005-10-19
1
-52
/
+1
*
filters with cairo
Caleb Michael Moore
2005-10-18
1
-1
/
+1
*
objectBoudingBox clip paths and masks
Caleb Michael Moore
2005-10-12
1
-0
/
+56
*
(largely) implement push/pop_discrete_layer() for cairo
Dom Lachowicz
2005-08-07
1
-2
/
+4
*
Ignore rsvg-cairo and rsvg-view.
Carl Worth
2005-08-04
1
-1
/
+2
*
implement push/pop discrete layer
Dom Lachowicz
2005-08-04
1
-1
/
+1
*
reworked version of a patch from cworth - paths now render nicely via cairo
Dom Lachowicz
2005-08-04
1
-2
/
+67
*
some work toward a cairo rsvg backend
Dom Lachowicz
2005-07-31
1
-0
/
+62