index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
style.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Start of implementing CSS 3 font variants (access to OpenType features).
Tavmjong Bah
2015-05-06
1
-4
/
+53
*
show filter usage count
Raphael Rosch
2015-05-05
1
-0
/
+2
*
Shorthands are not allowed as presentation attributes.
Tavmjong Bah
2015-05-04
1
-1
/
+9
*
Revert bad commit (commited to wrong branch).
Tavmjong Bah
2015-05-03
1
-8
/
+0
*
First batch
Tavmjong Bah
2015-05-03
1
-0
/
+8
*
Test implementation of 'shape-padding'.
Tavmjong Bah
2015-01-16
1
-0
/
+1
*
Read properties for SVG 2 text in a shape.
Tavmjong Bah
2015-01-15
1
-0
/
+27
*
SPStyle ref counting clean up.
Tavmjong Bah
2014-12-26
1
-2
/
+6
*
Remove sp_style_new().
Tavmjong Bah
2014-12-25
1
-17
/
+1
*
Remove sp_style_merge_from_parent() and sp_style_merge_from_dying_parent().
Tavmjong Bah
2014-12-25
1
-53
/
+28
*
Remove sp_style_write_string() and sp_style_write_difference().
Tavmjong Bah
2014-12-25
1
-67
/
+27
*
Remove sp_style_read_from_object()
Tavmjong Bah
2014-12-24
1
-25
/
+7
*
Add missing SPStyle::readFromPrefs(), remove sp_style_read_from_prefs().
Tavmjong Bah
2014-12-24
1
-34
/
+28
*
Remove sp_style_new_from_object()
Tavmjong Bah
2014-12-24
1
-16
/
+2
*
Black list some properties that shouldn't appear in default styles.
Tavmjong Bah
2014-11-08
1
-2
/
+37
*
Update to trunk r13621
Liam P. White
2014-10-17
1
-3
/
+11
|
\
|
*
Post-merge cleanup.
Jon A. Cruz
2014-10-15
1
-4
/
+5
|
*
Merge hatch rendering code from Tomasz Boczkowski.
Tavmjong Bah
2014-10-14
1
-3
/
+11
|
|
\
|
|
*
Merged src/style.cpp from svg-paints-support branch
Tomasz Boczkowski
2014-10-14
1
-3
/
+11
|
*
|
Add 'white-space' CSS property (replaces deprecated xml:space).
Tavmjong Bah
2014-10-14
1
-0
/
+10
|
|
/
|
*
Rename 'blend-mode' property to 'mix-blend-mode' per CSS spec.
Tavmjong Bah
2014-08-01
1
-5
/
+5
|
*
Basic support for <solidColor> element (rendering only as a paint server).
Tavmjong Bah
2014-07-31
1
-0
/
+23
*
|
Warnings cleanup.
Liam P. White
2014-08-04
1
-5
/
+5
*
|
Fix type in 'mix-blend-mode'.
Tavmjong Bah
2014-08-01
1
-1
/
+1
*
|
Rename 'blend-mode' property to 'mix-blend-mode' per CSS spec.
Tavmjong Bah
2014-08-01
1
-5
/
+5
*
|
Read CSS Text 3 'white-space' property, SVG 2 <text> 'width', 'height' attrib...
Tavmjong Bah
2014-07-30
1
-0
/
+10
*
|
Merge from lp:inkscape 13477
Johan B. C. Engelen
2014-07-28
1
-11
/
+0
|
\
|
|
*
Fix placement news and calls to destructor. Fixes crash regressions #1348891,...
Liam P. White
2014-07-28
1
-11
/
+0
|
*
Proper quoting of CSS 'font-family' fallback lists.
Tavmjong Bah
2014-06-10
1
-55
/
+59
|
*
Unquote names in 'font-family' lists. Partial fix for #1029080
Tavmjong Bah
2014-05-30
1
-19
/
+33
*
|
Basic support for <solidColor> element (rendring only as a paint server).
Tavmjong Bah
2014-07-24
1
-0
/
+23
*
|
Proper quoting of CSS 'font-family' fallback lists.
Tavmjong Bah
2014-06-10
1
-55
/
+59
*
|
Unquote names in 'font-family' lists. Partial fix for #1029080
Tavmjong Bah
2014-05-30
1
-19
/
+33
|
/
*
Clean up of style code: Add default to SPIString for use with 'font-family'.
Tavmjong Bah
2014-04-28
1
-1
/
+1
*
Clean up of style code: refactor marker properties. Step 3.
Tavmjong Bah
2014-04-24
1
-22
/
+26
*
Clean up of style code, removal of SPFontStyle. Step 2.
Tavmjong Bah
2014-04-24
1
-17
/
+11
*
Clean up of style code, converting structures to C++ classes. Step 1.
Tavmjong Bah
2014-04-23
1
-4266
/
+905
*
Replaced a free() with g_free().
Markus Engel
2014-03-25
1
-1
/
+1
*
fix build warning
Kris De Gussem
2014-03-14
1
-1
/
+1
*
Reimplement global aliasing toggle as a 'shape-rendering' property
Krzysztof Kosi??ski
2014-03-13
1
-1
/
+9
*
Change stroke-dasharray and stroke-dashoffset handling to match other propert...
Tavmjong Bah
2014-03-11
1
-156
/
+79
*
Another typo...
Tavmjong Bah
2014-03-11
1
-1
/
+1
*
Update attributes unit test, expand style unit test and fix bug found.
Tavmjong Bah
2014-03-08
1
-1
/
+1
*
Fix typo in "paint-order".
Tavmjong Bah
2014-03-07
1
-1
/
+1
*
Read new SVG2 property 'paint-order'.
Tavmjong Bah
2014-02-18
1
-0
/
+199
*
New CSS blending modes (outside of filters).
Tavmjong Bah
2013-12-10
1
-0
/
+51
*
Partial fix for blocker bug 1163449: "Imported bitmap appear blurry when zoom...
Tavmjong Bah
2013-11-13
1
-4
/
+4
*
Remove duplicate if statement
David Turner
2013-10-09
1
-2
/
+0
*
leak fixes: free marker value on delete; free the return value of uri's toStr...
buliabyak
2013-09-28
1
-3
/
+15
*
Proper fix for bug 1127103 (Filter changes color when object flipped.)
Tavmjong Bah
2013-09-25
1
-3
/
+1
[next]