index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
display
/
nr-svgfonts.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-10-01
Remove #include "config.h" wherever possible
Eduard Braun
1
-1
/
+0
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-8
/
+8
2018-05-04
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
1
-8
/
+8
2018-04-29
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
1
-8
/
+8
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-10
/
+12
2018-01-08
Misc. typos
luz.paz
1
-1
/
+1
2016-07-14
Renamed children list in SPObject
Adrian Boguszewski
1
-4
/
+4
2016-07-14
Last part of new SPObject children list
Adrian Boguszewski
1
-15
/
+20
2016-07-10
Improve font editing dialog:
Tavmjong Bah
1
-11
/
+31
2014-11-10
Removed SP_USE/SP_IS_USE Gtk-ish macros and cleaned affected files.
Jon A. Cruz
1
-46
/
+86
2013-03-19
Fixing regression
jtx
1
-3
/
+0
2013-03-17
Working with widjets
Jabier Arraiza Cenoz
1
-0
/
+3
2013-03-16
Drop checks for ancient dependency versions. These are satisfied elsewhere.
Alex Valavanis
1
-3
/
+0
2012-12-22
Minor changes.
Tavmjong Bah
1
-1
/
+1
2012-11-11
cppcheck: Convert more C-style pointer casts to GObject or C++
Alex Valavanis
1
-35
/
+32
2012-02-29
Header tidying, suppress all gdk deprecation errors in gtkmm
Alex Valavanis
1
-0
/
+4
2012-01-17
add underscores to some member variables.
Johan B. C. Engelen
1
-2
/
+2
2011-05-22
actually fontforge flipping of y-axis for svgfont glyphs is compliant with th...
Felipe Corr??a da Silva Sanches
1
-0
/
+30
2011-05-19
fix rendering of SVG Fonts. Apparently the glyphs were wrongly rendered upsid...
Felipe Corr??a da Silva Sanches
1
-18
/
+53
2011-02-02
update to latest 2geom !
Johan B. C. Engelen
1
-1
/
+1
2010-11-17
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
1
-1
/
+1
2010-06-29
Consolidate Cairo utils in display/cairo-utils.h. Fix icons harder.
Krzysztof Kosi??ski
1
-2
/
+2
2009-12-13
updating my email address in file headers
Felipe Corr??a da Silva Sanches
1
-1
/
+1
2009-01-06
Warning and whitespace cleanup.
Jon A. Cruz
1
-129
/
+139
2009-01-05
Another week coding offline...
Felipe Corr??a da Silva Sanches
1
-63
/
+70
2008-12-28
Now users can design a font within inkscape, save it and then open the
Felipe Corr??a da Silva Sanches
1
-13
/
+22
2008-11-21
Merge from fe-moved
Ted Gould
1
-1
/
+1
2008-10-27
From trunk
Ted Gould
1
-14
/
+36
2008-10-11
Merging from trunk
Ted Gould
1
-45
/
+14
2008-08-14
Temporary switch to handle api change in Cairo 1.7+
Bob Jamison
1
-0
/
+40
2008-08-03
remove many needless references to n-art-bpath.h
Johan B. C. Engelen
1
-1
/
+0
2008-07-12
fix crash on svnfonts dialog
Felipe Corr??a da Silva Sanches
1
-2
/
+3
2008-07-11
* removed the auxiliary GtkWindow
Felipe Corr??a da Silva Sanches
1
-33
/
+0
2008-06-23
implement kerning by glyph-name, g1 and g2 attributes
Felipe Corr??a da Silva Sanches
1
-3
/
+15
2008-06-16
UnicodeRange class implementation.
Felipe Corr??a da Silva Sanches
1
-2
/
+2
2008-06-10
fix compile
Felipe Corr??a da Silva Sanches
1
-2
/
+2
2008-06-08
use feed_pathvector_to_cairo in display/nr-svgfonts.cpp
Johan B. C. Engelen
1
-12
/
+18
2008-06-01
* commenting my code so that we increase SVGFonts "bus factor" in
Felipe Corr??a da Silva Sanches
1
-29
/
+59
2008-05-31
* started implementing rendering of SVGFonts horizontal kerning
Felipe Corr??a da Silva Sanches
1
-3
/
+13
2008-05-30
* implemented text_to_glyphs, so that now we can have ligadure glyphs
Felipe Corr??a da Silva Sanches
1
-22
/
+52
2008-05-29
fix some crashes. Now I check for the existence of the d atrtibute
Felipe Corr??a da Silva Sanches
1
-2
/
+4
2008-05-27
* converted nr-svgfont.cpp to C++ code so that we can render multiple instanc...
Felipe Corr??a da Silva Sanches
1
-70
/
+104
2008-05-25
* add rule in configure.ac so that only who has cairo > 1.6.4 (currently cair...
Felipe Corr??a da Silva Sanches
1
-0
/
+156