| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2018-01-30 | Move classes derived from SPObject to own directory. | Tavmjong Bah | 1 | -1277/+0 | |
| A lot of header clean-up. | |||||
| 2018-01-08 | Misc. typos | luz.paz | 1 | -1/+1 | |
| Found via `codespell` | |||||
| 2017-11-07 | Misc. typos | Unknown | 1 | -1/+1 | |
| Found using `codespell -q 3 -w --skip="*.svg,*.po,*.ts,./share/tutorials,./src/libavoid,./packaging/win32/languages,./man,./src/2geom" -I ../inkscape-whitelist.txt` whereby whitelist file contained: ``` dum iff glight substract te upto ``` | |||||
| 2017-10-19 | Implement rendering for SVG 2 text with 'inline-size'. Work partially from ↵ | Tavmjong Bah | 1 | -0/+91 | |
| Alex Roman. | |||||
| 2017-10-17 | Allow multiple shapes in 'shape-inside' and 'shape-subtract'. Work from Alex ↵ | Tavmjong Bah | 1 | -44/+125 | |
| Roman | |||||
| 2017-10-17 | Remove text 'width' and 'height' attributes. These were replaced by the ↵ | Tavmjong Bah | 1 | -28/+0 | |
| 'inline-size' property. | |||||
| 2017-10-01 | First batch | Marc Jeanmougin | 1 | -26/+11 | |
| 2017-09-21 | Remove useage of GString from sp-text.cpp | Jan Lingscheid | 1 | -3/+3 | |
| 2017-06-10 | libnrtype/Layout-TNG refactoring for better code legibility | Felipe Corrêa da Silva Sanches | 1 | -2/+6 | |
| 2016-08-29 | Don't write out sodipodi:line-spacing. Don't read if 'line-height' already set. | Tavmjong Bah | 1 | -11/+4 | |
| Partial fix for #1590141. (bzr r15085) | |||||
| 2016-08-03 | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 1 | -5/+0 | |
| (bzr r15034) | |||||
| 2016-07-28 | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 1 | -0/+5 | |
| (bzr r15027) | |||||
| 2016-07-28 | Removed unused includes, decrease compilation time | Adrian Boguszewski | 1 | -5/+0 | |
| (bzr r15025) | |||||
| 2016-07-14 | Renamed children list in SPObject | Adrian Boguszewski | 1 | -9/+9 | |
| (bzr r14954.1.21) | |||||
| 2016-07-14 | Last part of new SPObject children list | Adrian Boguszewski | 1 | -6/+6 | |
| (bzr r14954.1.20) | |||||
| 2016-07-13 | Second part of new SPObject children list | Adrian Boguszewski | 1 | -27/+27 | |
| (bzr r14954.1.19) | |||||
| 2016-06-01 | Use CSS 'strut' as minimum value of CSS line box height. | Tavmjong Bah | 1 | -1/+22 | |
| (bzr r14935) | |||||
| 2016-03-30 | Partial fix for bug 156221 ('line-height' with non-pixel scaled drawing). | Tavmjong Bah | 1 | -0/+7 | |
| (bzr r14752) | |||||
| 2016-03-18 | Reverting 14701. | Tavmjong Bah | 1 | -0/+9 | |
| (bzr r14716.1.2) | |||||
| 2016-03-18 | Fix writing of 'x' and 'y' attributes in multiline text via ↵ | Tavmjong Bah | 1 | -2/+2 | |
| sodipode:role="line". (bzr r14716) | |||||
| 2016-03-12 | Add a units box to line height and wire in the style units, plus some cleanup | Martin Owens | 1 | -9/+0 | |
| (bzr r14701) | |||||
| 2016-02-20 | Font size in status bar should use unit from text units preference. Patch ↵ | Tavmjong Bah | 1 | -1/+4 | |
| from Tobias Ellinghaus. (bzr r14662) | |||||
| 2015-12-05 | Handle units in the 'x', 'y', 'dx', and 'dy' text and tspan attributes. | Tavmjong Bah | 1 | -24/+64 | |
| Fixed bugs: - https://launchpad.net/bugs/1522478 - https://launchpad.net/bugs/262528 - https://launchpad.net/bugs/168845 (bzr r14505) | |||||
| 2015-05-02 | sp-text: Whitespace cleanup | Bryce Harrington | 1 | -13/+13 | |
| (bzr r14088) | |||||
| 2015-02-25 | create SPObject factory | Liam P. White | 1 | -14/+0 | |
| (bzr r13939.1.1) | |||||
| 2015-01-16 | Test implementation of 'shape-padding'. | Tavmjong Bah | 1 | -2/+15 | |
| (bzr r13858) | |||||
| 2015-01-16 | Start to implement SVG 2 text in a shape. | Tavmjong Bah | 1 | -5/+58 | |
| (bzr r13857) | |||||
| 2015-01-05 | Implement SVG 1.1 textLength and textAdjust attributes. Code from Dmitry ↵ | Tavmjong Bah | 1 | -6/+60 | |
| Kirsanov (buliabyak). (bzr r13839) | |||||
| 2014-12-21 | Purge sp_desktop_namedview in favor of SPDesktop::getNamedView | Liam P. White | 1 | -2/+2 | |
| (bzr r13810) | |||||
| 2014-12-21 | Implement rendering for 'context-fill' and 'context-stroke' (text not ↵ | Tavmjong Bah | 1 | -3/+3 | |
| handled yet). (bzr r13807) | |||||
| 2014-11-24 | Units: make it absolutely clear that Document properties unit dropdown is ↵ | Johan B. C. Engelen | 1 | -1/+1 | |
| for UI Display Units. Upon document load, calculate the units used for SVG values, if a viewbox is available. If not, default to "px" SVG units. Change all code to use either Display units OR svg units. (bzr r13751) | |||||
| 2014-10-05 | More direct way of finding font-family in SPText::description. | Tavmjong Bah | 1 | -13/+1 | |
| (bzr r13341.1.243) | |||||
| 2014-10-05 | More direct way of finding font-family in SPText::description. | Tavmjong Bah | 1 | -16/+4 | |
| (bzr r13579) | |||||
| 2014-09-29 | Remove NRTypePosDef class and associated cruft. More direct CSS -> Pango ↵ | Tavmjong Bah | 1 | -1/+0 | |
| translation. (bzr r13341.1.233) | |||||
| 2014-09-29 | Remove NRTypePosDef class and associated cruft. More direct CSS -> Pango ↵ | Tavmjong Bah | 1 | -1/+0 | |
| translation. (bzr r13569) | |||||
| 2014-07-30 | Read CSS Text 3 'white-space' property, SVG 2 <text> 'width', 'height' ↵ | Tavmjong Bah | 1 | -0/+30 | |
| attributes. (bzr r13341.1.110) | |||||
| 2014-07-28 | noop: remove commented-out code that is dangerous and should not come back | Johan B. C. Engelen | 1 | -5/+0 | |
| (bzr r13475) | |||||
| 2014-07-25 | refresh text objects when clipping (Bug 1339305) | Alvin Penner | 1 | -0/+1 | |
| Fixed bugs: - https://launchpad.net/bugs/1339305 (bzr r13470) | |||||
| 2014-02-10 | Fixing format-security errors in text debug code. | Nicolas Dufour | 1 | -2/+2 | |
| (bzr r13017) | |||||
| 2014-01-04 | Fix for Bug #1265556 (plain svg export is broken for filter). | Nicolas Dufour | 1 | -1/+1 | |
| Fixed bugs: - https://launchpad.net/bugs/1265556 (bzr r12879) | |||||
| 2013-10-28 | "fix" some "unused parameter" warnings | Kris De Gussem | 1 | -1/+1 | |
| (bzr r12738) | |||||
| 2013-10-26 | Added some consts. | Markus Engel | 1 | -4/+4 | |
| (bzr r12729) | |||||
| 2013-10-12 | Units: stop newing Unit objects. pass around pointers to "undeletable" Unit ↵ | Johan B. C. Engelen | 1 | -1/+1 | |
| objects in the UnitTable. I think we should move to using indexed units, and pass around the index of the unit in the unittable, or smth like that... ? (bzr r12679) | |||||
| 2013-10-01 | Comprehensive fix for the issues with disappearing filtered objects. | Krzysztof Kosi??ski | 1 | -7/+7 | |
| Fixes #304407 and possibly a few other bugs. Revert incorrect _item_bbox changes from r12528. Fixed bugs: - https://launchpad.net/bugs/304407 (bzr r12648) | |||||
| 2013-09-28 | on hiding, texts must _clearFlow to release arena items, otherwise they leak | buliabyak | 1 | -1/+6 | |
| (bzr r12608) | |||||
| 2013-09-24 | change names for displayName and detailedDescription, improve char code and ↵ | Martin Owens | 1 | -1/+1 | |
| remove const. (bzr r12584) | |||||
| 2013-09-20 | Refactor status-bar text for multiple items, was very broken | Martin Owens | 1 | -2/+5 | |
| Fixed bugs: - https://launchpad.net/bugs/1199192 (bzr r12550) | |||||
| 2013-09-11 | Fix document unit change for 3d boxes and (mostly) for text on path. | Matthew Petroff | 1 | -2/+9 | |
| (bzr r12475.1.12) | |||||
| 2013-08-04 | cppcheck | Kris De Gussem | 1 | -1/+1 | |
| (bzr r12467) | |||||
| 2013-07-31 | Eliminate "unit-constants.h". | Matthew Petroff | 1 | -1/+0 | |
| (bzr r12380.1.54) | |||||
