index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
attributes.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-11-03
make SP_ATTRIBUTE_IS_CSS a function
Thomas Holder
1
-8
/
+9
2019-10-28
refactor: Eliminate SPIEnum::_name
Thomas Holder
1
-1
/
+4
2019-10-01
Support "lang" and "xml:lang" attributes.
Tavmjong Bah
1
-0
/
+1
2019-06-02
Fixing coding style
Jabier Arraiza
1
-1
/
+1
2019-06-02
Add popup with CSS properties
Jabier Arraiza
1
-0
/
+6
2018-12-24
sp_attribute_lookup with std::map
Thomas Holder
1
-0
/
+7
2018-11-25
Fix bug 1804946: Measurement tool is very slow when using grids
Jabier Arraiza
1
-3
/
+0
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-10-06
SPAttributeEnum typed function arguments
Thomas Holder
1
-4
/
+4
2018-09-13
Add per embed/linked SVG a DPI value
Jabiertxof
1
-0
/
+1
2018-05-31
Boiler plate stuff for 'textPath' 'side' attribute.
Tavmjong Bah
1
-0
/
+1
2018-04-23
Fix promote d
Jabier Arraiza
1
-4
/
+9
2018-04-23
Revert TAV d work for testing
Jabier Arraiza
1
-9
/
+4
2018-03-07
Promote the path 'd' attribute to a property per SVG 2. Try 2.
Tavmjong Bah
1
-4
/
+9
2018-02-18
Revert "Promote the path 'd' attribute to a property per SVG 2."
Tavmjong Bah
1
-9
/
+4
2018-02-13
Promote the path 'd' attribute to a property per SVG 2.
Tavmjong Bah
1
-4
/
+9
2017-10-16
Update properties for SVG 2 text. Partial work from Alex Roman
Tavmjong Bah
1
-1
/
+2
2017-06-22
parsing font-variation-settings (CSS Fonts Module Level 4)
Felipe CorrĂȘa da Silva Sanches
1
-0
/
+3
2017-03-20
Implement rotation via desktop to window affine.
Tavmjong Bah
1
-1
/
+0
2017-03-02
Implement arc "chord" type. (Matches Krita "chord" arc type.)
Tavmjong Bah
1
-0
/
+1
2016-10-19
Implement 'vector-effect' value 'non-scaling-stroke'. No GUI yet.
Tavmjong Bah
1
-1
/
+2
2016-10-02
Doc rotate start
Jabier Arraiza Cenoz
1
-0
/
+1
2016-06-12
Optionally sort attributes and properties into a canonical order.
Tavmjong Bah
1
-47
/
+54
2016-06-11
A little cleaning up of attributes.
Tavmjong Bah
1
-13
/
+18
2016-04-29
Backout last commit as it introduced subtle errors.
Tavmjong Bah
1
-1
/
+0
2016-04-29
SVG 2 allows 'href' without 'xlink:'. For now just read plain 'href'.
Tavmjong Bah
1
-0
/
+1
2016-01-09
Support rendering of radial gradients with the 'fr' attribute. New in SVG 2.
Tavmjong Bah
1
-0
/
+1
2015-12-21
Add option for checkerboard background.
Tavmjong Bah
1
-0
/
+1
2015-12-05
Changed from Desktop to namedview to handle multiples documents
Jabier Arraiza Cenoz
1
-0
/
+1
2015-12-02
Reorder attribute lock to better position
Jabier Arraiza Cenoz
1
-1
/
+1
2015-12-02
Add spray-origin missing atribute
Jabier Arraiza Cenoz
1
-0
/
+1
2015-12-02
Add lock to guides
Jabier Arraiza Cenoz
1
-0
/
+1
2015-10-15
Add new 'writing-mode' values, remove 'block-progression', fix a few typos.
Tavmjong Bah
1
-1
/
+1
2015-07-07
Read inkscape:color attribute on guides
Geoff Lankow
1
-0
/
+1
2015-05-06
Start of implementing CSS 3 font variants (access to OpenType features).
Tavmjong Bah
1
-5
/
+18
2015-03-06
Fix filter primitives using 'type' attribute. (Broken when 'type' attribute i...
Tavmjong Bah
1
-1
/
+1
2015-03-01
Rename <meshGradient> to <mesh>, <meshRow> to <meshrow>, <meshPatch> to <mesh...
Tavmjong Bah
1
-1
/
+1
2015-02-02
Experimental mesh smoothing code.
Tavmjong Bah
1
-0
/
+1
2015-01-15
Read properties for SVG 2 text in a shape.
Tavmjong Bah
1
-0
/
+5
2015-01-05
Implement SVG 1.1 textLength and textAdjust attributes. Code from Dmitry Kirs...
Tavmjong Bah
1
-0
/
+2
2014-10-14
Add 'white-space' CSS property (replaces deprecated xml:space).
Tavmjong Bah
1
-8
/
+23
2014-10-14
Merged hatch rendering code
Tomasz Boczkowski
1
-0
/
+5
2014-09-27
Update to experimental r13565
Liam P. White
1
-0
/
+2
2014-08-01
Rename 'blend-mode' property to 'mix-blend-mode' per CSS spec.
Tavmjong Bah
1
-1
/
+1
2014-08-01
Rename 'blend-mode' property to 'mix-blend-mode' per CSS spec.
Tavmjong Bah
1
-1
/
+1
2014-07-31
Basic support for <solidColor> element (rendering only as a paint server).
Tavmjong Bah
1
-0
/
+2
2014-07-30
Read CSS Text 3 'white-space' property, SVG 2 <text> 'width', 'height' attrib...
Tavmjong Bah
1
-8
/
+23
2014-07-24
Basic support for <solidColor> element (rendring only as a paint server).
Tavmjong Bah
1
-0
/
+2
2014-05-10
Add selection sets
Liam P. White
1
-0
/
+1
2014-03-13
Reimplement global aliasing toggle as a 'shape-rendering' property
Krzysztof Kosi??ski
1
-1
/
+0
[next]