summaryrefslogtreecommitdiffstats
path: root/src/display/canvas-text.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanup of measure text for moving away from overlap.Jon A. Cruz2012-05-281-3/+2
* Revert r11370. Fix crash with grid in default templateAlex Valavanis2012-05-191-6/+7
* Drop some GtkObject usageAlex Valavanis2012-05-161-7/+6
* Prevent false gtk deprecation warnings in canvas-grid and tidy headersAlex Valavanis2012-02-151-0/+1
* Make sure canvas-text is always equally crisp (differences in rounding someti...Diederik van Lierop2012-01-131-1/+1
* Initial C++ification of SPCanvas.Jon A. Cruz2012-01-121-4/+3
* CanvasText: reinstate ability to set anchor position manuallyDiederik van Lierop2012-01-041-6/+13
* Final fix for CanvasText alignment bugsDiederik van Lierop2012-01-041-28/+60
* 1) Fix CanvasText alignment bugs caused by static variables, uninitialized va...Diederik van Lierop2012-01-011-30/+31
* Cleaned up display-forward.h, including many redundant usages.Jon A. Cruz2011-10-041-1/+0
* Update 2Geom. Remove all use of NRRectL.Krzysztof Kosi??ski2011-08-271-2/+2
* GTK+ cleanup: gtk_type_classAlex Valavanis2011-07-031-1/+1
* Switch to GObjectAlex Valavanis2011-06-241-10/+12
* oops! I forgot to put "break;"s in my switch statement :-PFelipe Corr??a da Silva Sanches2011-06-221-0/+6
* * Fix text_extents calculation for canvas text items.Felipe Corr??a da Silva Sanches2011-06-211-15/+33
* fix bug 800052: improve measure tool readabilityFelipe Corr??a da Silva Sanches2011-06-211-12/+33
* Merge from trunkKrzysztof Kosi??ski2011-04-071-2/+2
|\
| * update to latest 2geom !Johan B. C. Engelen2011-02-021-2/+2
| * Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ...Jon A. Cruz2010-12-231-1/+0
* | Merge from trunkKrzysztof Kosi??ski2010-11-251-1/+1
|\|
| * Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan2010-11-171-1/+1
* | Completely remove NRPixBlockKrzysztof Kosi??ski2010-08-141-13/+10
* | Consolidate Cairo utils in display/cairo-utils.h. Fix icons harder.Krzysztof Kosi??ski2010-06-291-1/+1
|/
* Fix a memory leak in sp_canvastextDiederik van Lierop2010-02-171-1/+3
* Warning cleanupJon A. Cruz2009-03-151-1/+1
* move canvastext to its own file (no linking error for me anymore), add outlin...bulia byak2009-03-111-25/+33
* get rid of a lot of no longer needed "libnr/nr-..." includes.Johan B. C. Engelen2008-12-301-1/+0
* From trunkTed Gould2008-10-271-13/+13
* Tweak of member to Geom classBob Jamison2008-09-191-1/+1
* Change function arg from NR::Matrix to Geom::Matrix. Possible serious bug.Bob Jamison2008-09-191-2/+2
* Fixed const-correctnessJon A. Cruz2008-08-031-2/+2
* include <string.h>. also remove const conversion warningBob Jamison2008-07-221-1/+2
* New CanvasText item; TODO: works quite well but updating may be incorrect sin...Maximilian Albert2008-07-221-0/+262