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-internal.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-05-04
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
1
-2
/
+2
2018-04-29
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
1
-2
/
+2
2018-04-23
Fix promote d
Jabier Arraiza
1
-3
/
+1
2018-04-23
Revert TAV d work for testing
Jabier Arraiza
1
-1
/
+3
2018-04-21
Fixes for d promote to property
Jabier Arraiza
1
-1
/
+3
2018-03-14
Fix bug in operator= for SPIFontVariableSettings.
Tavmjong Bah
1
-2
/
+1
2018-03-13
Pango requires different 'font-variation-settints' string.
Tavmjong Bah
1
-3
/
+10
2018-03-12
CSS property 'font-variation-settings' contains comma separated value pairs.
Tavmjong Bah
1
-12
/
+15
2018-03-10
Finish implementing reading/writing 'font-variation-settings' CSS property.
Tavmjong Bah
1
-30
/
+60
2018-03-07
Promote the path 'd' attribute to a property per SVG 2. Try 2.
Tavmjong Bah
1
-3
/
+1
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-8
/
+7
2018-01-17
Fixes https://bugs.launchpad.net/inkscape/+bug/1742305 (ungrouping can lose g...
Marc Jeanmougin
1
-0
/
+1
2018-01-08
Misc. typos
luz.paz
1
-1
/
+1
2017-10-13
Implement !important rule handling for inline-style. Work from Jabier.
Tavmjong Bah
1
-34
/
+46
2017-06-23
Opps! I had forgotten to increment the loop counter :-P
Felipe Corrêa da Silva Sanches
1
-0
/
+1
2017-06-23
rename SPIVariableFontAxisOrNormal => SPIFontVariationSettings and implement ...
Felipe Corrêa da Silva Sanches
1
-19
/
+38
2017-06-22
silencing debug printf on SPIVariableFontAxisOrNormal
Felipe Corrêa da Silva Sanches
1
-2
/
+2
2017-06-22
SPIVariableFontAxisOrLength: inheriting from SPIFloat instead of SPILength
Felipe Corrêa da Silva Sanches
1
-8
/
+10
2017-06-22
parsing font-variation-settings (CSS Fonts Module Level 4)
Felipe Corrêa da Silva Sanches
1
-0
/
+61
2017-02-05
Fix C++11 errors and warnings with g++-7
Alex Valavanis
1
-2
/
+4
2016-09-05
Refactor == true
Shlomi Fish
1
-2
/
+2
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-6
/
+1
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-1
/
+6
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-6
/
+1
2016-07-13
Propagate changes to object tree with changes in style element
Tavmjong Bah
1
-110
/
+90
2016-06-04
Fix reading of 'stroke-dasharray' when there is a trailing blank.
Tavmjong Bah
1
-2
/
+4
2015-12-08
Fix return value for SPIEnumBits::write().
Tavmjong Bah
1
-1
/
+2
2015-05-21
patch bug 1294784
mathog
1
-0
/
+15
2015-05-18
Enable setting of 'font-variant-ligatures' (rendering waits on new Pango libr...
Tavmjong Bah
1
-0
/
+107
2015-05-16
Enable setting of 'font-variant-position' and 'font-variant-caps'. Rendering ...
Tavmjong Bah
1
-3
/
+2
2015-05-12
GUI for font-variant-xxx, parse 'font-variant-ligatures'. This is a work in p...
Tavmjong Bah
1
-0
/
+131
2014-12-16
Read 'context-fill' and 'context-stroke' keywords.
Tavmjong Bah
1
-9
/
+29
2014-10-14
Merged src/style-internal.cpp from svg-paints-support branch
Tomasz Boczkowski
1
-1
/
+5
2014-10-13
Fix "Called C++ object pointer is null"
Tavmjong Bah
1
-3
/
+12
2014-10-13
Fix: "Forming reference to null pointer"
Tavmjong Bah
1
-1
/
+10
2014-09-27
Update to experimental r13565
Liam P. White
1
-0
/
+24
2014-09-23
Fix for #1334792. Correct inheritance for 'line-height' property.
Tavmjong Bah
1
-0
/
+24
2014-09-23
Fix for #1334792. Correct inheritance for 'line-height' property.
Tavmjong Bah
1
-0
/
+24
2014-08-01
Fix for #1348385 (filtered shape losing filter on conversion)
Liam P. White
1
-1
/
+2
2014-07-22
Fixed some logic errors; clang warnings.
Markus Engel
1
-4
/
+4
2014-07-15
Warnings cleaup.
Jon A. Cruz
1
-6
/
+4
2014-07-10
Fix crash when ungrouping a group that has a filter applied to it
Diederik van Lierop
1
-2
/
+4
2014-06-10
Proper quoting of CSS 'font-family' fallback lists.
Tavmjong Bah
1
-14
/
+15
2014-06-10
Proper quoting of CSS 'font-family' fallback lists.
Tavmjong Bah
1
-14
/
+15
2014-05-30
Unquote names in 'font-family' lists. Partial fix for #1029080
Tavmjong Bah
1
-6
/
+11
2014-05-30
Unquote names in 'font-family' lists. Partial fix for #1029080
Tavmjong Bah
1
-6
/
+11
2014-05-15
Style rewrite: Unquote strings from libcroco. Fixes 1303422.
Tavmjong Bah
1
-2
/
+5
2014-05-15
Style rewrite: Unquote strings from libcroco. Fixes 1303422.
Tavmjong Bah
1
-2
/
+5
2014-05-13
Style rewrite: Prevent CSS2 'text-decoration' from overwriting CSS3 'text-dec...
Tavmjong Bah
1
-14
/
+41
2014-05-13
Style rewrite: prevent CSS2 'text-decoration' from overwriting CSS3 'text-dec...
Tavmjong Bah
1
-14
/
+41
[prev]
[next]