summaryrefslogtreecommitdiffstats
path: root/src/sp-text.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* libnrtype/Layout-TNG refactoring for better code legibilityFelipe Corrêa da Silva Sanches2017-06-101-2/+6
|
* Don't write out sodipodi:line-spacing. Don't read if 'line-height' already set.Tavmjong Bah2016-08-291-11/+4
| | | | | Partial fix for #1590141. (bzr r15085)
* Merged trunkAdrian Boguszewski2016-08-031-5/+0
|\ | | | | (bzr r14954.1.29)
| * Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-5/+0
| | | | | | (bzr r15034)
| * Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+5
| | | | | | (bzr r15027)
| * Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-5/+0
| | | | | | (bzr r15025)
* | Renamed children list in SPObjectAdrian Boguszewski2016-07-141-9/+9
| | | | | | (bzr r14954.1.21)
* | Last part of new SPObject children listAdrian Boguszewski2016-07-141-6/+6
| | | | | | (bzr r14954.1.20)
* | Second part of new SPObject children listAdrian Boguszewski2016-07-131-27/+27
|/ | | (bzr r14954.1.19)
* Use CSS 'strut' as minimum value of CSS line box height.Tavmjong Bah2016-06-011-1/+22
| | | (bzr r14935)
* Partial fix for bug 156221 ('line-height' with non-pixel scaled drawing).Tavmjong Bah2016-03-301-0/+7
| | | (bzr r14752)
* Reverting 14701.Tavmjong Bah2016-03-181-0/+9
| | | (bzr r14716.1.2)
* Fix writing of 'x' and 'y' attributes in multiline text via ↵Tavmjong Bah2016-03-181-2/+2
| | | | | sodipode:role="line". (bzr r14716)
* Add a units box to line height and wire in the style units, plus some cleanupMartin Owens2016-03-121-9/+0
| | | (bzr r14701)
* Font size in status bar should use unit from text units preference. Patch ↵Tavmjong Bah2016-02-201-1/+4
| | | | | from Tobias Ellinghaus. (bzr r14662)
* Handle units in the 'x', 'y', 'dx', and 'dy' text and tspan attributes.Tavmjong Bah2015-12-051-24/+64
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1522478 - https://launchpad.net/bugs/262528 - https://launchpad.net/bugs/168845 (bzr r14505)
* sp-text: Whitespace cleanupBryce Harrington2015-05-021-13/+13
| | | (bzr r14088)
* create SPObject factoryLiam P. White2015-02-251-14/+0
| | | (bzr r13939.1.1)
* Test implementation of 'shape-padding'.Tavmjong Bah2015-01-161-2/+15
| | | (bzr r13858)
* Start to implement SVG 2 text in a shape.Tavmjong Bah2015-01-161-5/+58
| | | (bzr r13857)
* Implement SVG 1.1 textLength and textAdjust attributes. Code from Dmitry ↵Tavmjong Bah2015-01-051-6/+60
| | | | | Kirsanov (buliabyak). (bzr r13839)
* Purge sp_desktop_namedview in favor of SPDesktop::getNamedViewLiam P. White2014-12-211-2/+2
| | | (bzr r13810)
* Implement rendering for 'context-fill' and 'context-stroke' (text not ↵Tavmjong Bah2014-12-211-3/+3
| | | | | handled yet). (bzr r13807)
* Units: make it absolutely clear that Document properties unit dropdown is ↵Johan B. C. Engelen2014-11-241-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)
* Update to trunk r13580Liam P. White2014-10-061-3/+3
|\ | | | | (bzr r13341.1.255)
| * More direct way of finding font-family in SPText::description.Tavmjong Bah2014-10-051-16/+4
| | | | | | (bzr r13579)
| * Remove NRTypePosDef class and associated cruft. More direct CSS -> Pango ↵Tavmjong Bah2014-09-291-1/+0
| | | | | | | | | | translation. (bzr r13569)
* | More direct way of finding font-family in SPText::description.Tavmjong Bah2014-10-051-13/+1
| | | | | | (bzr r13341.1.243)
* | Remove NRTypePosDef class and associated cruft. More direct CSS -> Pango ↵Tavmjong Bah2014-09-291-1/+0
| | | | | | | | | | translation. (bzr r13341.1.233)
* | Read CSS Text 3 'white-space' property, SVG 2 <text> 'width', 'height' ↵Tavmjong Bah2014-07-301-0/+30
|/ | | | | attributes. (bzr r13341.1.110)
* noop: remove commented-out code that is dangerous and should not come backJohan B. C. Engelen2014-07-281-5/+0
| | | (bzr r13475)
* refresh text objects when clipping (Bug 1339305)Alvin Penner2014-07-251-0/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1339305 (bzr r13470)
* Fixing format-security errors in text debug code.Nicolas Dufour2014-02-101-2/+2
| | | (bzr r13017)
* Fix for Bug #1265556 (plain svg export is broken for filter).Nicolas Dufour2014-01-041-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1265556 (bzr r12879)
* "fix" some "unused parameter" warningsKris De Gussem2013-10-281-1/+1
| | | (bzr r12738)
* Added some consts.Markus Engel2013-10-261-4/+4
| | | (bzr r12729)
* Units: stop newing Unit objects. pass around pointers to "undeletable" Unit ↵Johan B. C. Engelen2013-10-121-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)
* Comprehensive fix for the issues with disappearing filtered objects.Krzysztof Kosi??ski2013-10-011-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)
* on hiding, texts must _clearFlow to release arena items, otherwise they leakbuliabyak2013-09-281-1/+6
| | | (bzr r12608)
* change names for displayName and detailedDescription, improve char code and ↵Martin Owens2013-09-241-1/+1
| | | | | remove const. (bzr r12584)
* Merge from trunk.Matthew Petroff2013-09-201-201/+146
|\ | | | | (bzr r12475.1.29)
| * Refactor status-bar text for multiple items, was very brokenMartin Owens2013-09-201-2/+5
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1199192 (bzr r12550)
| * Merged from trunk (r12488).Markus Engel2013-08-301-4/+3
| |\ | | | | | | (bzr r11608.1.120)
| * | Removed placement news / explicit destructor calls.Markus Engel2013-07-311-4/+4
| | | | | | | | | (bzr r11608.1.113)
| * | Merge Object and subclasses. Merging of SP- and C-classes complete.Markus Engel2013-04-071-2/+0
| | | | | | | | | (bzr r11608.1.86)
| * | Merged Item.Markus Engel2013-04-051-12/+10
| | | | | | | | | (bzr r11608.1.81)
| * | Merged more classes.Markus Engel2013-04-051-159/+121
| | | | | | | | | (bzr r11608.1.78)
| * | Registered classes with new factory. Hkern, Vkern and FeFuncX have to be ↵Markus Engel2013-04-021-0/+10
| | | | | | | | | | | | | | | rewritten, as they aren't real classes. (bzr r11608.1.69)
| * | Added constructors to SP classes.Markus Engel2013-04-011-4/+10
| | | | | | | | | (bzr r11608.1.67)
| * | Prepared exchange of casting macros.Markus Engel2013-03-311-0/+1
| | | | | | | | | (bzr r11608.1.63)