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-OutIter.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix partialy issue 425 (the highlight part not new line one) https://gitlab.c...
Jabier Arraiza
2019-09-19
1
-5
/
+6
*
Fix cursor postion when text is laid out using 'x' and 'y' attributes.
Tavmjong Bah
2019-09-18
1
-20
/
+66
*
Fix crash when overflowing flowed text
Marc Jeanmougin
2019-09-12
1
-1
/
+1
*
More improvements to line height.
Jabier Arraiza
2019-09-07
1
-2
/
+4
*
Adds out of bound check for selecting text on path
Nathan Lee
2019-05-03
1
-1
/
+3
*
Refer to correct array index in chunkAnchorPoint
Nathan Lee
2019-05-03
1
-3
/
+3
*
out-of-bounds access on Enter-up-left in new text field
Trevor Spiteri
2019-01-15
1
-1
/
+1
*
out-of-bounds access on Enter-up-down in new text field
Trevor Spiteri
2019-01-15
1
-1
/
+4
*
out-of-bounds access on clicking at end of text field
Trevor Spiteri
2019-01-15
1
-1
/
+4
*
out-of-bounds access on Enter in new text field
Trevor Spiteri
2019-01-15
1
-0
/
+2
*
modernize loops
Marc Jeanmougin
2019-01-02
1
-11
/
+11
*
Clarify licenses
Max Gaukler
2018-11-08
1
-1
/
+2
*
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
2018-06-18
1
-3
/
+3
*
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
2018-05-04
1
-3
/
+3
*
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
2018-04-29
1
-3
/
+3
*
Turn FontMetrics into a class. Add maximum ascent/descent variables.
Tavmjong Bah
2015-11-18
1
-1
/
+2
*
Implement 'text-orientation' with user interface. Update 'writing-mode', addi...
Tavmjong Bah
2015-10-28
1
-6
/
+8
*
added a check that is present in surrounding code, but not on this particular...
Marc Jeanmougin
2015-08-17
1
-1
/
+1
*
fix for bug 1391374.
Marc Jeanmougin
2015-05-08
1
-2
/
+2
*
Implement SVG 1.1 textLength and textAdjust attributes. Code from Dmitry Kirs...
Tavmjong Bah
2015-01-05
1
-11
/
+16
*
Remove unused variable.
Jon A. Cruz
2014-03-01
1
-1
/
+2
*
fix C++11 compilation. There A LOT of const_casts in this file... :-(
Johan B. C. Engelen
2013-11-12
1
-12
/
+15
*
support vertical text on path such that baseline is perpendiclar to the path ...
Veronika Irvine
2012-04-13
1
-4
/
+12
*
Implement decent snapping to text (baseline & anchor), and provide a toggle b...
Diederik van Lierop
2011-06-30
1
-0
/
+21
*
update to latest 2geom !
Johan B. C. Engelen
2011-02-02
1
-2
/
+2
*
Use correct text anchor for vertical text and when aligning or distributing
Diederik van Lierop
2009-12-28
1
-2
/
+6
*
Position of baseline anchor is now dependent of the text alignment
Diederik van Lierop
2009-12-13
1
-2
/
+27
*
gcc warning cleanup:
Felipe Corr??a da Silva Sanches
2009-02-08
1
-3
/
+3
*
More NR ==> Geom changes
Joshua L. Blocher
2008-12-28
1
-4
/
+4
*
Merge from fe-moved
Ted Gould
2008-11-21
1
-1
/
+1
*
convert almost all libnrtype to Geom::
Johan B. C. Engelen
2008-09-11
1
-73
/
+76
*
NR::Maybe => boost::optional
Johan B. C. Engelen
2008-08-05
1
-1
/
+1
*
Warning cleanup
Jon A. Cruz
2008-07-20
1
-2
/
+2
*
add parameter for going n lines up/down
bulia byak
2008-07-18
1
-16
/
+22
*
Changing the executable bit that shouldn't be there.
Ted Gould
2008-05-21
1
-0
/
+0
*
bug 189516: text selection highlight is in the wrong place for text-on-path w...
Richard Hughes
2008-02-06
1
-4
/
+5
*
Eliminate remaining sources of empty NR::Rects
MenTaLguY
2007-03-11
1
-1
/
+1
*
bug 1412504: infinite loop when moving a word to the left when already at the...
Richard Hughes
2006-02-10
1
-1
/
+1
*
moving trunk for module inkscape
MenTaLguY
2006-01-16
1
-0
/
+994