summaryrefslogtreecommitdiffstats
path: root/src/style.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-10/+14
2018-01-08Misc. typosluz.paz1-1/+1
2017-11-07Misc. typosUnknown1-2/+2
2017-10-16Update properties for SVG 2 text. Partial work from Alex RomanTavmjong Bah1-3/+29
2017-10-13Implement !important rule handling for inline-style. Work from Jabier.Tavmjong Bah1-1/+8
2017-08-05Add GUI and code to implement "Line Spacing Modes".Tavmjong Bah1-8/+12
2017-08-02Do not scale font-size when set to a relative unitEduard Braun1-1/+1
2017-06-23rename SPIVariableFontAxisOrNormal => SPIFontVariationSettings and implement ...Felipe CorrĂȘa da Silva Sanches1-1/+1
2017-06-22parsing font-variation-settings (CSS Fonts Module Level 4)Felipe CorrĂȘa da Silva Sanches1-0/+10
2017-02-05Fix styling breakage from r15471.Tavmjong Bah1-2/+2
2017-02-05Fix C++11 errors and warnings with g++-7Alex Valavanis1-3/+5
2016-10-19Implement 'vector-effect' value 'non-scaling-stroke'. No GUI yet.Tavmjong Bah1-0/+13
2016-09-20Fix typo (font-variant-east_asian -> font-variant-east-asian).Tavmjong Bah1-1/+1
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-15/+1
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-1/+15
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-15/+1
2016-07-13Propagate changes to object tree with changes in style elementTavmjong Bah1-80/+80
2016-03-30Finish fixing bug 156221 ('line-height' with non-px scaling).Tavmjong Bah1-1/+2
2016-03-22Add line-height unit selector to text toolbar.Tavmjong Bah1-1/+2
2016-03-18Reverting 14701.Tavmjong Bah1-2/+2
2016-03-12Add a units box to line height and wire in the style units, plus some cleanupMartin Owens1-2/+2
2015-12-26minor typos (mail to inkscape-translator)Yuri Chornoivan1-2/+2
2015-11-18Code cleanup. Remove/simplify some functions.Tavmjong Bah1-1/+1
2015-11-18Read/write 'dominant-baseline' property.Tavmjong Bah1-3/+6
2015-10-15Add new 'writing-mode' values, remove 'block-progression', fix a few typos.Tavmjong Bah1-12/+15
2015-10-04Protect against a NULL value for 'font-feature-settings'. "Fixes" #1502432.Tavmjong Bah1-1/+1
2015-06-22Enable rendering of 'font-feature-settings' and 'font-variant-east-asian'.Tavmjong Bah1-8/+34
2015-06-21Render font variants (ligatures, postions, caps, numerics).Tavmjong Bah1-0/+60
2015-05-27Add 'font-variant-xxx' to properties that should not be set on non-text eleme...Tavmjong Bah1-0/+8
2015-05-18Enable setting of 'font-variant-ligatures' (rendering waits on new Pango libr...Tavmjong Bah1-1/+1
2015-05-12GUI for font-variant-xxx, parse 'font-variant-ligatures'. This is a work in p...Tavmjong Bah1-1/+1
2015-05-06Start of implementing CSS 3 font variants (access to OpenType features).Tavmjong Bah1-4/+53
2015-05-05show filter usage countRaphael Rosch1-0/+2
2015-05-04Shorthands are not allowed as presentation attributes.Tavmjong Bah1-1/+9
2015-05-03Revert bad commit (commited to wrong branch).Tavmjong Bah1-8/+0
2015-05-03First batchTavmjong Bah1-0/+8
2015-01-16Test implementation of 'shape-padding'.Tavmjong Bah1-0/+1
2015-01-15Read properties for SVG 2 text in a shape.Tavmjong Bah1-0/+27
2014-12-26SPStyle ref counting clean up.Tavmjong Bah1-2/+6
2014-12-25Remove sp_style_new().Tavmjong Bah1-17/+1
2014-12-25Remove sp_style_merge_from_parent() and sp_style_merge_from_dying_parent().Tavmjong Bah1-53/+28
2014-12-25Remove sp_style_write_string() and sp_style_write_difference().Tavmjong Bah1-67/+27
2014-12-24Remove sp_style_read_from_object()Tavmjong Bah1-25/+7
2014-12-24Add missing SPStyle::readFromPrefs(), remove sp_style_read_from_prefs().Tavmjong Bah1-34/+28
2014-12-24Remove sp_style_new_from_object()Tavmjong Bah1-16/+2
2014-11-08Black list some properties that shouldn't appear in default styles.Tavmjong Bah1-2/+37
2014-10-15Post-merge cleanup.Jon A. Cruz1-4/+5
2014-10-14Add 'white-space' CSS property (replaces deprecated xml:space).Tavmjong Bah1-0/+10
2014-10-14Merged src/style.cpp from svg-paints-support branchTomasz Boczkowski1-3/+11
2014-08-04Warnings cleanup.Liam P. White1-5/+5