| Commit message (Expand) | Author | Files | Lines |
| 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 |
| 2015-05-18 | Enable setting of 'font-variant-ligatures' (rendering waits on new Pango libr... | Tavmjong Bah | 1 | -1/+1 |
| 2015-05-12 | GUI for font-variant-xxx, parse 'font-variant-ligatures'. This is a work in p... | Tavmjong Bah | 1 | -1/+1 |
| 2015-05-06 | Start of implementing CSS 3 font variants (access to OpenType features). | Tavmjong Bah | 1 | -4/+53 |
| 2015-05-05 | show filter usage count | Raphael Rosch | 1 | -0/+2 |
| 2015-05-04 | Shorthands are not allowed as presentation attributes. | Tavmjong Bah | 1 | -1/+9 |
| 2015-05-03 | Revert bad commit (commited to wrong branch). | Tavmjong Bah | 1 | -8/+0 |
| 2015-05-03 | First batch | Tavmjong Bah | 1 | -0/+8 |
| 2015-01-16 | Test implementation of 'shape-padding'. | Tavmjong Bah | 1 | -0/+1 |
| 2015-01-15 | Read properties for SVG 2 text in a shape. | Tavmjong Bah | 1 | -0/+27 |
| 2014-12-26 | SPStyle ref counting clean up. | Tavmjong Bah | 1 | -2/+6 |
| 2014-12-25 | Remove sp_style_new(). | Tavmjong Bah | 1 | -17/+1 |
| 2014-12-25 | Remove sp_style_merge_from_parent() and sp_style_merge_from_dying_parent(). | Tavmjong Bah | 1 | -53/+28 |
| 2014-12-25 | Remove sp_style_write_string() and sp_style_write_difference(). | Tavmjong Bah | 1 | -67/+27 |
| 2014-12-24 | Remove sp_style_read_from_object() | Tavmjong Bah | 1 | -25/+7 |
| 2014-12-24 | Add missing SPStyle::readFromPrefs(), remove sp_style_read_from_prefs(). | Tavmjong Bah | 1 | -34/+28 |
| 2014-12-24 | Remove sp_style_new_from_object() | Tavmjong Bah | 1 | -16/+2 |
| 2014-11-08 | Black list some properties that shouldn't appear in default styles. | Tavmjong Bah | 1 | -2/+37 |
| 2014-10-15 | Post-merge cleanup. | Jon A. Cruz | 1 | -4/+5 |
| 2014-10-14 | Add 'white-space' CSS property (replaces deprecated xml:space). | Tavmjong Bah | 1 | -0/+10 |
| 2014-10-14 | Merged src/style.cpp from svg-paints-support branch | Tomasz Boczkowski | 1 | -3/+11 |
| 2014-08-04 | Warnings cleanup. | Liam P. White | 1 | -5/+5 |
| 2014-08-01 | Rename 'blend-mode' property to 'mix-blend-mode' per CSS spec. | Tavmjong Bah | 1 | -5/+5 |
| 2014-08-01 | Fix type in 'mix-blend-mode'. | Tavmjong Bah | 1 | -1/+1 |
| 2014-08-01 | Rename 'blend-mode' property to 'mix-blend-mode' per CSS spec. | Tavmjong Bah | 1 | -5/+5 |
| 2014-07-31 | Basic support for <solidColor> element (rendering only as a paint server). | Tavmjong Bah | 1 | -0/+23 |
| 2014-07-30 | Read CSS Text 3 'white-space' property, SVG 2 <text> 'width', 'height' attrib... | Tavmjong Bah | 1 | -0/+10 |
| 2014-07-28 | Fix placement news and calls to destructor. Fixes crash regressions #1348891,... | Liam P. White | 1 | -11/+0 |
| 2014-07-24 | Basic support for <solidColor> element (rendring only as a paint server). | Tavmjong Bah | 1 | -0/+23 |
| 2014-06-10 | Proper quoting of CSS 'font-family' fallback lists. | Tavmjong Bah | 1 | -55/+59 |
| 2014-06-10 | Proper quoting of CSS 'font-family' fallback lists. | Tavmjong Bah | 1 | -55/+59 |
| 2014-05-30 | Unquote names in 'font-family' lists. Partial fix for #1029080 | Tavmjong Bah | 1 | -19/+33 |
| 2014-05-30 | Unquote names in 'font-family' lists. Partial fix for #1029080 | Tavmjong Bah | 1 | -19/+33 |
| 2014-04-28 | Clean up of style code: Add default to SPIString for use with 'font-family'. | Tavmjong Bah | 1 | -1/+1 |
| 2014-04-24 | Clean up of style code: refactor marker properties. Step 3. | Tavmjong Bah | 1 | -22/+26 |
| 2014-04-24 | Clean up of style code, removal of SPFontStyle. Step 2. | Tavmjong Bah | 1 | -17/+11 |
| 2014-04-23 | Clean up of style code, converting structures to C++ classes. Step 1. | Tavmjong Bah | 1 | -4266/+905 |
| 2014-03-25 | Replaced a free() with g_free(). | Markus Engel | 1 | -1/+1 |
| 2014-03-14 | fix build warning | Kris De Gussem | 1 | -1/+1 |
| 2014-03-13 | Reimplement global aliasing toggle as a 'shape-rendering' property | Krzysztof Kosi??ski | 1 | -1/+9 |
| 2014-03-11 | Change stroke-dasharray and stroke-dashoffset handling to match other propert... | Tavmjong Bah | 1 | -156/+79 |
| 2014-03-11 | Another typo... | Tavmjong Bah | 1 | -1/+1 |
| 2014-03-08 | Update attributes unit test, expand style unit test and fix bug found. | Tavmjong Bah | 1 | -1/+1 |