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
/
text.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removed unneeded header style filename #defines
Jon A. Cruz
2012-06-17
1
-2
/
+0
*
Removed outdated classes.
Jon A. Cruz
2012-06-17
1
-0
/
+2
*
Clean up all remaining false warnings from Gtkmm
Alex Valavanis
2012-02-26
1
-1
/
+1
*
Get rid of gtkmm top-level header usage - not required by API
Alex Valavanis
2012-02-06
1
-1
/
+0
*
CanvasText: reinstate ability to set anchor position manually
Diederik van Lierop
2012-01-04
1
-5
/
+3
*
Cleanup GSEAL issues and deprecated GtkTooltips
Alex Valavanis
2012-01-03
1
-1
/
+1
*
1) Fix CanvasText alignment bugs caused by static variables, uninitialized va...
Diederik van Lierop
2012-01-01
1
-3
/
+5
*
move canvastext to its own file (no linking error for me anymore), add outlin...
bulia byak
2009-03-11
1
-0
/
+1
*
Warning cleanup
Jon A. Cruz
2008-08-01
1
-1
/
+1
*
New function to set text position and anchor relative to a given path
Maximilian Albert
2008-07-30
1
-0
/
+18
*
Move coordinate transform workaround to a more logical place
Maximilian Albert
2008-07-30
1
-1
/
+2
*
New 'internal' TextParam which doesn't display a widget (useful if the text s...
Maximilian Albert
2008-07-30
1
-4
/
+0
*
Make text widget for TextParams work and re-enable it
Maximilian Albert
2008-07-30
1
-8
/
+4
*
Disable text entry widget for TextParam until it works correctly
Maximilian Albert
2008-07-29
1
-0
/
+5
*
New parameter TextParam for LPEs
Maximilian Albert
2008-07-29
1
-0
/
+110