summaryrefslogtreecommitdiffstats
path: root/src/display/canvas-text.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clarify licensesMax Gaukler2018-11-081-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
* Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot2018-06-191-1/+1
|
* Cleanup of measure text for moving away from overlap.Jon A. Cruz2012-05-281-1/+1
| | | (bzr r11430)
* CanvasText: reinstate ability to set anchor position manuallyDiederik van Lierop2012-01-041-1/+5
| | | (bzr r10841)
* Final fix for CanvasText alignment bugsDiederik van Lierop2012-01-041-2/+2
| | | (bzr r10840)
* 1) Fix CanvasText alignment bugs caused by static variables, uninitialized ↵Diederik van Lierop2012-01-011-3/+3
| | | | | | | 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)
* mixed usage of class and struct for same objectKris De Gussem2011-12-111-2/+2
| | | (bzr r10766.1.1)
* Switch to GObjectAlex Valavanis2011-06-241-1/+1
| | | (bzr r10350.1.3)
* * Fix text_extents calculation for canvas text items.Felipe Corr??a da Silva Sanches2011-06-211-0/+10
| | | | | | * Add anchor positioning options. * make measure tool length labels be perfectly centered in the measured linesegments (bzr r10331)
* fix bug 800052: improve measure tool readabilityFelipe Corr??a da Silva Sanches2011-06-211-0/+4
| | | | | | | 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)
* Remove deprecated glib macro wrappersAlex Valavanis2011-06-141-2/+2
| | | (bzr r10302.1.1)
* D-Bus. Merging branch lp:~joakim-verona/inkscape/dbus-fixes (Bug #666986, ↵Nicolas Dufour2011-03-181-0/+1
| | | | | Bug #707054 and Bug #707364). (bzr r10114)
* update to latest 2geom !Johan B. C. Engelen2011-02-021-1/+1
| | | (bzr r10025)
* Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ↵Jon A. Cruz2010-12-231-8/+5
| | | | | header. (bzr r9978.1.1)
* move canvastext to its own file (no linking error for me anymore), add ↵bulia byak2009-03-111-3/+10
| | | | | outline to fix 334758 (bzr r7470)
* From trunkTed Gould2008-10-271-1/+1
| | | (bzr r6885)
* Tweak of member to Geom classBob Jamison2008-09-191-2/+2
| | | (bzr r6849)
* Fixed const-correctnessJon A. Cruz2008-08-031-3/+3
| | | (bzr r6545)
* New CanvasText item; TODO: works quite well but updating may be incorrect ↵Maximilian Albert2008-07-221-0/+61
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)