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
*
Fix rendering of "plain" SVG text.
Tavmjong Bah
2010-07-28
1
-11
/
+30
*
Add support for baseline-shift attribute (all possible values).
Tavmjong Bah
2010-06-04
2
-5
/
+18
*
Prevent vertical kerning from changing line spacing. Fixes bug 516216.
Tavmjong Bah
2010-06-01
1
-15
/
+54
*
Subtract letter_spacing from width at end of line so center
Tavmjong Bah
2010-05-21
1
-2
/
+20
*
Correct #endif placement. Should fix win32 build.
Jon A. Cruz
2010-04-18
1
-1
/
+1
*
Added/Fixed Pango font weights. Included Jon's workaround for Pango
Tavmjong Bah
2010-04-18
1
-8
/
+13
*
Temp build-break workaround for systems with Pango older than 1.24.
Jon A. Cruz
2010-04-17
3
-0
/
+21
*
Whitespace and brace cleanup. Minor refactoring of font_style_equal.
Jon A. Cruz
2010-04-17
3
-380
/
+425
*
First step in fixing the changing of font faces (must also update
Tavmjong Bah
2010-04-15
2
-65
/
+168
*
Added missing Pango Weights.
Tavmjong Bah
2010-04-15
2
-4
/
+16
*
Fix incorrect use of std::auto_ptr<char> in FontInstance.cpp (LP #549317)
Krzysztof Kosi??ski
2010-03-27
1
-4
/
+5
*
Clean up the unordered containers fix.
Krzysztof Kosi??ski
2010-03-04
2
-30
/
+21
*
Fixing build breakage with more proper autoconf usage.
Jon A. Cruz
2010-03-04
2
-4
/
+4
*
Use Boost unordeed containers instead of TR1 to minimize pain
Krzysztof Kosi??ski
2010-03-02
2
-4
/
+4
*
Go back to using TR1 unordered containers to fix warnings. Add configure
Krzysztof Kosi??ski
2010-01-20
3
-15
/
+11
*
Fixed object leak.
Jon A. Cruz
2010-01-15
1
-0
/
+1
*
Replace std::tr1::unordered_(map|set) with __gnu_cxx::hash_(map|set),
Krzysztof Kosi??ski
2010-01-14
2
-4
/
+6
*
* Merge from trunk
Krzysztof Kosi??ski
2010-01-14
9
-105
/
+201
|
\
|
*
a better truncation detection, suggested by Richard Hughes
buliabyak
2010-01-07
4
-70
/
+10
|
*
Use correct text anchor for vertical text and when aligning or distributing
Diederik van Lierop
2009-12-28
1
-2
/
+6
|
*
Encapsulating use of gcc hash_map extension.
Jon A. Cruz
2009-12-27
4
-102
/
+154
|
*
utilities and UI support for identifying truncated flowtext and text-on-path
buliabyak
2009-12-21
2
-0
/
+71
|
*
Position of baseline anchor is now dependent of the text alignment
Diederik van Lierop
2009-12-13
2
-2
/
+31
*
|
First GSoC node tool commit to Bazaar
Krzysztof Kosi??ski
2009-11-29
4
-8
/
+8
|
/
*
Patch by Adib for 248721. Thanks Adib!
Josh Andler
2009-09-25
1
-26
/
+16
*
Fix for 181663 by The Adib. Yay for working Italics button on the toolbar!
Josh Andler
2009-09-23
1
-115
/
+141
*
Only build static libraries for subdirs than actually contain libraries,
Krzysztof Kosi??ski
2009-02-20
1
-8
/
+1
*
gcc warning cleanup:
Felipe Corr??a da Silva Sanches
2009-02-08
1
-3
/
+3
*
FIX for bug 317964; SVG crashes on empthy flow-text element
Adib Taraben
2009-02-01
1
-2
/
+8
*
Cmake: Fixed the extra -l in the link command, plus a add linking for all sub...
Joshua L. Blocher
2009-01-12
1
-1
/
+1
*
More NR ==> Geom changes
Joshua L. Blocher
2008-12-28
2
-9
/
+9
*
Merge from fe-moved
Ted Gould
2008-11-21
8
-8
/
+16
*
Merge from trunk
Ted Gould
2008-10-31
3
-0
/
+6
*
* Lots of documentation for the Inkscape::XML namespace
Krzysztof Kosi??ski
2008-09-23
4
-17
/
+27
*
bug 202103: crash then putting text containing a soft hyphen character (u00AD...
Richard Hughes
2008-09-16
1
-3
/
+4
*
convert almost all libnrtype to Geom::
Johan B. C. Engelen
2008-09-11
11
-155
/
+159
*
null check fixes patch from bug 261475
bulia byak
2008-08-28
3
-22
/
+26
*
NR:: to Geom:: for most of src/extension/
Johan B. C. Engelen
2008-08-12
1
-4
/
+5
*
patch from bug 169004
bulia byak
2008-08-11
1
-1
/
+15
*
remove many unnecessary to_2geom and from_2geom calls
Johan B. C. Engelen
2008-08-08
1
-3
/
+3
*
NR::Maybe => boost::optional
Johan B. C. Engelen
2008-08-05
6
-7
/
+11
*
Warning cleanup
Jon A. Cruz
2008-07-20
1
-2
/
+2
*
add parameter for going n lines up/down
bulia byak
2008-07-18
2
-20
/
+26
*
remove no longer used methods (livarot to nartbpath ; font glyphs to nartbpath)
Johan B. C. Engelen
2008-07-12
3
-23
/
+0
*
2geomify print, fill and stroke methods of extensions
Johan B. C. Engelen
2008-07-12
1
-9
/
+5
*
render glyphs using 2geom pathvector instead of artbpath of font-glyph
Johan B. C. Engelen
2008-07-08
1
-12
/
+10
*
add 2geom pathvector to glyph font-glyph
Johan B. C. Engelen
2008-07-08
3
-3
/
+26
*
Cmake: remove header files from source lists
Joshua L. Blocher
2008-06-24
1
-37
/
+17
*
warning cleanup
Felipe Corr??a da Silva Sanches
2008-06-22
2
-18
/
+22
*
Changing the executable bit that shouldn't be there.
Ted Gould
2008-05-21
8
-0
/
+0
[next]