index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
live_effects
/
parameter
/
texttopath.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-07-24
Add Text tag and update widgets code
Jabier Arraiza Cenoz
1
-125
/
+0
2016-07-21
This for you CR ยท Measure line, show the distance on rect lines CAD like wit...
Jabier Arraiza Cenoz
1
-12
/
+10
2014-12-21
Remove sp_desktop_document and finish cleanup of desktop-handles.h
Liam P. White
1
-1
/
+1
2014-12-21
Purge sp_desktop_sketch and sp_desktop_tempgroup
Liam P. White
1
-1
/
+1
2014-12-21
Purge sp_desktop_namedview in favor of SPDesktop::getNamedView
Liam P. White
1
-0
/
+1
2014-11-26
Replace INKSCAPE.active_desktop() by SP_ACTIVE_DESKTOP for easier grepability
Liam P. White
1
-1
/
+1
2014-09-10
Fix bug #1367520 (crash regression)
Liam P. White
1
-1
/
+1
2014-06-27
5. Refactoring of Application class: make copy/assignment operators private, ...
Liam P. White
1
-1
/
+1
2013-03-25
Workaround usage of deprecated glib symbols in 3rd party libraries
Alex Valavanis
1
-1
/
+1
2012-06-17
Removed unneeded header style filename #defines
Jon A. Cruz
1
-2
/
+0
2012-06-17
Removed outdated classes.
Jon A. Cruz
1
-0
/
+2
2012-02-26
Clean up all remaining false warnings from Gtkmm
Alex Valavanis
1
-1
/
+1
2012-02-06
Get rid of gtkmm top-level header usage - not required by API
Alex Valavanis
1
-1
/
+0
2012-01-04
CanvasText: reinstate ability to set anchor position manually
Diederik van Lierop
1
-5
/
+3
2012-01-03
Cleanup GSEAL issues and deprecated GtkTooltips
Alex Valavanis
1
-1
/
+1
2012-01-01
1) Fix CanvasText alignment bugs caused by static variables, uninitialized va...
Diederik van Lierop
1
-3
/
+5
2009-03-11
move canvastext to its own file (no linking error for me anymore), add outlin...
bulia byak
1
-0
/
+1
2008-08-01
Warning cleanup
Jon A. Cruz
1
-1
/
+1
2008-07-30
New function to set text position and anchor relative to a given path
Maximilian Albert
1
-0
/
+18
2008-07-30
Move coordinate transform workaround to a more logical place
Maximilian Albert
1
-1
/
+2
2008-07-30
New 'internal' TextParam which doesn't display a widget (useful if the text s...
Maximilian Albert
1
-4
/
+0
2008-07-30
Make text widget for TextParams work and re-enable it
Maximilian Albert
1
-8
/
+4
2008-07-29
Disable text entry widget for TextParam until it works correctly
Maximilian Albert
1
-0
/
+5
2008-07-29
New parameter TextParam for LPEs
Maximilian Albert
1
-0
/
+110