summaryrefslogtreecommitdiffstats
path: root/src/style-internal.h (unfollow)
Commit message (Expand)AuthorFilesLines
2019-11-21fix #521 SPIString copy constructorThomas Holder1-0/+10
2019-11-03refactor: Eliminate SPIString::value_defaultThomas Holder1-51/+16
2019-11-01fix #497 don't set 'd' style propertyThomas Holder1-1/+1
2019-10-28refactor: clean up SPI constructorsThomas Holder1-119/+44
2019-10-28refactor: Eliminate SPIEnum::_nameThomas Holder1-35/+23
2019-10-28refactor: TypedSPIThomas Holder1-1/+26
2019-10-28refactor: private SPIBase::_nameThomas Holder1-4/+8
2019-10-28refactor: Eliminate SPIEnum::enumsThomas Holder1-3/+0
2019-10-28refactor SPIEnum: more type safetyThomas Holder1-49/+40
2019-09-06Add listeners for when shapes used by text are changed.Tavmjong Bah1-0/+22
2018-11-12Explicitly stop inheritance of 'stop-color' per SVG spec.Tavmjong Bah1-2/+2
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-11-08Implement the remaining vector effects properties.Tavmjong Bah1-0/+43
2018-09-24Remove most write overrides and replace to get_value plus one generic write m...Martin Owens1-65/+24
2018-09-21Remove most write overrides and replace to get_value plus one generic write m...Martin Owens1-65/+24
2018-09-10fix nullptr bool warningThomas Holder1-1/+1
2018-08-05Fixing coding styleJabier Arraiza1-1/+1
2018-08-05Fixes pointed by TavJabier Arraiza1-6/+3
2018-08-05coding style fixesJabier Arraiza1-6/+6
2018-08-05Fixes compiling bugsJabier Arraiza1-1/+1
2018-08-05Refactor with Tav helpJabier Arraiza1-1/+5
2018-08-05Revert changesJabier Arraiza1-3/+3
2018-08-05Allow inkscape handle units and percent in dasharray and dashoffset. Add pref...Jabier Arraiza1-3/+3
2018-06-18Run clang-tidy’s modernize-pass-by-value pass.Emmanuel Gil Peyrot1-2/+3
2018-06-18Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot1-103/+31
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-44/+44
2018-06-18Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot1-178/+178
2018-06-07Add GUI support for 'font-variant-east-asian' property.Tavmjong Bah1-1/+25
2018-05-14Misc. typosluz.paz1-1/+1
2018-03-26Base LPE refactorJabier Arraiza1-1/+1
2018-03-14Fix bug in operator= for SPIFontVariableSettings.Tavmjong Bah1-0/+1
2018-03-12Fix bug that prevented changing 'font-variation-settings' setting.Tavmjong Bah1-2/+2
2018-03-10Finish implementing reading/writing 'font-variation-settings' CSS property.Tavmjong Bah1-1/+3
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-7/+11
2017-12-04Misc. typosluzpaz1-2/+2
2017-11-07Misc. typosUnknown1-3/+3
2017-10-13Implement !important rule handling for inline-style. Work from Jabier.Tavmjong Bah1-3/+39
2017-06-23rename SPIVariableFontAxisOrNormal => SPIFontVariationSettings and implement ...Felipe Corrêa da Silva Sanches1-17/+13
2017-06-22SPIVariableFontAxisOrLength: inheriting from SPIFloat instead of SPILengthFelipe Corrêa da Silva Sanches1-6/+7
2017-06-22parsing font-variation-settings (CSS Fonts Module Level 4)Felipe Corrêa da Silva Sanches1-0/+54
2017-02-07Default style source to SP_STYLE_SRC_STYLE_PROP. Only set style_src on succes...Tavmjong Bah1-2/+4
2016-07-13Propagate changes to object tree with changes in style elementTavmjong Bah1-6/+30
2016-06-11Fix a typo that spawned a lot of "unused parameter" warnings when compilingEduard Braun1-1/+1
2015-12-08Fix incorrect variable type in SPILengthOrNormal constructor.Tavmjong Bah1-1/+1
2015-12-08Fix incorrect variable type in SPILength constructor.Tavmjong Bah1-1/+1
2015-10-28Implement 'text-orientation' with user interface. Update 'writing-mode', addi...Tavmjong Bah1-1/+0
2015-06-22Enable rendering of 'font-feature-settings' and 'font-variant-east-asian'.Tavmjong Bah1-5/+5
2015-05-18Enable setting of 'font-variant-ligatures' (rendering waits on new Pango libr...Tavmjong Bah1-2/+24
2015-05-12GUI for font-variant-xxx, parse 'font-variant-ligatures'. This is a work in p...Tavmjong Bah1-0/+49
2014-12-16Read 'context-fill' and 'context-stroke' keywords.Tavmjong Bah1-6/+14