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
*
Change default font to a CSS valid default font (Sans -> sans-serif).
Tavmjong Bah
2012-05-21
2
-5
/
+5
*
gtkmm-3.0 fixes for Gtk::Box and header inclusions
Alex Valavanis
2012-04-28
1
-0
/
+1
*
Loop index type cleanup
Jon A. Cruz
2012-04-16
1
-7
/
+14
*
support vertical text on path such that baseline is perpendiclar to the path ...
Veronika Irvine
2012-04-13
2
-20
/
+39
*
Header tidying, suppress all gdk deprecation errors in gtkmm
Alex Valavanis
2012-02-29
2
-3
/
+5
*
emf output. loosen the tolerance on text positioning (Bug 939688)
Alvin Penner
2012-02-26
1
-1
/
+1
*
Clean up all remaining false warnings from Gtkmm
Alex Valavanis
2012-02-26
1
-1
/
+1
*
Switch to top-level glib headers. Thanks to DimStar for patch
Alex Valavanis
2011-12-08
4
-4
/
+4
*
load Win32 symbol fonts. disable USE_PANGO_WIN32 (Bug 165665)
Alvin Penner
2011-11-17
1
-1
/
+1
*
fix potential null pointer deref
Johan B. C. Engelen
2011-10-28
1
-1
/
+1
*
update cmake file lists
Campbell Barton
2011-10-08
1
-1
/
+0
*
Cleanup for src/forward.h. (About 19 of the affected files did not require th...
Jon A. Cruz
2011-10-05
1
-5
/
+6
*
More forward.h purging.
Jon A. Cruz
2011-10-04
6
-25
/
+7
*
Purging some forward.h files.
Jon A. Cruz
2011-10-04
3
-3
/
+3
*
Fix bugs in text stroke rendering and picking
Krzysztof Kosi??ski
2011-09-05
1
-1
/
+1
*
Completely remove NRRect, NRRectL, in-svg-plane.h
Krzysztof Kosi??ski
2011-08-27
4
-5
/
+0
*
Remove NRRect use from the extension system
Krzysztof Kosi??ski
2011-08-27
1
-3
/
+2
*
Refactor SPItem bounding box methods: remove NRRect usage and make code
Krzysztof Kosi??ski
2011-08-27
2
-24
/
+14
*
Rewrite NRArenaItem hierarchy into C++
Krzysztof Kosi??ski
2011-08-06
2
-11
/
+11
*
Patch from Andreas Becker to fix bug 805238 (Crash when setting empty font fa...
Tavmjong Bah
2011-07-22
1
-1
/
+4
*
Minor code safety tweak to null out stale pointer.
Jon A. Cruz
2011-07-19
1
-0
/
+1
*
consistency fix (potential bug)
Johan B. C. Engelen
2011-07-18
1
-1
/
+1
*
Allow em and ex as units on font-size.
Tavmjong Bah
2011-07-10
1
-1
/
+1
*
added missing header
Campbell Barton
2011-07-02
1
-0
/
+3
*
Implement decent snapping to text (baseline & anchor), and provide a toggle b...
Diederik van Lierop
2011-06-30
2
-0
/
+23
*
get cmake working again.
Campbell Barton
2011-06-22
1
-4
/
+0
*
Merge from trunk
Krzysztof Kosi??ski
2011-06-19
2
-19
/
+40
|
\
|
*
cmake:
Campbell Barton
2011-06-13
1
-1
/
+22
|
*
cmake: now builds without having most of the source listed in 1 file.
Campbell Barton
2011-06-13
1
-2
/
+2
|
*
cmake:
Campbell Barton
2011-06-13
1
-2
/
+3
|
*
cmake: give all libs a _LIB suffix, workaround 'debug' being confused with ca...
Campbell Barton
2011-06-12
1
-2
/
+2
|
*
work in progress cmake commit:
Campbell Barton
2011-06-12
1
-18
/
+17
|
*
Use generic headers in preparation for GTK+ 3 transition
Alex Valavanis
2011-06-03
1
-1
/
+1
*
|
Fixed font problem on win32.
Jasper van de Gronde
2011-06-04
1
-7
/
+13
*
|
work around an assert, to fix a crash at startup on windows
Johan B. C. Engelen
2011-04-08
1
-1
/
+3
*
|
Merge from trunk
Krzysztof Kosi??ski
2011-04-07
6
-29
/
+39
|
\
|
|
*
Cleaned up memory patch. Fixes bug #737298.
Jon A. Cruz
2011-03-20
1
-2
/
+12
|
*
update to latest 2geom !
Johan B. C. Engelen
2011-02-02
7
-29
/
+29
*
|
Merge from trunk
Krzysztof Kosi??ski
2010-11-25
15
-15
/
+15
|
\
|
|
*
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
2010-11-17
15
-15
/
+15
*
|
Fix glyph outlines to always consist of closed paths
Krzysztof Kosi??ski
2010-08-14
3
-100
/
+79
*
|
merge from trunk
Krzysztof Kosi??ski
2010-08-08
1
-11
/
+30
|
\
|
|
*
Fix rendering of "plain" SVG text.
Tavmjong Bah
2010-07-28
1
-11
/
+30
*
|
Wholesale cruft removal part 5; completely remove RasterFont
Krzysztof Kosi??ski
2010-08-05
9
-694
/
+0
*
|
Wholesale cruft removal part 2
Krzysztof Kosi??ski
2010-08-04
2
-6
/
+1
|
/
*
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
[next]