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
*
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
*
|
Add preview of more OpenType tables.
Tavmjong Bah
2018-06-07
1
-2
/
+8
*
|
Add support for character variant OpenType tags (cv01, cv02, ...).
Tavmjong Bah
2018-06-05
1
-1
/
+3
|
/
*
Add preview for numeric OpenType features.
Tavmjong Bah
2018-05-13
4
-4
/
+35
*
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
2018-05-04
7
-21
/
+21
*
Merge branch 'master' of gitlab.com:inkscape/inkscape
Marc Jeanmougin
2018-04-29
4
-58
/
+44
|
\
|
*
Bug fixes for variable fonts, especially to support the Decovar font.
Tavmjong Bah
2018-04-29
4
-58
/
+44
*
|
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
2018-04-29
7
-21
/
+21
|
/
*
moved libcroco, libuemf, libdepixelize to 3rdparty folder
Marc Jeanmougin
2018-04-29
1
-1
/
+1
*
Add start of 'font-variations' widget.
Tavmjong Bah
2018-04-26
4
-21
/
+50
*
Implement FontSelectorToolbar.
Tavmjong Bah
2018-04-25
2
-66
/
+83
*
Replace C FontSelector by C++ FontSelector.
Tavmjong Bah
2018-04-13
2
-18
/
+182
*
Remove unused variables.
Tavmjong Bah
2018-04-13
2
-34
/
+9
*
Extract and display ligatures in a font.
Tavmjong Bah
2018-04-05
4
-22
/
+57
*
Reduce error messages.
Tavmjong Bah
2018-04-04
1
-1
/
+4
*
Unset 'font-variation-settings' if not used.
Tavmjong Bah
2018-04-03
1
-2
/
+7
*
Fix crash when selection non-variation style.
Tavmjong Bah
2018-04-03
1
-3
/
+4
*
Protect against empty string.
Tavmjong Bah
2018-03-30
1
-15
/
+17
*
a bit more of warning cleanup
Felipe Corrêa da Silva Sanches
2018-03-28
1
-1
/
+0
*
Convert Pango font variations string to CSS format before saving to CSS.
Tavmjong Bah
2018-03-27
1
-2
/
+24
*
move FTFixedToDouble / FTDoubleToFixed to a common header
Felipe Corrêa da Silva Sanches
2018-03-27
2
-8
/
+7
*
Allow building with USE_PANGO_WIN32.
Tavmjong Bah
2018-03-23
3
-2
/
+10
*
Start of reading OpenType fvar table.
Tavmjong Bah
2018-03-23
3
-1
/
+82
*
Move OpenType functions to separate file.
Tavmjong Bah
2018-03-23
4
-174
/
+255
*
Remove "hack" for support of FreeType 2.1.
Tavmjong Bah
2018-03-20
1
-15
/
+4
*
Add basic rendering support for 'font-variation-settings'.
Tavmjong Bah
2018-03-19
1
-2
/
+93
*
Removing sample meson build files.
Felipe Corrêa da Silva Sanches
2018-03-17
1
-39
/
+0
*
[meson-build] libsvg
Felipe Corrêa da Silva Sanches
2018-03-17
1
-1
/
+2
[next]