summaryrefslogtreecommitdiffstats
path: root/src/libnrtype/Layout-TNG-Input.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Refactor of prepare inner and some commentsJabiertxof2019-09-131-12/+0
* Line height fixesJabiertxof2019-09-121-0/+12
* modernize loopsMarc Jeanmougin2019-01-021-5/+5
* Clarify licensesMax Gaukler2018-11-081-1/+2
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-1/+1
* Run clang-tidy’s modernize-use-emplace pass.Emmanuel Gil Peyrot2018-06-181-1/+1
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-4/+4
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-2/+2
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-2/+2
* Remove duplicate code.Tavmjong Bah2018-03-131-106/+17
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-2/+0
* libnrtype/Layout-TNG refactoring for better code legibilityFelipe Corrêa da Silva Sanches2017-06-101-36/+77
* Implement rendering of 'dominant-baseline' property.Tavmjong Bah2015-11-181-0/+5
* Code cleanup. Remove/simplify some functions.Tavmjong Bah2015-11-181-46/+0
* Vertical baseline depends on block 'text-orientation' value.Tavmjong Bah2015-11-031-0/+5
* Simplify code after removal of 'block-progression'.Tavmjong Bah2015-10-151-16/+13
* Add new 'writing-mode' values, remove 'block-progression', fix a few typos.Tavmjong Bah2015-10-151-7/+0
* Fix position of text when 'direction' is 'rtl' (right-to-left).Tavmjong Bah2015-10-121-3/+3
* Implement SVG 1.1 textLength and textAdjust attributes. Code from Dmitry Kirs...Tavmjong Bah2015-01-051-0/+5
* SPStyle ref counting clean up.Tavmjong Bah2014-12-261-1/+1
* Clean up of style code, removal of SPFontStyle. Step 2.Tavmjong Bah2014-04-241-3/+2
* fix macro redefinition errorsJohan B. C. Engelen2014-03-211-1/+9
* cppcheck: performanceKris De Gussem2013-09-261-2/+2
* Tidy up GTK/Glib deprecation flags and drop ancient pango support (<1.24)Alex Valavanis2012-12-091-6/+0
* Change default font to a CSS valid default font (Sans -> sans-serif).Tavmjong Bah2012-05-211-1/+1
* Allow em and ex as units on font-size.Tavmjong Bah2011-07-101-1/+1
* Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis2011-06-031-1/+1
* Added/Fixed Pango font weights. Included Jon's workaround for PangoTavmjong Bah2010-04-181-8/+13
* a better truncation detection, suggested by Richard Hughesbuliabyak2010-01-071-68/+0
* utilities and UI support for identifying truncated flowtext and text-on-pathbuliabyak2009-12-211-0/+69
* Merge from fe-movedTed Gould2008-11-211-0/+8
* Merge from trunkTed Gould2008-10-311-0/+2
* Changing the executable bit that shouldn't be there.Ted Gould2008-05-211-0/+0
* Warning cleanupJon A. Cruz2007-11-101-1/+1
* bug 1652188: text-anchor:start means left even in rtlRichard Hughes2007-02-171-2/+2
* bug 1598337 / patch 1603279 by atwupack: crash deleting invisible layersRichard Hughes2006-11-271-3/+3
* bug 1602461: never use font-stretch on win32 because Pango/GDI don't support ...Richard Hughes2006-11-261-1/+5
* replace #ifdef PANGO_WEIGHT_SEMIBOLD with #if GTK_CHECK_VERSION(2,6,0), fixes...Ralf Stephan2006-06-251-1/+3
* glib-2.4 system fixes: some includes to get prototypes, some version checksRalf Stephan2006-06-251-0/+4
* bug 1495265: css fallback fonts broken on win32Richard Hughes2006-05-271-5/+40
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+270