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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-06-18
Run clang-tidy’s modernize-deprecated-headers pass.
Emmanuel Gil Peyrot
1
-1
/
+1
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-8
/
+8
2018-05-04
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
1
-2
/
+2
2018-04-29
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
1
-2
/
+2
2018-01-23
Minor include file cleanup.
Tavmjong Bah
1
-1
/
+0
2016-09-14
[Bug #459914] Non-ascii (ja) charactors aren't displayed properly in Handle t...
ohtsuka-yoshio
1
-0
/
+2
2015-10-29
static code analysis
Kris De Gussem
1
-6
/
+2
2015-10-28
static code analysis
Kris De Gussem
1
-1
/
+5
2014-09-27
Update to experimental r13565
Liam P. White
1
-4
/
+0
2014-08-30
Minor pass of header cleanup
Liam P. White
1
-4
/
+0
2014-08-24
More GObject boilerplate reduction
Alex Valavanis
1
-30
/
+5
2012-10-27
cppcheck: get rid of more C-style pointer casts
Alex Valavanis
1
-2
/
+2
2012-06-09
Stop deriving SPCanvasItem from GtkObject
Alex Valavanis
1
-10
/
+6
2012-05-28
Cleanup of measure text for moving away from overlap.
Jon A. Cruz
1
-3
/
+2
2012-05-19
Revert r11370. Fix crash with grid in default template
Alex Valavanis
1
-6
/
+7
2012-05-16
Drop some GtkObject usage
Alex Valavanis
1
-7
/
+6
2012-02-15
Prevent false gtk deprecation warnings in canvas-grid and tidy headers
Alex Valavanis
1
-0
/
+1
2012-01-13
Make sure canvas-text is always equally crisp (differences in rounding someti...
Diederik van Lierop
1
-1
/
+1
2012-01-12
Initial C++ification of SPCanvas.
Jon A. Cruz
1
-4
/
+3
2012-01-04
CanvasText: reinstate ability to set anchor position manually
Diederik van Lierop
1
-6
/
+13
2012-01-04
Final fix for CanvasText alignment bugs
Diederik van Lierop
1
-28
/
+60
2012-01-01
1) Fix CanvasText alignment bugs caused by static variables, uninitialized va...
Diederik van Lierop
1
-30
/
+31
2011-10-04
Cleaned up display-forward.h, including many redundant usages.
Jon A. Cruz
1
-1
/
+0
2011-08-27
Update 2Geom. Remove all use of NRRectL.
Krzysztof Kosi??ski
1
-2
/
+2
2011-07-03
GTK+ cleanup: gtk_type_class
Alex Valavanis
1
-1
/
+1
2011-06-24
Switch to GObject
Alex Valavanis
1
-10
/
+12
2011-06-22
oops! I forgot to put "break;"s in my switch statement :-P
Felipe Corr??a da Silva Sanches
1
-0
/
+6
2011-06-21
* Fix text_extents calculation for canvas text items.
Felipe Corr??a da Silva Sanches
1
-15
/
+33
2011-06-21
fix bug 800052: improve measure tool readability
Felipe Corr??a da Silva Sanches
1
-12
/
+33
2011-02-02
update to latest 2geom !
Johan B. C. Engelen
1
-2
/
+2
2010-12-23
Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ...
Jon A. Cruz
1
-1
/
+0
2010-11-17
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
1
-1
/
+1
2010-08-14
Completely remove NRPixBlock
Krzysztof Kosi??ski
1
-13
/
+10
2010-06-29
Consolidate Cairo utils in display/cairo-utils.h. Fix icons harder.
Krzysztof Kosi??ski
1
-1
/
+1
2010-02-17
Fix a memory leak in sp_canvastext
Diederik van Lierop
1
-1
/
+3
2009-03-15
Warning cleanup
Jon A. Cruz
1
-1
/
+1
2009-03-11
move canvastext to its own file (no linking error for me anymore), add outlin...
bulia byak
1
-25
/
+33
2008-12-30
get rid of a lot of no longer needed "libnr/nr-..." includes.
Johan B. C. Engelen
1
-1
/
+0
2008-10-27
From trunk
Ted Gould
1
-13
/
+13
2008-09-19
Tweak of member to Geom class
Bob Jamison
1
-1
/
+1
2008-09-19
Change function arg from NR::Matrix to Geom::Matrix. Possible serious bug.
Bob Jamison
1
-2
/
+2
2008-08-03
Fixed const-correctness
Jon A. Cruz
1
-2
/
+2
2008-07-22
include <string.h>. also remove const conversion warning
Bob Jamison
1
-1
/
+2
2008-07-22
New CanvasText item; TODO: works quite well but updating may be incorrect sin...
Maximilian Albert
1
-0
/
+262