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.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-11-21
fix #521 SPIString copy constructor
Thomas Holder
1
-0
/
+10
2019-11-03
refactor: Eliminate SPIString::value_default
Thomas Holder
1
-51
/
+16
2019-11-01
fix #497 don't set 'd' style property
Thomas Holder
1
-1
/
+1
2019-10-28
refactor: clean up SPI constructors
Thomas Holder
1
-119
/
+44
2019-10-28
refactor: Eliminate SPIEnum::_name
Thomas Holder
1
-35
/
+23
2019-10-28
refactor: TypedSPI
Thomas Holder
1
-1
/
+26
2019-10-28
refactor: private SPIBase::_name
Thomas Holder
1
-4
/
+8
2019-10-28
refactor: Eliminate SPIEnum::enums
Thomas Holder
1
-3
/
+0
2019-10-28
refactor SPIEnum: more type safety
Thomas Holder
1
-49
/
+40
2019-09-06
Add listeners for when shapes used by text are changed.
Tavmjong Bah
1
-0
/
+22
2018-11-12
Explicitly stop inheritance of 'stop-color' per SVG spec.
Tavmjong Bah
1
-2
/
+2
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-11-08
Implement the remaining vector effects properties.
Tavmjong Bah
1
-0
/
+43
2018-09-24
Remove most write overrides and replace to get_value plus one generic write m...
Martin Owens
1
-65
/
+24
2018-09-21
Remove most write overrides and replace to get_value plus one generic write m...
Martin Owens
1
-65
/
+24
2018-09-10
fix nullptr bool warning
Thomas Holder
1
-1
/
+1
2018-08-05
Fixing coding style
Jabier Arraiza
1
-1
/
+1
2018-08-05
Fixes pointed by Tav
Jabier Arraiza
1
-6
/
+3
2018-08-05
coding style fixes
Jabier Arraiza
1
-6
/
+6
2018-08-05
Fixes compiling bugs
Jabier Arraiza
1
-1
/
+1
2018-08-05
Refactor with Tav help
Jabier Arraiza
1
-1
/
+5
2018-08-05
Revert changes
Jabier Arraiza
1
-3
/
+3
2018-08-05
Allow inkscape handle units and percent in dasharray and dashoffset. Add pref...
Jabier Arraiza
1
-3
/
+3
2018-06-18
Run clang-tidy’s modernize-pass-by-value pass.
Emmanuel Gil Peyrot
1
-2
/
+3
2018-06-18
Run clang-tidy’s modernize-use-equals-default pass.
Emmanuel Gil Peyrot
1
-103
/
+31
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-44
/
+44
2018-06-18
Run clang-tidy’s modernize-use-override pass.
Emmanuel Gil Peyrot
1
-178
/
+178
2018-06-07
Add GUI support for 'font-variant-east-asian' property.
Tavmjong Bah
1
-1
/
+25
2018-05-14
Misc. typos
luz.paz
1
-1
/
+1
2018-03-26
Base LPE refactor
Jabier Arraiza
1
-1
/
+1
2018-03-14
Fix bug in operator= for SPIFontVariableSettings.
Tavmjong Bah
1
-0
/
+1
2018-03-12
Fix bug that prevented changing 'font-variation-settings' setting.
Tavmjong Bah
1
-2
/
+2
2018-03-10
Finish implementing reading/writing 'font-variation-settings' CSS property.
Tavmjong Bah
1
-1
/
+3
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-7
/
+11
2017-12-04
Misc. typos
luzpaz
1
-2
/
+2
2017-11-07
Misc. typos
Unknown
1
-3
/
+3
2017-10-13
Implement !important rule handling for inline-style. Work from Jabier.
Tavmjong Bah
1
-3
/
+39
2017-06-23
rename SPIVariableFontAxisOrNormal => SPIFontVariationSettings and implement ...
Felipe Corrêa da Silva Sanches
1
-17
/
+13
2017-06-22
SPIVariableFontAxisOrLength: inheriting from SPIFloat instead of SPILength
Felipe Corrêa da Silva Sanches
1
-6
/
+7
2017-06-22
parsing font-variation-settings (CSS Fonts Module Level 4)
Felipe Corrêa da Silva Sanches
1
-0
/
+54
2017-02-07
Default style source to SP_STYLE_SRC_STYLE_PROP. Only set style_src on succes...
Tavmjong Bah
1
-2
/
+4
2016-07-13
Propagate changes to object tree with changes in style element
Tavmjong Bah
1
-6
/
+30
2016-06-11
Fix a typo that spawned a lot of "unused parameter" warnings when compiling
Eduard Braun
1
-1
/
+1
2015-12-08
Fix incorrect variable type in SPILengthOrNormal constructor.
Tavmjong Bah
1
-1
/
+1
2015-12-08
Fix incorrect variable type in SPILength constructor.
Tavmjong Bah
1
-1
/
+1
2015-10-28
Implement 'text-orientation' with user interface. Update 'writing-mode', addi...
Tavmjong Bah
1
-1
/
+0
2015-06-22
Enable rendering of 'font-feature-settings' and 'font-variant-east-asian'.
Tavmjong Bah
1
-5
/
+5
2015-05-18
Enable setting of 'font-variant-ligatures' (rendering waits on new Pango libr...
Tavmjong Bah
1
-2
/
+24
2015-05-12
GUI for font-variant-xxx, parse 'font-variant-ligatures'. This is a work in p...
Tavmjong Bah
1
-0
/
+49
2014-12-16
Read 'context-fill' and 'context-stroke' keywords.
Tavmjong Bah
1
-6
/
+14
[next]