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
...
*
[meson-build] wip: inkgc + ui + libnrtype
Felipe Corrêa da Silva Sanches
2018-03-17
1
-0
/
+1
*
[meson-build] building the ui
Felipe Corrêa da Silva Sanches
2018-03-17
1
-5
/
+1
*
wip - meson build system
Felipe Corrêa da Silva Sanches
2018-03-17
1
-0
/
+40
*
Add font styles that use font variations to style list.
Tavmjong Bah
2018-03-15
2
-25
/
+60
*
Remove duplicate code.
Tavmjong Bah
2018-03-14
1
-135
/
+6
*
Work around possible Pango bug where an empty 'variations' generates a '@' in...
Tavmjong Bah
2018-03-13
1
-1
/
+4
*
Remove duplicate code.
Tavmjong Bah
2018-03-13
4
-244
/
+156
*
Remove unused functions and reformat section.
Tavmjong Bah
2018-03-13
1
-75
/
+17
*
Update some debugging code for text layout.
Tavmjong Bah
2018-03-13
1
-2
/
+15
*
Add 'font-variation-settings' support to FontFactory.
Tavmjong Bah
2018-03-13
1
-14
/
+35
*
Remove unused includes, etc.
Tavmjong Bah
2018-03-06
2
-8
/
+1
*
Move classes derived from SPObject to own directory.
Tavmjong Bah
2018-01-30
3
-8
/
+6
*
Merge branch 'baseline-shift' of gitlab.com:khaledhosny/inkscape
Marc Jeanmougin
2018-01-12
1
-1
/
+1
|
\
|
*
Fix baseline shift movement direction
Khaled Hosny
2017-10-20
1
-1
/
+1
*
|
Merge branch 'escapefontspec' of gitlab.com:darktrojan/inkscape
Marc Jeanmougin
2018-01-11
1
-1
/
+1
|
\
\
|
*
|
Don't double-escape names of used fonts
Geoff Lankow
2017-12-31
1
-1
/
+1
*
|
|
Fix static build
Eduard Braun
2018-01-09
1
-0
/
+6
|
/
/
*
|
Misc. typos
luzpaz
2017-12-04
1
-1
/
+1
*
|
change assignment to equality
Simon Wells
2017-11-02
1
-2
/
+2
*
|
Fix code accidentally made useless in de6d47ed290e02aa4bdc64d6cea5a6c8c20e61c7
Eduard Braun
2017-10-25
1
-2
/
+2
*
|
Add limited support for CSS 'font-face' rule.
Tavmjong Bah
2017-10-25
2
-0
/
+35
*
|
Fix compilation on Ubuntu Trusty
Eduard Braun
2017-10-22
1
-1
/
+4
*
|
FontFactory: Add function to add additional font directories
Eduard Braun
2017-10-20
2
-0
/
+35
|
/
*
Replace deprecated call to pango_win32_get_context
Eduard Braun
2017-10-17
1
-8
/
+2
*
Revive pango_win32 backend
Eduard Braun
2017-10-16
2
-6
/
+8
*
Removed all GSList occurences in .h files
Marc Jeanmougin
2017-10-01
1
-13
/
+5
*
Fix error when vertical text has 'text-orientation' value 'sideways'.
Tavmjong Bah
2017-09-26
1
-1
/
+1
*
Minor code cleanup and better handling of non-spacing marks in upright vertic...
Tavmjong Bah
2017-09-25
1
-4
/
+17
*
cleanup: put extraction of OpenType tables in separate function
Eduard Braun
2017-09-23
1
-144
/
+147
*
cleanup: do not overwrite/free original font description
Eduard Braun
2017-09-23
1
-4
/
+4
*
Do not crash if no fonts are available
Eduard Braun
2017-09-23
1
-0
/
+4
*
Improve rendering of vertical text with non-spacing marks in upright orientat...
Tavmjong Bah
2017-09-13
1
-19
/
+42
*
Fix infinite loop when rendering text inside a shape under very special condi...
Tavmjong Bah
2017-09-07
1
-8
/
+7
*
Minor code cleanup.
Tavmjong Bah
2017-09-06
1
-6
/
+11
*
Fix vertical RTL text with upright orientation
Khaled Hosny
2017-08-19
1
-0
/
+4
*
Fix RTL glyph widths in vertical orientation
Khaled Hosny
2017-08-19
1
-6
/
+1
*
Fix inverted y sign for glyph positioning
Khaled Hosny
2017-08-17
1
-2
/
+2
*
Remove unused files.
Tavmjong Bah
2017-08-01
15
-1653
/
+3
*
Fix Harfbuzz version check for Trusty
Alex Valavanis
2017-07-25
1
-1
/
+4
*
Remove unnecessary cast which creates a temporary object that then goes out o...
Tavmjong Bah
2017-07-19
1
-1
/
+1
*
Cleanup: eliminate require-config.h
Eduard Braun
2017-07-17
1
-1
/
+0
*
A bit more massaging of codestyle on src/libnrtype/Layout...
Felipe Corrêa da Silva Sanches
2017-06-10
1
-694
/
+723
*
Group all of the ParagraphInfo class implementation
Felipe Corrêa da Silva Sanches
2017-06-10
1
-22
/
+16
*
libnrtype/Layout-TNG refactoring for better code legibility
Felipe Corrêa da Silva Sanches
2017-06-10
3
-37
/
+92
*
Disable debugging code on libnrtype Layout-TNG-Compute at compile-time.
Felipe Corrêa da Silva Sanches
2017-06-09
1
-1
/
+5
*
Fix build with versions of Harfbuzz prior to 1.2.3. (Visualization of alterna...
Tavmjong Bah
2017-06-06
1
-0
/
+6
*
Show glyphs with alternative styles in "Feature Settings" section of "Variant...
Tavmjong Bah
2017-06-05
2
-9
/
+91
*
Fix crash with fonts containing illegal characters in family name.
Eduard Braun
2017-05-10
1
-0
/
+6
*
[Bug #1464987] --export-latex crashes with a svg file.
sian-ht
2017-02-24
1
-2
/
+2
*
Prevent infinite loop when line-height is zero and text does not fit on line.
Tavmjong Bah
2017-01-31
1
-4
/
+29
[prev]
[next]