index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libnrtype
/
Layout-TNG-Output.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add check for empty text on path
Nathan Lee
2019-05-26
1
-1
/
+2
*
An a few more config.h fixes
Patrick Storz
2019-03-28
1
-4
/
+0
*
fix compilation with HAVE_CAIRO_PDF=0
Thomas Holder
2019-01-18
1
-10
/
+0
*
modernize loops
Marc Jeanmougin
2019-01-02
1
-13
/
+13
*
Clarify licenses
Max Gaukler
2018-11-08
1
-1
/
+2
*
Misc. typos
luz.paz
2018-10-06
1
-2
/
+2
*
Remove #include "config.h" wherever possible
Eduard Braun
2018-10-01
1
-0
/
+5
*
Move global functions into SPPrintContext methods.
Emmanuel Gil Peyrot
2018-06-21
1
-5
/
+5
*
Run clang-tidy’s modernize-use-bool-literals pass.
Emmanuel Gil Peyrot
2018-06-18
1
-1
/
+1
*
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
2018-06-18
1
-7
/
+7
*
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
2018-05-04
1
-6
/
+6
*
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
2018-04-29
1
-6
/
+6
*
moved libcroco, libuemf, libdepixelize to 3rdparty folder
Marc Jeanmougin
2018-04-29
1
-1
/
+1
*
Update some debugging code for text layout.
Tavmjong Bah
2018-03-13
1
-2
/
+15
*
Misc. typos
luzpaz
2017-12-04
1
-1
/
+1
*
Removed all GSList occurences in .h files
Marc Jeanmougin
2017-10-01
1
-13
/
+5
*
libnrtype/Layout-TNG refactoring for better code legibility
Felipe Corrêa da Silva Sanches
2017-06-10
1
-1
/
+11
*
Line space properly blank lines that have their own styling (i.e. empty tspan).
Tavmjong Bah
2016-12-24
1
-0
/
+17
*
Remove the reset on the glyph tangent, it breaks text on path (bug lp:1627523)
Martin Owens
2016-09-30
1
-2
/
+0
*
Use maximum ascent and descent for glyphs to ensure that glyphs that extend
Tavmjong Bah
2015-11-18
1
-3
/
+6
*
Turn FontMetrics into a class. Add maximum ascent/descent variables.
Tavmjong Bah
2015-11-18
1
-6
/
+20
*
Implement 'text-orientation' with user interface. Update 'writing-mode', addi...
Tavmjong Bah
2015-10-28
1
-6
/
+21
*
Implement SVG 1.1 textLength and textAdjust attributes. Code from Dmitry Kirs...
Tavmjong Bah
2015-01-05
1
-1
/
+31
*
Conditionally add 'semilight' due to changes in Pango 1.36.6. Curse Behdad.
Tavmjong Bah
2014-09-29
1
-0
/
+3
*
fix compiler warnings (bug #1278049 )
Kris De Gussem
2014-02-11
1
-31
/
+15
*
cppcheck
Kris De Gussem
2013-10-06
1
-16
/
+19
*
Comprehensive fix for the issues with disappearing filtered objects.
Krzysztof Kosi??ski
2013-10-01
1
-0
/
+1
*
cppcheck: performance
Kris De Gussem
2013-09-26
1
-7
/
+7
*
Fix the text filter issue and revert many changes.
Martin Owens
2013-09-20
1
-1
/
+2
*
Revert some agressive changes and allow a seperate filter bbox for FER, shoul...
Martin Owens
2013-09-19
1
-0
/
+1
*
Remove setItemBounds and _item_bbox because aren't sensible, replace with bbox.
Martin Owens
2013-09-18
1
-1
/
+0
*
Move libuemf to a separate directory.
Krzysztof Kosi??ski
2013-08-31
1
-1
/
+1
*
Fix compiler warnings
David Mathog
2013-08-16
1
-3
/
+3
*
changes_2013_05_22a.patch:
David Mathog
2013-06-19
1
-97
/
+227
*
merge from trunk (r12209)
su_v
2013-03-15
1
-1
/
+0
|
\
|
*
Fix even more forward declaration tags
Alex Valavanis
2013-03-15
1
-1
/
+0
*
|
merge from trunk (r12122)
su_v
2013-02-13
1
-2
/
+2
|
\
|
|
*
Fix for 1002757 : Regressions with new default font 'sans-serif'
John Smith
2013-02-02
1
-2
/
+2
*
|
merge from trunk (r11952)
su_v
2012-12-13
1
-6
/
+0
|
\
|
|
*
Tidy up GTK/Glib deprecation flags and drop ancient pango support (<1.24)
Alex Valavanis
2012-12-09
1
-6
/
+0
*
|
initial changes to address problem of importing chunks of text into something...
David Mathog
2012-09-27
1
-18
/
+48
*
|
Fixes bug #988601: omnibus patch for EMF input/output support (cross-platform)
su_v
2012-09-23
1
-2
/
+56
|
/
*
Warnings. Fix for Bug #323414 (strict-aliasing rules warnings).
Nicolas Dufour
2012-08-09
1
-3
/
+5
*
Fix for 168658 : Font substitution warning dialog
John Smith
2012-07-04
1
-0
/
+12
*
Loop index type cleanup
Jon A. Cruz
2012-04-16
1
-7
/
+14
*
support vertical text on path such that baseline is perpendiclar to the path ...
Veronika Irvine
2012-04-13
1
-16
/
+27
*
emf output. loosen the tolerance on text positioning (Bug 939688)
Alvin Penner
2012-02-26
1
-1
/
+1
*
Switch to top-level glib headers. Thanks to DimStar for patch
Alex Valavanis
2011-12-08
1
-1
/
+1
*
Fix bugs in text stroke rendering and picking
Krzysztof Kosi??ski
2011-09-05
1
-1
/
+1
*
Remove NRRect use from the extension system
Krzysztof Kosi??ski
2011-08-27
1
-3
/
+2
[next]