| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor: TypedSPI | Thomas Holder | 2019-10-28 | 1 | -81/+90 |
| | | |||||
| * | refactor SPIEnum: more type safety | Thomas Holder | 2019-10-28 | 1 | -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 Bah | 2019-09-06 | 1 | -2/+2 |
| | | |||||
| * | Remove line height code and ficx coding style | Jabiertxof | 2019-08-02 | 1 | -1/+1 |
| | | |||||
| * | Working state | Jabiertxof | 2019-08-02 | 1 | -1/+1 |
| | | |||||
| * | Removing absolute units | Jabiertxof | 2019-08-02 | 1 | -1/+1 |
| | | |||||
| * | Stop worinig with units switch to px. Keep discussion opengit add .git add . | Jabiertxof | 2019-08-02 | 1 | -2/+2 |
| | | |||||
| * | Improving things poiner in rocketrr chat to line heigt in a new branch | Jabiertxof | 2019-08-02 | 1 | -1/+1 |
| | | |||||
| * | Fix various minor typos | Yuri Chornoivan | 2019-07-01 | 1 | -1/+1 |
| | | |||||
| * | Add visualization of style dialog | Jabier Arraiza | 2019-06-02 | 1 | -0/+1 |
| | | |||||
| * | Allow style properties to be accessed outside | Martin Owens | 2019-02-20 | 1 | -0/+1 |
| | | |||||
| * | Finish implementation of 'text-decoration-fill' and 'text-decoration-stroke'. | Tavmjong Bah | 2018-12-12 | 1 | -0/+2 |
| | | |||||
| * | Add capability to get style rulesets as SPStyle objects | Martin Owens | 2018-11-13 | 1 | -0/+1 |
| | | |||||
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 1 | -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 Bah | 2018-11-08 | 1 | -1/+1 |
| | | |||||
| * | remove Inkscape::URI::toString | Thomas Holder | 2018-11-05 | 1 | -4/+4 |
| | | |||||
| * | SPAttributeEnum typed function arguments | Thomas Holder | 2018-10-06 | 1 | -2/+4 |
| | | |||||
| * | Removal of code but breaks gradients | Martin Owens | 2018-10-05 | 1 | -0/+4 |
| | | |||||
| * | fix 1795942 "object to path" uses outdated state | Thomas Holder | 2018-10-05 | 1 | -4/+1 |
| | | |||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -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 Bah | 2018-06-07 | 1 | -1/+1 |
| | | |||||
| * | moved libcroco, libuemf, libdepixelize to 3rdparty folder | Marc Jeanmougin | 2018-04-29 | 1 | -2/+2 |
| | | |||||
| * | Fix promote d | Jabier Arraiza | 2018-04-23 | 1 | -0/+5 |
| | | |||||
| * | Revert TAV d work for testing | Jabier Arraiza | 2018-04-23 | 1 | -5/+0 |
| | | |||||
| * | Promote the path 'd' attribute to a property per SVG 2. Try 2. | Tavmjong Bah | 2018-03-07 | 1 | -0/+5 |
| | | | | | See e88644b0 for first attempt and for comments. | ||||
| * | Revert "Promote the path 'd' attribute to a property per SVG 2." | Tavmjong Bah | 2018-02-18 | 1 | -5/+0 |
| | | | | | | | Needs further testing. This reverts commit e88644b0f3481c78a9563dbf9ee6b76ab6674583. | ||||
| * | Promote the path 'd' attribute to a property per SVG 2. | Tavmjong Bah | 2018-02-13 | 1 | -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 Roman | Tavmjong Bah | 2017-10-16 | 1 | -2/+3 |
| | | |||||
| * | Add GUI and code to implement "Line Spacing Modes". | Tavmjong Bah | 2017-08-05 | 1 | -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 Sanches | 2017-06-23 | 1 | -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 Sanches | 2017-06-22 | 1 | -0/+3 |
| | | |||||
| * | Merge in GSoC style dialog. (Work in progress.) | Tavmjong Bah | 2017-02-04 | 1 | -3/+4 |
| |\ | | | | | (bzr r15471) | ||||
| | * | Propagate changes to object tree with changes in style element | Tavmjong Bah | 2016-07-13 | 1 | -3/+4 |
| | | | | | | | (bzr r14949.1.46) | ||||
| * | | Implement 'vector-effect' value 'non-scaling-stroke'. No GUI yet. | Tavmjong Bah | 2016-10-19 | 1 | -0/+3 |
| | | | | | | | (bzr r15177) | ||||
| * | | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 2016-07-28 | 1 | -0/+1 |
| | | | | | | | (bzr r15027) | ||||
| * | | Removed unused includes, decrease compilation time | Adrian Boguszewski | 2016-07-28 | 1 | -1/+0 |
| |/ | | | (bzr r15025) | ||||
| * | Read/write 'dominant-baseline' property. | Tavmjong Bah | 2015-11-18 | 1 | -0/+2 |
| | | | | (bzr r14430.1.6) | ||||
| * | Add new 'writing-mode' values, remove 'block-progression', fix a few typos. | Tavmjong Bah | 2015-10-15 | 1 | -4/+4 |
| | | | | (bzr r14416) | ||||
| * | Render font variants (ligatures, postions, caps, numerics). | Tavmjong Bah | 2015-06-21 | 1 | -0/+6 |
| | | | | | | Requires Pango 1.37.1. (bzr r14206) | ||||
| * | Enable setting of 'font-variant-ligatures' (rendering waits on new Pango ↵ | Tavmjong Bah | 2015-05-18 | 1 | -1/+1 |
| | | | | | | library). (bzr r14162) | ||||
| * | GUI for font-variant-xxx, parse 'font-variant-ligatures'. This is a work in ↵ | Tavmjong Bah | 2015-05-12 | 1 | -1/+1 |
| | | | | | | progress. (bzr r14148) | ||||
| * | Start of implementing CSS 3 font variants (access to OpenType features). | Tavmjong Bah | 2015-05-06 | 1 | -1/+17 |
| | | | | (bzr r14115) | ||||
| * | Revert bad commit (commited to wrong branch). | Tavmjong Bah | 2015-05-03 | 1 | -18/+0 |
| | | | | (bzr r14096) | ||||
| * | First batch | Tavmjong Bah | 2015-05-03 | 1 | -0/+18 |
| | | | | (bzr r14095) | ||||
| * | Read properties for SVG 2 text in a shape. | Tavmjong Bah | 2015-01-15 | 1 | -0/+6 |
| | | | | (bzr r13852) | ||||
| * | SPStyle ref counting clean up. | Tavmjong Bah | 2014-12-26 | 1 | -2/+3 |
| | | | | (bzr r13822.1.7) | ||||
| * | Remove sp_style_new(). | Tavmjong Bah | 2014-12-25 | 1 | -2/+0 |
| | | | | (bzr r13822.1.6) | ||||
| * | Remove sp_style_merge_from_parent() and sp_style_merge_from_dying_parent(). | Tavmjong Bah | 2014-12-25 | 1 | -4/+0 |
| | | | | (bzr r13822.1.5) | ||||
| * | Remove sp_style_write_string() and sp_style_write_difference(). | Tavmjong Bah | 2014-12-25 | 1 | -14/+4 |
| | | | | (bzr r13822.1.4) | ||||
| * | Remove sp_style_new_from_object() | Tavmjong Bah | 2014-12-24 | 1 | -2/+0 |
| | | | | (bzr r13822.1.1) | ||||
