summaryrefslogtreecommitdiffstats
path: root/src/style.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add new 'writing-mode' values, remove 'block-progression', fix a few typos.Tavmjong Bah2015-10-151-12/+15
* Protect against a NULL value for 'font-feature-settings'. "Fixes" #1502432.Tavmjong Bah2015-10-041-1/+1
* Enable rendering of 'font-feature-settings' and 'font-variant-east-asian'.Tavmjong Bah2015-06-221-8/+34
* Render font variants (ligatures, postions, caps, numerics).Tavmjong Bah2015-06-211-0/+60
* Add 'font-variant-xxx' to properties that should not be set on non-text eleme...Tavmjong Bah2015-05-271-0/+8
* Enable setting of 'font-variant-ligatures' (rendering waits on new Pango libr...Tavmjong Bah2015-05-181-1/+1
* GUI for font-variant-xxx, parse 'font-variant-ligatures'. This is a work in p...Tavmjong Bah2015-05-121-1/+1
* Start of implementing CSS 3 font variants (access to OpenType features).Tavmjong Bah2015-05-061-4/+53
* show filter usage countRaphael Rosch2015-05-051-0/+2
* Shorthands are not allowed as presentation attributes.Tavmjong Bah2015-05-041-1/+9
* Revert bad commit (commited to wrong branch).Tavmjong Bah2015-05-031-8/+0
* First batchTavmjong Bah2015-05-031-0/+8
* Test implementation of 'shape-padding'.Tavmjong Bah2015-01-161-0/+1
* Read properties for SVG 2 text in a shape.Tavmjong Bah2015-01-151-0/+27
* SPStyle ref counting clean up.Tavmjong Bah2014-12-261-2/+6
* Remove sp_style_new().Tavmjong Bah2014-12-251-17/+1
* Remove sp_style_merge_from_parent() and sp_style_merge_from_dying_parent().Tavmjong Bah2014-12-251-53/+28
* Remove sp_style_write_string() and sp_style_write_difference().Tavmjong Bah2014-12-251-67/+27
* Remove sp_style_read_from_object()Tavmjong Bah2014-12-241-25/+7
* Add missing SPStyle::readFromPrefs(), remove sp_style_read_from_prefs().Tavmjong Bah2014-12-241-34/+28
* Remove sp_style_new_from_object()Tavmjong Bah2014-12-241-16/+2
* Black list some properties that shouldn't appear in default styles.Tavmjong Bah2014-11-081-2/+37
* Update to trunk r13621Liam P. White2014-10-171-3/+11
|\
| * Post-merge cleanup.Jon A. Cruz2014-10-151-4/+5
| * Merge hatch rendering code from Tomasz Boczkowski.Tavmjong Bah2014-10-141-3/+11
| |\
| | * Merged src/style.cpp from svg-paints-support branchTomasz Boczkowski2014-10-141-3/+11
| * | Add 'white-space' CSS property (replaces deprecated xml:space).Tavmjong Bah2014-10-141-0/+10
| |/
| * Rename 'blend-mode' property to 'mix-blend-mode' per CSS spec.Tavmjong Bah2014-08-011-5/+5
| * Basic support for <solidColor> element (rendering only as a paint server).Tavmjong Bah2014-07-311-0/+23
* | Warnings cleanup.Liam P. White2014-08-041-5/+5
* | Fix type in 'mix-blend-mode'.Tavmjong Bah2014-08-011-1/+1
* | Rename 'blend-mode' property to 'mix-blend-mode' per CSS spec.Tavmjong Bah2014-08-011-5/+5
* | Read CSS Text 3 'white-space' property, SVG 2 <text> 'width', 'height' attrib...Tavmjong Bah2014-07-301-0/+10
* | Merge from lp:inkscape 13477Johan B. C. Engelen2014-07-281-11/+0
|\|
| * Fix placement news and calls to destructor. Fixes crash regressions #1348891,...Liam P. White2014-07-281-11/+0
| * Proper quoting of CSS 'font-family' fallback lists.Tavmjong Bah2014-06-101-55/+59
| * Unquote names in 'font-family' lists. Partial fix for #1029080Tavmjong Bah2014-05-301-19/+33
* | Basic support for <solidColor> element (rendring only as a paint server).Tavmjong Bah2014-07-241-0/+23
* | Proper quoting of CSS 'font-family' fallback lists.Tavmjong Bah2014-06-101-55/+59
* | Unquote names in 'font-family' lists. Partial fix for #1029080Tavmjong Bah2014-05-301-19/+33
|/
* Clean up of style code: Add default to SPIString for use with 'font-family'.Tavmjong Bah2014-04-281-1/+1
* Clean up of style code: refactor marker properties. Step 3.Tavmjong Bah2014-04-241-22/+26
* Clean up of style code, removal of SPFontStyle. Step 2.Tavmjong Bah2014-04-241-17/+11
* Clean up of style code, converting structures to C++ classes. Step 1.Tavmjong Bah2014-04-231-4266/+905
* Replaced a free() with g_free().Markus Engel2014-03-251-1/+1
* fix build warningKris De Gussem2014-03-141-1/+1
* Reimplement global aliasing toggle as a 'shape-rendering' propertyKrzysztof Kosi??ski2014-03-131-1/+9
* Change stroke-dasharray and stroke-dashoffset handling to match other propert...Tavmjong Bah2014-03-111-156/+79
* Another typo...Tavmjong Bah2014-03-111-1/+1
* Update attributes unit test, expand style unit test and fix bug found.Tavmjong Bah2014-03-081-1/+1