summaryrefslogtreecommitdiffstats
path: root/src/display/canvas-text.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-06-18Run clang-tidy’s modernize-deprecated-headers pass.Emmanuel Gil Peyrot1-1/+1
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-8/+8
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-2/+2
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-2/+2
2018-01-23Minor include file cleanup.Tavmjong Bah1-1/+0
2016-09-14[Bug #459914] Non-ascii (ja) charactors aren't displayed properly in Handle t...ohtsuka-yoshio1-0/+2
2015-10-29static code analysisKris De Gussem1-6/+2
2015-10-28static code analysisKris De Gussem1-1/+5
2014-09-27Update to experimental r13565Liam P. White1-4/+0
2014-08-30Minor pass of header cleanupLiam P. White1-4/+0
2014-08-24More GObject boilerplate reductionAlex Valavanis1-30/+5
2012-10-27cppcheck: get rid of more C-style pointer castsAlex Valavanis1-2/+2
2012-06-09Stop deriving SPCanvasItem from GtkObjectAlex Valavanis1-10/+6
2012-05-28Cleanup of measure text for moving away from overlap.Jon A. Cruz1-3/+2
2012-05-19Revert r11370. Fix crash with grid in default templateAlex Valavanis1-6/+7
2012-05-16Drop some GtkObject usageAlex Valavanis1-7/+6
2012-02-15Prevent false gtk deprecation warnings in canvas-grid and tidy headersAlex Valavanis1-0/+1
2012-01-13Make sure canvas-text is always equally crisp (differences in rounding someti...Diederik van Lierop1-1/+1
2012-01-12Initial C++ification of SPCanvas.Jon A. Cruz1-4/+3
2012-01-04CanvasText: reinstate ability to set anchor position manuallyDiederik van Lierop1-6/+13
2012-01-04Final fix for CanvasText alignment bugsDiederik van Lierop1-28/+60
2012-01-011) Fix CanvasText alignment bugs caused by static variables, uninitialized va...Diederik van Lierop1-30/+31
2011-10-04Cleaned up display-forward.h, including many redundant usages.Jon A. Cruz1-1/+0
2011-08-27Update 2Geom. Remove all use of NRRectL.Krzysztof Kosi??ski1-2/+2
2011-07-03GTK+ cleanup: gtk_type_classAlex Valavanis1-1/+1
2011-06-24Switch to GObjectAlex Valavanis1-10/+12
2011-06-22oops! I forgot to put "break;"s in my switch statement :-PFelipe Corr??a da Silva Sanches1-0/+6
2011-06-21* Fix text_extents calculation for canvas text items.Felipe Corr??a da Silva Sanches1-15/+33
2011-06-21fix bug 800052: improve measure tool readabilityFelipe Corr??a da Silva Sanches1-12/+33
2011-02-02update to latest 2geom !Johan B. C. Engelen1-2/+2
2010-12-23Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ...Jon A. Cruz1-1/+0
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2010-08-14Completely remove NRPixBlockKrzysztof Kosi??ski1-13/+10
2010-06-29Consolidate Cairo utils in display/cairo-utils.h. Fix icons harder.Krzysztof Kosi??ski1-1/+1
2010-02-17Fix a memory leak in sp_canvastextDiederik van Lierop1-1/+3
2009-03-15Warning cleanupJon A. Cruz1-1/+1
2009-03-11move canvastext to its own file (no linking error for me anymore), add outlin...bulia byak1-25/+33
2008-12-30get rid of a lot of no longer needed "libnr/nr-..." includes.Johan B. C. Engelen1-1/+0
2008-10-27From trunkTed Gould1-13/+13
2008-09-19Tweak of member to Geom classBob Jamison1-1/+1
2008-09-19Change function arg from NR::Matrix to Geom::Matrix. Possible serious bug.Bob Jamison1-2/+2
2008-08-03Fixed const-correctnessJon A. Cruz1-2/+2
2008-07-22include <string.h>. also remove const conversion warningBob Jamison1-1/+2
2008-07-22New CanvasText item; TODO: works quite well but updating may be incorrect sin...Maximilian Albert1-0/+262