summaryrefslogtreecommitdiffstats
path: root/src/style.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix various minor typosYuri Chornoivan2019-07-011-1/+1
|
* Add visualization of style dialogJabier Arraiza2019-06-021-0/+1
|
* Allow style properties to be accessed outsideMartin Owens2019-02-201-0/+1
|
* Finish implementation of 'text-decoration-fill' and 'text-decoration-stroke'.Tavmjong Bah2018-12-121-0/+2
|
* Add capability to get style rulesets as SPStyle objectsMartin Owens2018-11-131-0/+1
|
* Clarify licensesMax Gaukler2018-11-081-1/+2
| | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
* Implement the remaining vector effects properties.Tavmjong Bah2018-11-081-1/+1
|
* remove Inkscape::URI::toStringThomas Holder2018-11-051-4/+4
|
* SPAttributeEnum typed function argumentsThomas Holder2018-10-061-2/+4
|
* Removal of code but breaks gradientsMartin Owens2018-10-051-0/+4
|
* fix 1795942 "object to path" uses outdated stateThomas Holder2018-10-051-4/+1
|
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-11/+11
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Add GUI support for 'font-variant-east-asian' property.Tavmjong Bah2018-06-071-1/+1
|
* moved libcroco, libuemf, libdepixelize to 3rdparty folderMarc Jeanmougin2018-04-291-2/+2
|
* Fix promote dJabier Arraiza2018-04-231-0/+5
|
* Revert TAV d work for testingJabier Arraiza2018-04-231-5/+0
|
* Promote the path 'd' attribute to a property per SVG 2. Try 2.Tavmjong Bah2018-03-071-0/+5
| | | | See e88644b0 for first attempt and for comments.
* Revert "Promote the path 'd' attribute to a property per SVG 2."Tavmjong Bah2018-02-181-5/+0
| | | | | | Needs further testing. This reverts commit e88644b0f3481c78a9563dbf9ee6b76ab6674583.
* Promote the path 'd' attribute to a property per SVG 2.Tavmjong Bah2018-02-131-0/+5
| | | | | | | | | This allows 'd' to be animated via CSS animations. Due to the interactions of 'd' with LPE's, 'd' as a property is converted to 'd' as an attribute in SPPath::update. This changes the XML which causes update() to be called again (and triggers a warning). Fixing this is left to a future patch as is converting the 'd' back to a property on output.
* Update properties for SVG 2 text. Partial work from Alex RomanTavmjong Bah2017-10-161-2/+3
|
* Add GUI and code to implement "Line Spacing Modes".Tavmjong Bah2017-08-051-2/+4
| | | | | Selecting a Line Spacing Mode allows a user to quickly pick an algorithm for consistant line spacing.
* rename SPIVariableFontAxisOrNormal => SPIFontVariationSettings and implement ↵Felipe Corrêa da Silva Sanches2017-06-231-1/+1
| | | | full parsing of multiple axes and respective design-space coordiantes.
* parsing font-variation-settings (CSS Fonts Module Level 4)Felipe Corrêa da Silva Sanches2017-06-221-0/+3
|
* Merge in GSoC style dialog. (Work in progress.)Tavmjong Bah2017-02-041-3/+4
|\ | | | | (bzr r15471)
| * Propagate changes to object tree with changes in style elementTavmjong Bah2016-07-131-3/+4
| | | | | | (bzr r14949.1.46)
* | Implement 'vector-effect' value 'non-scaling-stroke'. No GUI yet.Tavmjong Bah2016-10-191-0/+3
| | | | | | (bzr r15177)
* | Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+1
| | | | | | (bzr r15027)
* | Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-1/+0
|/ | | (bzr r15025)
* Read/write 'dominant-baseline' property.Tavmjong Bah2015-11-181-0/+2
| | | (bzr r14430.1.6)
* Add new 'writing-mode' values, remove 'block-progression', fix a few typos.Tavmjong Bah2015-10-151-4/+4
| | | (bzr r14416)
* Render font variants (ligatures, postions, caps, numerics).Tavmjong Bah2015-06-211-0/+6
| | | | | Requires Pango 1.37.1. (bzr r14206)
* 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-1/+17
| | | (bzr r14115)
* Revert bad commit (commited to wrong branch).Tavmjong Bah2015-05-031-18/+0
| | | (bzr r14096)
* First batchTavmjong Bah2015-05-031-0/+18
| | | (bzr r14095)
* Read properties for SVG 2 text in a shape.Tavmjong Bah2015-01-151-0/+6
| | | (bzr r13852)
* SPStyle ref counting clean up.Tavmjong Bah2014-12-261-2/+3
| | | (bzr r13822.1.7)
* Remove sp_style_new().Tavmjong Bah2014-12-251-2/+0
| | | (bzr r13822.1.6)
* Remove sp_style_merge_from_parent() and sp_style_merge_from_dying_parent().Tavmjong Bah2014-12-251-4/+0
| | | (bzr r13822.1.5)
* Remove sp_style_write_string() and sp_style_write_difference().Tavmjong Bah2014-12-251-14/+4
| | | (bzr r13822.1.4)
* Remove sp_style_new_from_object()Tavmjong Bah2014-12-241-2/+0
| | | (bzr r13822.1.1)
* Black list some properties that shouldn't appear in default styles.Tavmjong Bah2014-11-081-0/+1
| | | (bzr r13679)
* Update to trunk r13621Liam P. White2014-10-171-0/+16
|\ | | | | (bzr r13341.1.278)
| * Merge hatch rendering code from Tomasz Boczkowski.Tavmjong Bah2014-10-141-0/+16
| |\ | | | | | | (bzr r13614)
| | * Merged src/style.h from svg-paints-support branchTomasz Boczkowski2014-10-141-0/+11
| | | | | | | | | (bzr r13611.1.3)
| | * Merged src/style.h from svg-paints-support branchTomasz Boczkowski2014-10-141-0/+5
| | | | | | | | | (bzr r13611.1.2)
| * | Add 'white-space' CSS property (replaces deprecated xml:space).Tavmjong Bah2014-10-141-13/+27
| |/ | | | | (bzr r13612)
| * Rename 'blend-mode' property to 'mix-blend-mode' per CSS spec.Tavmjong Bah2014-08-011-2/+1
| | | | | | (bzr r13485)
| * Basic support for <solidColor> element (rendering only as a paint server).Tavmjong Bah2014-07-311-0/+5
| | | | | | (bzr r13484)