summaryrefslogtreecommitdiffstats
path: root/src/display/canvas-text.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-11-08Clarify licensesMax Gaukler1-1/+2
- add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
2018-06-18Run clang-tidy’s modernize-deprecated-headers pass.Emmanuel Gil Peyrot1-1/+1
This renames most C <*.h> includes into C++ <c*> includes.
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-8/+8
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-2/+2
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
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 ↵ohtsuka-yoshio1-0/+2
to grid intersection. Fixed bugs: - https://launchpad.net/bugs/459914 (bzr r15116)
2015-10-29static code analysisKris De Gussem1-6/+2
(bzr r14436)
2015-10-28static code analysisKris De Gussem1-1/+5
(bzr r14432)
2014-09-27Update to experimental r13565Liam P. White1-4/+0
(bzr r13341.5.16)
2014-08-30Minor pass of header cleanupLiam P. White1-4/+0
(bzr r13341.1.189)
2014-08-24More GObject boilerplate reductionAlex Valavanis1-30/+5
(bzr r13341.1.175)
2012-10-27cppcheck: get rid of more C-style pointer castsAlex Valavanis1-2/+2
(bzr r11840)
2012-06-09Stop deriving SPCanvasItem from GtkObjectAlex Valavanis1-10/+6
(bzr r11469.1.1)
2012-05-28Cleanup of measure text for moving away from overlap.Jon A. Cruz1-3/+2
(bzr r11430)
2012-05-19Revert r11370. Fix crash with grid in default templateAlex Valavanis1-6/+7
Fixed bugs: - https://launchpad.net/bugs/1001724 (bzr r11386)
2012-05-16Drop some GtkObject usageAlex Valavanis1-7/+6
(bzr r11370)
2012-02-15Prevent false gtk deprecation warnings in canvas-grid and tidy headersAlex Valavanis1-0/+1
(bzr r10988)
2012-01-13Make sure canvas-text is always equally crisp (differences in rounding ↵Diederik van Lierop1-1/+1
sometimes led to blurry text) (bzr r10882)
2012-01-12Initial C++ification of SPCanvas.Jon A. Cruz1-4/+3
(bzr r10873)
2012-01-04CanvasText: reinstate ability to set anchor position manuallyDiederik van Lierop1-6/+13
(bzr r10841)
2012-01-04Final fix for CanvasText alignment bugsDiederik van Lierop1-28/+60
(bzr r10840)
2012-01-011) Fix CanvasText alignment bugs caused by static variables, uninitialized ↵Diederik van Lierop1-30/+31
variables, and variable border width 2) Snap tooltips no longer overlap with measure tool tooltips, and now have a background color (similar to the measure tool) (bzr r10816)
2011-10-04Cleaned up display-forward.h, including many redundant usages.Jon A. Cruz1-1/+0
(bzr r10666)
2011-08-27Update 2Geom. Remove all use of NRRectL.Krzysztof Kosi??ski1-2/+2
(bzr r10582.1.3)
2011-07-03GTK+ cleanup: gtk_type_classAlex Valavanis1-1/+1
(bzr r10407)
2011-06-24Switch to GObjectAlex Valavanis1-10/+12
(bzr r10350.1.3)
2011-06-22oops! I forgot to put "break;"s in my switch statement :-PFelipe Corr??a da Silva Sanches1-0/+6
(bzr r10337)
2011-06-21* Fix text_extents calculation for canvas text items.Felipe Corr??a da Silva Sanches1-15/+33
* Add anchor positioning options. * make measure tool length labels be perfectly centered in the measured linesegments (bzr r10331)
2011-06-21fix bug 800052: improve measure tool readabilityFelipe Corr??a da Silva Sanches1-12/+33
https://bugs.launchpad.net/inkscape/+bug/800052 And also using text_extents for calculating area of rendering for the canvas_text labels (although I am not really sure this is correct. May require some extra work to get it right) (bzr r10329)
2011-02-02update to latest 2geom !Johan B. C. Engelen1-2/+2
(bzr r10025)
2010-12-23Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ↵Jon A. Cruz1-1/+0
header. (bzr r9978.1.1)
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan1-1/+1
fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)
2010-08-14Completely remove NRPixBlockKrzysztof Kosi??ski1-13/+10
(bzr r9508.1.67)
2010-06-29Consolidate Cairo utils in display/cairo-utils.h. Fix icons harder.Krzysztof Kosi??ski1-1/+1
(bzr r9508.1.8)
2010-02-17Fix a memory leak in sp_canvastextDiederik van Lierop1-1/+3
(bzr r9094)
2009-03-15Warning cleanupJon A. Cruz1-1/+1
(bzr r7493)
2009-03-11move canvastext to its own file (no linking error for me anymore), add ↵bulia byak1-25/+33
outline to fix 334758 (bzr r7470)
2008-12-30get rid of a lot of no longer needed "libnr/nr-..." includes.Johan B. C. Engelen1-1/+0
(bzr r7045)
2008-10-27From trunkTed Gould1-13/+13
(bzr r6885)
2008-09-19Tweak of member to Geom classBob Jamison1-1/+1
(bzr r6849)
2008-09-19Change function arg from NR::Matrix to Geom::Matrix. Possible serious bug.Bob Jamison1-2/+2
(bzr r6846)
2008-08-03Fixed const-correctnessJon A. Cruz1-2/+2
(bzr r6545)
2008-07-22include <string.h>. also remove const conversion warningBob Jamison1-1/+2
(bzr r6399)
2008-07-22New CanvasText item; TODO: works quite well but updating may be incorrect ↵Maximilian Albert1-0/+262
since update() is called before render() but only the latter gets passed the cairo context from which we can compute the text extents (we use a slightly kludgy workaround now) (bzr r6394)