summaryrefslogtreecommitdiffstats
path: root/src/libnrtype/Layout-TNG-Output.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add check for empty text on pathNathan Lee2019-05-261-1/+2
* An a few more config.h fixesPatrick Storz2019-03-281-4/+0
* fix compilation with HAVE_CAIRO_PDF=0Thomas Holder2019-01-181-10/+0
* modernize loopsMarc Jeanmougin2019-01-021-13/+13
* Clarify licensesMax Gaukler2018-11-081-1/+2
* Misc. typosluz.paz2018-10-061-2/+2
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-0/+5
* Move global functions into SPPrintContext methods.Emmanuel Gil Peyrot2018-06-211-5/+5
* Run clang-tidy’s modernize-use-bool-literals pass.Emmanuel Gil Peyrot2018-06-181-1/+1
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-7/+7
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-6/+6
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-6/+6
* moved libcroco, libuemf, libdepixelize to 3rdparty folderMarc Jeanmougin2018-04-291-1/+1
* Update some debugging code for text layout.Tavmjong Bah2018-03-131-2/+15
* Misc. typosluzpaz2017-12-041-1/+1
* Removed all GSList occurences in .h filesMarc Jeanmougin2017-10-011-13/+5
* libnrtype/Layout-TNG refactoring for better code legibilityFelipe Corrêa da Silva Sanches2017-06-101-1/+11
* Line space properly blank lines that have their own styling (i.e. empty tspan).Tavmjong Bah2016-12-241-0/+17
* Remove the reset on the glyph tangent, it breaks text on path (bug lp:1627523)Martin Owens2016-09-301-2/+0
* Use maximum ascent and descent for glyphs to ensure that glyphs that extendTavmjong Bah2015-11-181-3/+6
* Turn FontMetrics into a class. Add maximum ascent/descent variables.Tavmjong Bah2015-11-181-6/+20
* Implement 'text-orientation' with user interface. Update 'writing-mode', addi...Tavmjong Bah2015-10-281-6/+21
* Implement SVG 1.1 textLength and textAdjust attributes. Code from Dmitry Kirs...Tavmjong Bah2015-01-051-1/+31
* Conditionally add 'semilight' due to changes in Pango 1.36.6. Curse Behdad.Tavmjong Bah2014-09-291-0/+3
* fix compiler warnings (bug #1278049 )Kris De Gussem2014-02-111-31/+15
* cppcheckKris De Gussem2013-10-061-16/+19
* Comprehensive fix for the issues with disappearing filtered objects.Krzysztof Kosi??ski2013-10-011-0/+1
* cppcheck: performanceKris De Gussem2013-09-261-7/+7
* Fix the text filter issue and revert many changes.Martin Owens2013-09-201-1/+2
* Revert some agressive changes and allow a seperate filter bbox for FER, shoul...Martin Owens2013-09-191-0/+1
* Remove setItemBounds and _item_bbox because aren't sensible, replace with bbox.Martin Owens2013-09-181-1/+0
* Move libuemf to a separate directory.Krzysztof Kosi??ski2013-08-311-1/+1
* Fix compiler warningsDavid Mathog2013-08-161-3/+3
* changes_2013_05_22a.patch:David Mathog2013-06-191-97/+227
* merge from trunk (r12209)su_v2013-03-151-1/+0
|\
| * Fix even more forward declaration tagsAlex Valavanis2013-03-151-1/+0
* | merge from trunk (r12122)su_v2013-02-131-2/+2
|\|
| * Fix for 1002757 : Regressions with new default font 'sans-serif'John Smith2013-02-021-2/+2
* | merge from trunk (r11952)su_v2012-12-131-6/+0
|\|
| * Tidy up GTK/Glib deprecation flags and drop ancient pango support (<1.24)Alex Valavanis2012-12-091-6/+0
* | initial changes to address problem of importing chunks of text into something...David Mathog2012-09-271-18/+48
* | Fixes bug #988601: omnibus patch for EMF input/output support (cross-platform)su_v2012-09-231-2/+56
|/
* Warnings. Fix for Bug #323414 (strict-aliasing rules warnings).Nicolas Dufour2012-08-091-3/+5
* Fix for 168658 : Font substitution warning dialogJohn Smith2012-07-041-0/+12
* Loop index type cleanupJon A. Cruz2012-04-161-7/+14
* support vertical text on path such that baseline is perpendiclar to the path ...Veronika Irvine2012-04-131-16/+27
* emf output. loosen the tolerance on text positioning (Bug 939688)Alvin Penner2012-02-261-1/+1
* Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis2011-12-081-1/+1
* Fix bugs in text stroke rendering and pickingKrzysztof Kosi??ski2011-09-051-1/+1
* Remove NRRect use from the extension systemKrzysztof Kosi??ski2011-08-271-3/+2