summaryrefslogtreecommitdiffstats
path: root/src/style.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Reverting 14701.Tavmjong Bah2016-03-181-2/+2
* Add a units box to line height and wire in the style units, plus some cleanupMartin Owens2016-03-121-2/+2
* minor typos (mail to inkscape-translator)Yuri Chornoivan2015-12-261-2/+2
* Code cleanup. Remove/simplify some functions.Tavmjong Bah2015-11-181-1/+1
* Read/write 'dominant-baseline' property.Tavmjong Bah2015-11-181-3/+6
* 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