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