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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Better check for CONTROL_CODE
Nathan Lee
2019-06-18
1
-1
/
+1
*
Add check for empty text on path
Nathan Lee
2019-05-26
1
-1
/
+2
*
Remove error message when SVG OpenType table is empty.
Tavmjong Bah
2019-05-14
1
-2
/
+7
*
Stop crash on newline when entering rtl text
Nathan Lee
2019-05-12
1
-4
/
+2
*
Add some documentation (Harfbuzz, OpenType SVG).
Tavmjong Bah
2019-05-07
1
-1
/
+3
*
Fix rendering for some SVG in OpenType fonts with glyphs that don't have a vi...
Tavmjong Bah
2019-05-06
2
-2
/
+11
*
Possibly fix build on Windows.
Tavmjong Bah
2019-05-06
1
-2
/
+2
*
Add basic SVG in OpenType support.
Tavmjong Bah
2019-05-06
4
-2
/
+158
*
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
*
Make sure Layout.wrap_mode is initialized and defined.
Tavmjong Bah
2019-04-15
1
-3
/
+4
*
Fix for line positioning in wrapped multi-line text.
Tavmjong Bah
2019-04-15
1
-1
/
+1
*
An a few more config.h fixes
Patrick Storz
2019-03-28
2
-8
/
+0
*
Fix text rendering when Inkscape multi-line text has an empty first line.
Tavmjong Bah
2019-03-23
1
-4
/
+38
*
Fix complication when debugging enabled.
Tavmjong Bah
2019-03-20
1
-3
/
+4
*
Fix rendering for text with inherited 'font-variation-settings' property.
Tavmjong Bah
2019-03-18
1
-2
/
+2
*
Fix code to avoid error message "descr without font family".
Tavmjong Bah
2019-02-19
1
-4
/
+24
*
fix compilation with HAVE_CAIRO_PDF=0
Thomas Holder
2019-01-18
2
-14
/
+0
*
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
7
-42
/
+40
*
Fix comment.
Tavmjong Bah
2018-12-20
1
-1
/
+1
*
Prevent screen jump when 'inline-size' value is too small to display text.
Tavmjong Bah
2018-12-20
1
-2
/
+14
*
Add ability to create SVG 2 text:
Tavmjong Bah
2018-12-18
1
-1
/
+26
*
Clarify licenses
Max Gaukler
2018-11-08
19
-19
/
+97
*
Remove util/unordered-containers.h aliases.
Emmanuel Gil Peyrot
2018-10-18
2
-3
/
+3
*
Misc. typos
luz.paz
2018-10-06
6
-8
/
+8
*
Remove #include "config.h" wherever possible
Eduard Braun
2018-10-01
6
-7
/
+12
*
Use _WIN32 instead of WIN32
Eduard Braun
2018-10-01
1
-2
/
+2
*
Remove #include "config.h" from header files where possible
Eduard Braun
2018-09-24
2
-8
/
+0
*
Fix wrong initial glyph size with native pango_win32 font backend
Eduard Braun
2018-08-16
1
-0
/
+10
*
Merge branch 'sp_print' of gitlab.com:linkmauve/inkscape
Marc Jeanmougin
2018-06-21
1
-5
/
+5
|
\
|
*
Move global functions into SPPrintContext methods.
Emmanuel Gil Peyrot
2018-06-21
1
-5
/
+5
*
|
Ignore 'x' and 'y' attributes on SVG 2 wrapped text (except first for 'inline...
Tavmjong Bah
2018-06-21
1
-0
/
+7
|
/
*
Run clang-tidy’s modernize-redundant-void-arg pass.
Emmanuel Gil Peyrot
2018-06-19
3
-13
/
+13
*
Run clang-tidy’s modernize-use-emplace pass.
Emmanuel Gil Peyrot
2018-06-18
2
-2
/
+2
*
Run clang-tidy’s modernize-use-bool-literals pass.
Emmanuel Gil Peyrot
2018-06-18
2
-2
/
+2
*
Run clang-tidy’s modernize-pass-by-value pass.
Emmanuel Gil Peyrot
2018-06-18
1
-1
/
+2
*
Run clang-tidy’s modernize-use-equals-default pass.
Emmanuel Gil Peyrot
2018-06-18
5
-6
/
+5
*
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
2018-06-18
10
-109
/
+109
*
Run clang-tidy’s modernize-use-override pass.
Emmanuel Gil Peyrot
2018-06-18
2
-17
/
+17
*
Potential fix for FTBFS introduced in 60ecfba7
Alexander Valavanis
2018-06-17
1
-0
/
+5
*
Minor documentation changes.
Tavmjong Bah
2018-06-16
1
-8
/
+20
*
Merge branch 'fontselection' of gitlab.com:darktrojan/inkscape
Marc Jeanmougin
2018-06-14
2
-0
/
+12
|
\
|
*
In font list, don't change selection if current font is already selected; oth...
Geoff Lankow
2018-05-31
2
-0
/
+12
*
|
Merge branch 'fontmarkup' of gitlab.com:darktrojan/inkscape
Marc Jeanmougin
2018-06-14
1
-4
/
+5
|
\
\
|
*
|
Fix three more instances of incorrectly escaped markup
Geoff Lankow
2018-05-31
1
-4
/
+5
|
|
/
*
|
Improvements to the Font Features dialog. Better OpenType coverage.
Tavmjong Bah
2018-06-11
4
-90
/
+76
[next]