summaryrefslogtreecommitdiffstats
path: root/src/object/sp-text.cpp.orig (unfollow)
Commit message (Expand)AuthorFilesLines
2018-10-15remove sp-text.cpp.origThomas Holder1-1324/+0
2018-10-13Move some files to 'io' directory.Tavmjong Bah1-1/+1
2018-10-06SPAttributeEnum typed function argumentsThomas Holder1-1/+1
2018-08-27Fix rendering when a <tspan> has a CSS 'display' property with value 'none'.Tavmjong Bah1-0/+5
2018-06-21Ignore 'x' and 'y' attributes on SVG 2 wrapped text (except first for 'inline...Tavmjong Bah1-179/+222
2018-06-18Run clang-tidy’s modernize-use-emplace pass.Emmanuel Gil Peyrot1-1/+1
2018-06-18Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot1-2/+1
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-19/+19
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-9/+9
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-9/+9
2018-04-23Remove some documents updatesJabier Arraiza1-2/+0
2018-03-28a bit more of warning cleanupFelipe Corrêa da Silva Sanches1-1/+1
2018-03-27a few more fixes to build warnings related to libnrtypeFelipe Corrêa da Silva Sanches1-2/+2
2018-03-12Fixed more trivial typosluz.paz1-1/+1
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-0/+2
2018-01-08Misc. typosluz.paz1-1/+1
2017-11-07Misc. typosUnknown1-1/+1
2017-10-19Implement rendering for SVG 2 text with 'inline-size'. Work partially from Al...Tavmjong Bah1-0/+91
2017-10-17Allow multiple shapes in 'shape-inside' and 'shape-subtract'. Work from Alex ...Tavmjong Bah1-44/+125
2017-10-17Remove text 'width' and 'height' attributes. These were replaced by the 'inli...Tavmjong Bah1-28/+0
2017-10-01First batchMarc Jeanmougin1-26/+11
2017-09-21Remove useage of GString from sp-text.cppJan Lingscheid1-3/+3
2017-06-10libnrtype/Layout-TNG refactoring for better code legibilityFelipe Corrêa da Silva Sanches1-2/+6
2016-08-29Don't write out sodipodi:line-spacing. Don't read if 'line-height' already set.Tavmjong Bah1-11/+4
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-5/+0
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+5
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-5/+0
2016-07-14Renamed children list in SPObjectAdrian Boguszewski1-9/+9
2016-07-14Last part of new SPObject children listAdrian Boguszewski1-6/+6
2016-07-13Second part of new SPObject children listAdrian Boguszewski1-27/+27
2016-06-01Use CSS 'strut' as minimum value of CSS line box height.Tavmjong Bah1-1/+22
2016-03-30Partial fix for bug 156221 ('line-height' with non-pixel scaled drawing).Tavmjong Bah1-0/+7
2016-03-18Reverting 14701.Tavmjong Bah1-0/+9
2016-03-18Fix writing of 'x' and 'y' attributes in multiline text via sodipode:role="li...Tavmjong Bah1-2/+2
2016-03-12Add a units box to line height and wire in the style units, plus some cleanupMartin Owens1-9/+0
2016-02-20Font size in status bar should use unit from text units preference. Patch fro...Tavmjong Bah1-1/+4
2015-12-05Handle units in the 'x', 'y', 'dx', and 'dy' text and tspan attributes.Tavmjong Bah1-24/+64
2015-05-02sp-text: Whitespace cleanupBryce Harrington1-13/+13
2015-02-25create SPObject factoryLiam P. White1-14/+0
2015-01-16Test implementation of 'shape-padding'.Tavmjong Bah1-2/+15
2015-01-16Start to implement SVG 2 text in a shape.Tavmjong Bah1-5/+58
2015-01-05Implement SVG 1.1 textLength and textAdjust attributes. Code from Dmitry Kirs...Tavmjong Bah1-6/+60
2014-12-21Purge sp_desktop_namedview in favor of SPDesktop::getNamedViewLiam P. White1-2/+2
2014-12-21Implement rendering for 'context-fill' and 'context-stroke' (text not handled...Tavmjong Bah1-3/+3
2014-11-24Units: make it absolutely clear that Document properties unit dropdown is for...Johan B. C. Engelen1-1/+1
2014-10-05More direct way of finding font-family in SPText::description.Tavmjong Bah1-13/+1
2014-10-05More direct way of finding font-family in SPText::description.Tavmjong Bah1-16/+4
2014-09-29Remove NRTypePosDef class and associated cruft. More direct CSS -> Pango tran...Tavmjong Bah1-1/+0
2014-09-29Remove NRTypePosDef class and associated cruft. More direct CSS -> Pango tran...Tavmjong Bah1-1/+0
2014-07-30Read CSS Text 3 'white-space' property, SVG 2 <text> 'width', 'height' attrib...Tavmjong Bah1-0/+30