summaryrefslogtreecommitdiffstats
path: root/src/style.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactor: TypedSPIThomas Holder2019-10-281-81/+90
|
* refactor SPIEnum: more type safetyThomas Holder2019-10-281-32/+32
| | | | | | fixes ungrouping of "font-weight:bolder" fixes "titling-caps" parsing fixes a casting error in CairoRenderContext::renderGlyphtext
* Add listeners for when shapes used by text are changed.Tavmjong Bah2019-09-061-2/+2
|
* Remove line height code and ficx coding styleJabiertxof2019-08-021-1/+1
|
* Working stateJabiertxof2019-08-021-1/+1
|
* Removing absolute unitsJabiertxof2019-08-021-1/+1
|
* Stop worinig with units switch to px. Keep discussion opengit add .git add .Jabiertxof2019-08-021-2/+2
|
* Improving things poiner in rocketrr chat to line heigt in a new branchJabiertxof2019-08-021-1/+1
|
* 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)