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
/
canvas-text.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanup of measure text for moving away from overlap.
Jon A. Cruz
2012-05-28
1
-3
/
+2
*
Revert r11370. Fix crash with grid in default template
Alex Valavanis
2012-05-19
1
-6
/
+7
*
Drop some GtkObject usage
Alex Valavanis
2012-05-16
1
-7
/
+6
*
Prevent false gtk deprecation warnings in canvas-grid and tidy headers
Alex Valavanis
2012-02-15
1
-0
/
+1
*
Make sure canvas-text is always equally crisp (differences in rounding someti...
Diederik van Lierop
2012-01-13
1
-1
/
+1
*
Initial C++ification of SPCanvas.
Jon A. Cruz
2012-01-12
1
-4
/
+3
*
CanvasText: reinstate ability to set anchor position manually
Diederik van Lierop
2012-01-04
1
-6
/
+13
*
Final fix for CanvasText alignment bugs
Diederik van Lierop
2012-01-04
1
-28
/
+60
*
1) Fix CanvasText alignment bugs caused by static variables, uninitialized va...
Diederik van Lierop
2012-01-01
1
-30
/
+31
*
Cleaned up display-forward.h, including many redundant usages.
Jon A. Cruz
2011-10-04
1
-1
/
+0
*
Update 2Geom. Remove all use of NRRectL.
Krzysztof Kosi??ski
2011-08-27
1
-2
/
+2
*
GTK+ cleanup: gtk_type_class
Alex Valavanis
2011-07-03
1
-1
/
+1
*
Switch to GObject
Alex Valavanis
2011-06-24
1
-10
/
+12
*
oops! I forgot to put "break;"s in my switch statement :-P
Felipe Corr??a da Silva Sanches
2011-06-22
1
-0
/
+6
*
* Fix text_extents calculation for canvas text items.
Felipe Corr??a da Silva Sanches
2011-06-21
1
-15
/
+33
*
fix bug 800052: improve measure tool readability
Felipe Corr??a da Silva Sanches
2011-06-21
1
-12
/
+33
*
Merge from trunk
Krzysztof Kosi??ski
2011-04-07
1
-2
/
+2
|
\
|
*
update to latest 2geom !
Johan B. C. Engelen
2011-02-02
1
-2
/
+2
|
*
Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ...
Jon A. Cruz
2010-12-23
1
-1
/
+0
*
|
Merge from trunk
Krzysztof Kosi??ski
2010-11-25
1
-1
/
+1
|
\
|
|
*
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
2010-11-17
1
-1
/
+1
*
|
Completely remove NRPixBlock
Krzysztof Kosi??ski
2010-08-14
1
-13
/
+10
*
|
Consolidate Cairo utils in display/cairo-utils.h. Fix icons harder.
Krzysztof Kosi??ski
2010-06-29
1
-1
/
+1
|
/
*
Fix a memory leak in sp_canvastext
Diederik van Lierop
2010-02-17
1
-1
/
+3
*
Warning cleanup
Jon A. Cruz
2009-03-15
1
-1
/
+1
*
move canvastext to its own file (no linking error for me anymore), add outlin...
bulia byak
2009-03-11
1
-25
/
+33
*
get rid of a lot of no longer needed "libnr/nr-..." includes.
Johan B. C. Engelen
2008-12-30
1
-1
/
+0
*
From trunk
Ted Gould
2008-10-27
1
-13
/
+13
*
Tweak of member to Geom class
Bob Jamison
2008-09-19
1
-1
/
+1
*
Change function arg from NR::Matrix to Geom::Matrix. Possible serious bug.
Bob Jamison
2008-09-19
1
-2
/
+2
*
Fixed const-correctness
Jon A. Cruz
2008-08-03
1
-2
/
+2
*
include <string.h>. also remove const conversion warning
Bob Jamison
2008-07-22
1
-1
/
+2
*
New CanvasText item; TODO: works quite well but updating may be incorrect sin...
Maximilian Albert
2008-07-22
1
-0
/
+262