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-marker.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bgo#760180: handle the viewBox of markers correctly
Federico Mena Quintero
2016-01-07
1
-11
/
+2
*
rsvg-marker: Use the correct default marker size as specified in the spec
Federico Mena Quintero
2016-01-07
1
-1
/
+1
*
rsvg-marker: Don't try to render NULL markers
Menner
2016-01-05
1
-0
/
+3
*
bgo#685906 - Marker angles are wrong when control points of a curve are coinc...
Federico Mena Quintero
2015-12-07
1
-110
/
+414
*
marker: Resolve lazily
Benjamin Otte
2015-10-22
1
-24
/
+17
*
bgo#476507 - Marker endpoints have the wrong angle
Menner
2015-07-02
1
-9
/
+26
*
Fix shadowed variables
Federico Mena Quintero
2015-02-12
1
-3
/
+3
*
Use cairo_path_t
Christian Persch
2011-11-07
1
-34
/
+45
*
Use cairo_matrix_t
Christian Persch
2011-11-07
1
-23
/
+23
*
Use cairo_rectangle_t
Christian Persch
2011-11-07
1
-7
/
+10
*
Use cairo_path_data_type_t directly
Christian Persch
2011-11-07
1
-16
/
+22
*
Store node type separately in RsvgNode
Christian Persch
2011-09-06
1
-2
/
+2
*
[PATCH 2/3] Follow up fix of RsvgState change.
Hiroyuki Ikezoe
2010-05-02
1
-4
/
+4
*
[PATCH 1/3] RsvgState has its parent state to traverse its ancestors.
Hiroyuki Ikezoe
2010-05-02
1
-2
/
+1
*
Do not draw marker if the target element's line length is 0.
Hiroyuki Ikezoe
2010-05-01
1
-0
/
+3
*
set proper mode-line and fix indent.
Hiroyuki Ikezoe
2010-04-27
1
-54
/
+62
*
Use correct type for bpath code storage.
Emmanuel Pacaud
2007-05-01
1
-1
/
+1
*
Fix marker orientation for spline path, and add a corresponding test file.
Emmanuel Pacaud
2007-05-01
1
-22
/
+52
*
Don't clip if overflow style property is set to visible. Fix display of
Emmanuel Pacaud
2007-02-02
1
-6
/
+8
*
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
-228
/
+218
*
Factor out rsvg_get_url_string. Bug 340505.
Paolo Borelli
2006-05-03
1
-21
/
+8
*
Export RsvgHandle and RsvgHandleClass to the outside world so you can
Dom Lachowicz
2006-02-06
1
-1
/
+1
*
cleaned up vbox handling a little
Caleb Michael Moore
2005-10-24
1
-13
/
+12
*
string rtti
Caleb Michael Moore
2005-10-24
1
-2
/
+2
*
text rewrite
Caleb Michael Moore
2005-10-23
1
-13
/
+13
*
got rid of the legacy dimension system
Caleb Michael Moore
2005-10-22
1
-11
/
+2
*
late normalization of coordinates
Caleb Michael Moore
2005-10-22
1
-48
/
+50
*
colour inheritance fix
Caleb Michael Moore
2005-10-02
1
-0
/
+2
*
filters working
Caleb Michael Moore
2005-07-28
1
-3
/
+0
*
marker fix
Caleb Michael Moore
2005-07-20
1
-0
/
+3
*
consistant node children and styles
Caleb Michael Moore
2005-07-19
1
-5
/
+1
*
DOM progression of shapes
Caleb Michael Moore
2005-05-30
1
-20
/
+4
*
pserver domification
Caleb Michael Moore
2005-05-19
1
-1
/
+0
*
further DOM restructuring
Caleb Michael Moore
2005-05-16
1
-99
/
+59
*
DOM stuff
Caleb Michael Moore
2005-05-14
1
-1
/
+1
*
naming and structure changes
Caleb Michael Moore
2005-03-16
1
-12
/
+11
*
some work toward conditionals, visibility being handled properly
Dom Lachowicz
2005-03-12
1
-1
/
+1
*
markers out of backend
Caleb Michael Moore
2005-03-03
1
-0
/
+80
*
steal libart's affine code. more work toward deprecating/purging libart
Dom Lachowicz
2005-02-24
1
-9
/
+8
*
split the behemoth rsvg-shapes.c into bite size meaty chunks
Caleb Michael Moore
2005-02-11
1
-0
/
+287