summaryrefslogtreecommitdiffstats
path: root/src/style.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* sp_attribute_lookup with std::mapThomas Holder2018-12-241-12/+3
* Fix create first selectorJabier Arraiza2018-12-221-3/+7
* Finish implementation of 'text-decoration-fill' and 'text-decoration-stroke'.Tavmjong Bah2018-12-121-0/+4
* Fix crash when SVG contains a font-face rule. Introduced by commit db722f5b79...Tavmjong Bah2018-12-051-0/+1
* Add capability to get style rulesets as SPStyle objectsMartin Owens2018-11-131-0/+11
* Explicitly stop inheritance of 'stop-color' per SVG spec.Tavmjong Bah2018-11-121-3/+3
* Clarify licensesMax Gaukler2018-11-081-1/+2
* Implement the remaining vector effects properties.Tavmjong Bah2018-11-081-1/+1
* remove Inkscape::URI::toStringThomas Holder2018-11-051-3/+2
* SPAttributeEnum typed function argumentsThomas Holder2018-10-061-5/+5
* Add new style register style property for stop color and opacityMartin Owens2018-10-051-0/+3
* Removal of code but breaks gradientsMartin Owens2018-10-051-3/+7
* fix 1795942 "object to path" uses outdated stateThomas Holder2018-10-051-0/+10
* Remove old unset code which isn't used any moreMartin Owens2018-10-041-161/+8
* fix compiling on macOSThomas Holder2018-10-041-1/+1
* SPStyle property lookup helper classThomas Holder2018-10-041-519/+197
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-4/+0
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-143/+143
* Add GUI support for 'font-variant-east-asian' property.Tavmjong Bah2018-06-071-2/+2
* Misc. typosluz.paz2018-05-141-1/+1
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-1/+1
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-1/+1
* moved libcroco, libuemf, libdepixelize to 3rdparty folderMarc Jeanmougin2018-04-291-1/+1
* Fix promote dJabier Arraiza2018-04-231-2/+13
* Revert TAV d work for testingJabier Arraiza2018-04-231-13/+2
* Add the path 'd' property to the blacklist for default style.Tavmjong Bah2018-03-271-0/+1
* Promote the path 'd' attribute to a property per SVG 2. Try 2.Tavmjong Bah2018-03-071-2/+13
* Revert "Promote the path 'd' attribute to a property per SVG 2."Tavmjong Bah2018-02-181-10/+0
* Promote the path 'd' attribute to a property per SVG 2.Tavmjong Bah2018-02-131-0/+10
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-10/+14
* Misc. typosluz.paz2018-01-081-1/+1
* Misc. typosUnknown2017-11-071-2/+2
* Update properties for SVG 2 text. Partial work from Alex RomanTavmjong Bah2017-10-161-3/+29
* Implement !important rule handling for inline-style. Work from Jabier.Tavmjong Bah2017-10-131-1/+8
* Add GUI and code to implement "Line Spacing Modes".Tavmjong Bah2017-08-051-8/+12
* Do not scale font-size when set to a relative unitEduard Braun2017-08-021-1/+1
* rename SPIVariableFontAxisOrNormal => SPIFontVariationSettings and implement ...Felipe Corrêa da Silva Sanches2017-06-231-1/+1
* parsing font-variation-settings (CSS Fonts Module Level 4)Felipe Corrêa da Silva Sanches2017-06-221-0/+10
* Fix styling breakage from r15471.Tavmjong Bah2017-02-051-2/+2
* Fix C++11 errors and warnings with g++-7Alex Valavanis2017-02-051-3/+5
* Merge in GSoC style dialog. (Work in progress.)Tavmjong Bah2017-02-041-80/+80
|\
| * Merge changes from trunkkamalpreetgrewal2016-08-041-15/+1
| |\
| * | Propagate changes to object tree with changes in style elementTavmjong Bah2016-07-131-80/+80
* | | Implement 'vector-effect' value 'non-scaling-stroke'. No GUI yet.Tavmjong Bah2016-10-191-0/+13
* | | Fix typo (font-variant-east_asian -> font-variant-east-asian).Tavmjong Bah2016-09-201-1/+1
| |/ |/|
* | Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-15/+1
* | Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-1/+15
* | Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-15/+1
|/
* Finish fixing bug 156221 ('line-height' with non-px scaling).Tavmjong Bah2016-03-301-1/+2
* Add line-height unit selector to text toolbar.Tavmjong Bah2016-03-221-1/+2