summaryrefslogtreecommitdiffstats
path: root/src/libnrtype/Layout-TNG-Compute.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Support "lang" and "xml:lang" attributes.Tavmjong Bah2019-10-011-0/+8
* Fix cursor postion when text is laid out using 'x' and 'y' attributes.Tavmjong Bah2019-09-181-0/+5
* Better check for CONTROL_CODENathan Lee2019-06-181-1/+1
* Stop crash on newline when entering rtl textNathan Lee2019-05-121-4/+2
* Fix for line positioning in wrapped multi-line text.Tavmjong Bah2019-04-151-1/+1
* Fix text rendering when Inkscape multi-line text has an empty first line.Tavmjong Bah2019-03-231-4/+38
* Fix complication when debugging enabled.Tavmjong Bah2019-03-201-3/+4
* modernize loopsMarc Jeanmougin2019-01-021-3/+3
* Fix comment.Tavmjong Bah2018-12-201-1/+1
* Prevent screen jump when 'inline-size' value is too small to display text.Tavmjong Bah2018-12-201-2/+14
* Add ability to create SVG 2 text:Tavmjong Bah2018-12-181-1/+26
* Clarify licensesMax Gaukler2018-11-081-1/+2
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-19/+19
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-3/+3
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-3/+3
* a bit more of warning cleanupFelipe Corrêa da Silva Sanches2018-03-281-1/+0
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-1/+1
* Fix baseline shift movement directionKhaled Hosny2017-10-201-1/+1
* Fix error when vertical text has 'text-orientation' value 'sideways'.Tavmjong Bah2017-09-261-1/+1
* Minor code cleanup and better handling of non-spacing marks in upright vertic...Tavmjong Bah2017-09-251-4/+17
* Improve rendering of vertical text with non-spacing marks in upright orientat...Tavmjong Bah2017-09-131-19/+42
* Fix infinite loop when rendering text inside a shape under very special condi...Tavmjong Bah2017-09-071-8/+7
* Minor code cleanup.Tavmjong Bah2017-09-061-6/+11
* Fix vertical RTL text with upright orientationKhaled Hosny2017-08-191-0/+4
* Fix RTL glyph widths in vertical orientationKhaled Hosny2017-08-191-6/+1
* Fix inverted y sign for glyph positioningKhaled Hosny2017-08-171-2/+2
* A bit more massaging of codestyle on src/libnrtype/Layout...Felipe Corrêa da Silva Sanches2017-06-101-694/+723
* Group all of the ParagraphInfo class implementationFelipe Corrêa da Silva Sanches2017-06-101-22/+16
* Disable debugging code on libnrtype Layout-TNG-Compute at compile-time.Felipe Corrêa da Silva Sanches2017-06-091-1/+5
* Prevent infinite loop when line-height is zero and text does not fit on line.Tavmjong Bah2017-01-311-4/+29
* Add font name to debugging output.Tavmjong Bah2017-01-261-0/+3
* Line space properly blank lines that have their own styling (i.e. empty tspan).Tavmjong Bah2016-12-241-3/+27
* Use CSS 'strut' as minimum value of CSS line box height.Tavmjong Bah2016-06-011-47/+29
* using cpp limits valuesMarc Jeanmougin2016-04-131-2/+3
* Set minimum line height to "strut" height per CSS. Prevent possible infinite ...Tavmjong Bah2015-12-071-31/+25
* Remove leftover assert.Tavmjong Bah2015-12-061-1/+0
* Correct line spacing for text in a shape when various font-sizes present.Tavmjong Bah2015-12-021-36/+65
* Correct position of lines in multi-line text when some lines have different f...Tavmjong Bah2015-11-301-10/+25
* Implement rendering of 'dominant-baseline' property.Tavmjong Bah2015-11-181-16/+19
* Code cleanup. Remove/simplify some functions.Tavmjong Bah2015-11-181-42/+28
* Turn FontMetrics into a class. Add maximum ascent/descent variables.Tavmjong Bah2015-11-181-1/+1
* Replace leading by more useful x-height. Use OS/2 font metrics when available.Tavmjong Bah2015-11-131-3/+3
* 'direction' is an inherited property, remove 'set' requirement.Tavmjong Bah2015-11-101-5/+4
* Rearrange code to make handling of baseline clearer.Tavmjong Bah2015-11-031-33/+23
* Vertical baseline depends on block 'text-orientation' value.Tavmjong Bah2015-11-031-8/+29
* Implement 'text-orientation' with user interface. Update 'writing-mode', addi...Tavmjong Bah2015-10-281-116/+168
* Fix position of text when 'direction' is 'rtl' (right-to-left).Tavmjong Bah2015-10-121-6/+22
* Enable rendering of 'font-feature-settings' and 'font-variant-east-asian'.Tavmjong Bah2015-06-221-1/+0
* Render font variants (ligatures, postions, caps, numerics).Tavmjong Bah2015-06-211-0/+17
* Fix warnings when tracing enabled.Tavmjong Bah2015-01-141-12/+12