summaryrefslogtreecommitdiffstats
path: root/src/style.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix styling breakage from r15471.Tavmjong Bah2017-02-051-2/+2
| | | (bzr r15478)
* Fix C++11 errors and warnings with g++-7Alex Valavanis2017-02-051-3/+5
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1660992 (bzr r15477)
* Merge in GSoC style dialog. (Work in progress.)Tavmjong Bah2017-02-041-80/+80
|\ | | | | (bzr r15471)
| * Merge changes from trunkkamalpreetgrewal2016-08-041-15/+1
| |\ | | | | | | (bzr r14949.1.62)
| * | Propagate changes to object tree with changes in style elementTavmjong Bah2016-07-131-80/+80
| | | | | | | | | (bzr r14949.1.46)
* | | Implement 'vector-effect' value 'non-scaling-stroke'. No GUI yet.Tavmjong Bah2016-10-191-0/+13
| | | | | | | | | (bzr r15177)
* | | Fix typo (font-variant-east_asian -> font-variant-east-asian).Tavmjong Bah2016-09-201-1/+1
| |/ |/| | | (bzr r15120)
* | Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-15/+1
| | | | | | (bzr r15034)
* | Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-1/+15
| | | | | | (bzr r15027)
* | Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-15/+1
|/ | | (bzr r15025)
* Finish fixing bug 156221 ('line-height' with non-px scaling).Tavmjong Bah2016-03-301-1/+2
| | | (bzr r14753)
* Add line-height unit selector to text toolbar.Tavmjong Bah2016-03-221-1/+2
| | | | | Remove 'm' and 'ft' non-CSS lengths. (bzr r14716.1.3)
* Reverting 14701.Tavmjong Bah2016-03-181-2/+2
| | | (bzr r14716.1.2)
* Add a units box to line height and wire in the style units, plus some cleanupMartin Owens2016-03-121-2/+2
| | | (bzr r14701)
* minor typos (mail to inkscape-translator)Yuri Chornoivan2015-12-261-2/+2
| | | (bzr r14541)
* Code cleanup. Remove/simplify some functions.Tavmjong Bah2015-11-181-1/+1
| | | (bzr r14430.1.9)
* Read/write 'dominant-baseline' property.Tavmjong Bah2015-11-181-3/+6
| | | (bzr r14430.1.6)
* Add new 'writing-mode' values, remove 'block-progression', fix a few typos.Tavmjong Bah2015-10-151-12/+15
| | | (bzr r14416)
* Protect against a NULL value for 'font-feature-settings'. "Fixes" #1502432.Tavmjong Bah2015-10-041-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1502432 (bzr r14395)
* Enable rendering of 'font-feature-settings' and 'font-variant-east-asian'.Tavmjong Bah2015-06-221-8/+34
| | | | | Requires Pango version equal or greater than 1.37.1. (bzr r14207)
* Render font variants (ligatures, postions, caps, numerics).Tavmjong Bah2015-06-211-0/+60
| | | | | Requires Pango 1.37.1. (bzr r14206)
* Add 'font-variant-xxx' to properties that should not be set on non-text ↵Tavmjong Bah2015-05-271-0/+8
| | | | | elements. (bzr r14179)
* Enable setting of 'font-variant-ligatures' (rendering waits on new Pango ↵Tavmjong Bah2015-05-181-1/+1
| | | | | library). (bzr r14162)
* GUI for font-variant-xxx, parse 'font-variant-ligatures'. This is a work in ↵Tavmjong Bah2015-05-121-1/+1
| | | | | progress. (bzr r14148)
* Start of implementing CSS 3 font variants (access to OpenType features).Tavmjong Bah2015-05-061-4/+53
| | | (bzr r14115)
* show filter usage countRaphael Rosch2015-05-051-0/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1169123 (bzr r14111)
* Shorthands are not allowed as presentation attributes.Tavmjong Bah2015-05-041-1/+9
| | | (bzr r14107)
* Revert bad commit (commited to wrong branch).Tavmjong Bah2015-05-031-8/+0
| | | (bzr r14096)
* First batchTavmjong Bah2015-05-031-0/+8
| | | (bzr r14095)
* Test implementation of 'shape-padding'.Tavmjong Bah2015-01-161-0/+1
| | | (bzr r13858)
* Read properties for SVG 2 text in a shape.Tavmjong Bah2015-01-151-0/+27
| | | (bzr r13852)
* SPStyle ref counting clean up.Tavmjong Bah2014-12-261-2/+6
| | | (bzr r13822.1.7)
* Remove sp_style_new().Tavmjong Bah2014-12-251-17/+1
| | | (bzr r13822.1.6)
* Remove sp_style_merge_from_parent() and sp_style_merge_from_dying_parent().Tavmjong Bah2014-12-251-53/+28
| | | (bzr r13822.1.5)
* Remove sp_style_write_string() and sp_style_write_difference().Tavmjong Bah2014-12-251-67/+27
| | | (bzr r13822.1.4)
* Remove sp_style_read_from_object()Tavmjong Bah2014-12-241-25/+7
| | | (bzr r13822.1.3)
* Add missing SPStyle::readFromPrefs(), remove sp_style_read_from_prefs().Tavmjong Bah2014-12-241-34/+28
| | | (bzr r13822.1.2)
* Remove sp_style_new_from_object()Tavmjong Bah2014-12-241-16/+2
| | | (bzr r13822.1.1)
* Black list some properties that shouldn't appear in default styles.Tavmjong Bah2014-11-081-2/+37
| | | (bzr r13679)
* Update to trunk r13621Liam P. White2014-10-171-3/+11
|\ | | | | (bzr r13341.1.278)
| * Post-merge cleanup.Jon A. Cruz2014-10-151-4/+5
| | | | | | (bzr r13615)
| * Merge hatch rendering code from Tomasz Boczkowski.Tavmjong Bah2014-10-141-3/+11
| |\ | | | | | | (bzr r13614)
| | * Merged src/style.cpp from svg-paints-support branchTomasz Boczkowski2014-10-141-3/+11
| | | | | | | | | (bzr r13611.1.4)
| * | Add 'white-space' CSS property (replaces deprecated xml:space).Tavmjong Bah2014-10-141-0/+10
| |/ | | | | (bzr r13612)
| * Rename 'blend-mode' property to 'mix-blend-mode' per CSS spec.Tavmjong Bah2014-08-011-5/+5
| | | | | | (bzr r13485)
| * Basic support for <solidColor> element (rendering only as a paint server).Tavmjong Bah2014-07-311-0/+23
| | | | | | (bzr r13484)
* | Warnings cleanup.Liam P. White2014-08-041-5/+5
| | | | | | (bzr r13341.1.117)
* | Fix type in 'mix-blend-mode'.Tavmjong Bah2014-08-011-1/+1
| | | | | | (bzr r13341.1.114)
* | Rename 'blend-mode' property to 'mix-blend-mode' per CSS spec.Tavmjong Bah2014-08-011-5/+5
| | | | | | (bzr r13341.1.113)
* | Read CSS Text 3 'white-space' property, SVG 2 <text> 'width', 'height' ↵Tavmjong Bah2014-07-301-0/+10
| | | | | | | | | | attributes. (bzr r13341.1.110)