Code

Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward header.
[inkscape.git] / src / display / canvas-text.cpp
2010-12-23 Jon A. CruzSplit SPCanvasItem and SPCanvasGroup to individual...
2010-12-12 Jon A. CruzMerge and cleanup of GSoC C++-ification project.
2010-11-17 Chris MorganSuper duper mega (fun!) commit: replaced encoding=utf...
2010-03-26 Ted GouldMerge from trunk
2010-02-17 Diederik van LieropFix a memory leak in sp_canvastext
2009-03-15 joncruzWarning cleanup
2009-03-11 buliabyakmove canvastext to its own file (no linking error for...
2008-12-30 johanengelenget rid of a lot of no longer needed "libnr/nr-......
2008-10-27 Ted GouldFrom trunk
2008-09-19 ishmalTweak of member to Geom class
2008-09-19 ishmalChange function arg from NR::Matrix to Geom::Matrix...
2008-08-03 joncruzFixed const-correctness
2008-07-22 ishmalinclude <string.h>. also remove const conversion warning
2008-07-22 cilix42New CanvasText item; TODO: works quite well but updatin...