| Commit message (Expand) | Author | Files | Lines |
| 2018-11-05 | remove Inkscape::URI::toString | Thomas Holder | 1 | -3/+2 |
| 2018-10-06 | SPAttributeEnum typed function arguments | Thomas Holder | 1 | -5/+5 |
| 2018-10-05 | Add new style register style property for stop color and opacity | Martin Owens | 1 | -0/+3 |
| 2018-10-05 | Removal of code but breaks gradients | Martin Owens | 1 | -3/+7 |
| 2018-10-05 | fix 1795942 "object to path" uses outdated state | Thomas Holder | 1 | -0/+10 |
| 2018-10-04 | Remove old unset code which isn't used any more | Martin Owens | 1 | -161/+8 |
| 2018-10-04 | fix compiling on macOS | Thomas Holder | 1 | -1/+1 |
| 2018-10-04 | SPStyle property lookup helper class | Thomas Holder | 1 | -519/+197 |
| 2018-10-01 | Remove #include "config.h" wherever possible | Eduard Braun | 1 | -4/+0 |
| 2018-06-18 | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 1 | -143/+143 |
| 2018-06-07 | Add GUI support for 'font-variant-east-asian' property. | Tavmjong Bah | 1 | -2/+2 |
| 2018-05-14 | Misc. typos | luz.paz | 1 | -1/+1 |
| 2018-05-04 | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 1 | -1/+1 |
| 2018-04-29 | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 1 | -1/+1 |
| 2018-04-29 | moved libcroco, libuemf, libdepixelize to 3rdparty folder | Marc Jeanmougin | 1 | -1/+1 |
| 2018-04-23 | Fix promote d | Jabier Arraiza | 1 | -2/+13 |
| 2018-04-23 | Revert TAV d work for testing | Jabier Arraiza | 1 | -13/+2 |
| 2018-03-27 | Add the path 'd' property to the blacklist for default style. | Tavmjong Bah | 1 | -0/+1 |
| 2018-03-07 | Promote the path 'd' attribute to a property per SVG 2. Try 2. | Tavmjong Bah | 1 | -2/+13 |
| 2018-02-18 | Revert "Promote the path 'd' attribute to a property per SVG 2." | Tavmjong Bah | 1 | -10/+0 |
| 2018-02-13 | Promote the path 'd' attribute to a property per SVG 2. | Tavmjong Bah | 1 | -0/+10 |
| 2018-01-30 | Move classes derived from SPObject to own directory. | Tavmjong Bah | 1 | -10/+14 |
| 2018-01-08 | Misc. typos | luz.paz | 1 | -1/+1 |
| 2017-11-07 | Misc. typos | Unknown | 1 | -2/+2 |
| 2017-10-16 | Update properties for SVG 2 text. Partial work from Alex Roman | Tavmjong Bah | 1 | -3/+29 |
| 2017-10-13 | Implement !important rule handling for inline-style. Work from Jabier. | Tavmjong Bah | 1 | -1/+8 |
| 2017-08-05 | Add GUI and code to implement "Line Spacing Modes". | Tavmjong Bah | 1 | -8/+12 |
| 2017-08-02 | Do not scale font-size when set to a relative unit | Eduard Braun | 1 | -1/+1 |
| 2017-06-23 | rename SPIVariableFontAxisOrNormal => SPIFontVariationSettings and implement ... | Felipe Corrêa da Silva Sanches | 1 | -1/+1 |
| 2017-06-22 | parsing font-variation-settings (CSS Fonts Module Level 4) | Felipe Corrêa da Silva Sanches | 1 | -0/+10 |
| 2017-02-05 | Fix styling breakage from r15471. | Tavmjong Bah | 1 | -2/+2 |
| 2017-02-05 | Fix C++11 errors and warnings with g++-7 | Alex Valavanis | 1 | -3/+5 |
| 2016-10-19 | Implement 'vector-effect' value 'non-scaling-stroke'. No GUI yet. | Tavmjong Bah | 1 | -0/+13 |
| 2016-09-20 | Fix typo (font-variant-east_asian -> font-variant-east-asian). | Tavmjong Bah | 1 | -1/+1 |
| 2016-08-03 | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 1 | -15/+1 |
| 2016-07-28 | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 1 | -1/+15 |
| 2016-07-28 | Removed unused includes, decrease compilation time | Adrian Boguszewski | 1 | -15/+1 |
| 2016-07-13 | Propagate changes to object tree with changes in style element | Tavmjong Bah | 1 | -80/+80 |
| 2016-03-30 | Finish fixing bug 156221 ('line-height' with non-px scaling). | Tavmjong Bah | 1 | -1/+2 |
| 2016-03-22 | Add line-height unit selector to text toolbar. | Tavmjong Bah | 1 | -1/+2 |
| 2016-03-18 | Reverting 14701. | Tavmjong Bah | 1 | -2/+2 |
| 2016-03-12 | Add a units box to line height and wire in the style units, plus some cleanup | Martin Owens | 1 | -2/+2 |
| 2015-12-26 | minor typos (mail to inkscape-translator) | Yuri Chornoivan | 1 | -2/+2 |
| 2015-11-18 | Code cleanup. Remove/simplify some functions. | Tavmjong Bah | 1 | -1/+1 |
| 2015-11-18 | Read/write 'dominant-baseline' property. | Tavmjong Bah | 1 | -3/+6 |
| 2015-10-15 | Add new 'writing-mode' values, remove 'block-progression', fix a few typos. | Tavmjong Bah | 1 | -12/+15 |
| 2015-10-04 | Protect against a NULL value for 'font-feature-settings'. "Fixes" #1502432. | Tavmjong Bah | 1 | -1/+1 |
| 2015-06-22 | Enable rendering of 'font-feature-settings' and 'font-variant-east-asian'. | Tavmjong Bah | 1 | -8/+34 |
| 2015-06-21 | Render font variants (ligatures, postions, caps, numerics). | Tavmjong Bah | 1 | -0/+60 |
| 2015-05-27 | Add 'font-variant-xxx' to properties that should not be set on non-text eleme... | Tavmjong Bah | 1 | -0/+8 |