summaryrefslogtreecommitdiffstats
path: root/src/measure-context.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix bug 828400Felipe Corr??a da Silva Sanches2011-11-011-3/+36
| | | | | measurement tool: display total length between first and last intersection points (bzr r10710)
* The measurement tool now snaps tooDiederik van Lierop2011-06-271-6/+39
| | | (bzr r10377)
* Warning cleanup.Jon A. Cruz2011-06-221-1/+2
| | | (bzr r10339)
* * Fix text_extents calculation for canvas text items.Felipe Corr??a da Silva Sanches2011-06-211-0/+1
| | | | | | * 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/+8
| | | | | | | 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)
* address sissue with measure tool described here:Felipe Corr??a da Silva Sanches2011-06-211-1/+4
| | | | | https://bugs.launchpad.net/inkscape/+bug/796451/comments/2 (bzr r10328)
* refactoring measure tool codeFelipe Corr??a da Silva Sanches2011-06-211-19/+22
| | | (bzr r10327)
* Measure Tool: support measuring of text elements (without having to manually ↵Felipe Corr??a da Silva Sanches2011-06-201-31/+51
| | | | | convert them to curves) (bzr r10325)
* fix bug 796449: Measure tools should consider transformFelipe Corr??a da Silva Sanches2011-06-201-0/+1
| | | | | https://bugs.launchpad.net/inkscape/+bug/796449 (bzr r10323)
* fix bug 796598: Measure tool draws path in wrong windowFelipe Corr??a da Silva Sanches2011-06-191-20/+14
| | | | | https://bugs.launchpad.net/inkscape/+bug/796598 (bzr r10322)
* fix bug 796451: Measure tools should support rotation constraintFelipe Corr??a da Silva Sanches2011-06-191-7/+12
| | | (bzr r10320)
* toggle units in the measure toolFelipe Corr??a da Silva Sanches2011-06-141-3/+9
| | | (bzr r10302)
* adding preferences page for Measure Tool with option (enabled by default) to ↵Felipe Corr??a da Silva Sanches2011-06-131-5/+17
| | | | | ignore first and last points when calculating/displaying distances (bzr r10295)
* fixing the measure tool cursor to have a crosshair just like all other ↵Felipe Corr??a da Silva Sanches2011-06-131-2/+2
| | | | | | | drawing tools fixes bug #796446 (bzr r10293)
* using green color instead of parentheses to differentiate the angle label in ↵Felipe Corr??a da Silva Sanches2011-06-131-1/+2
| | | | | the measure tool (bzr r10292)
* using "°" instead of "degrees" for labeling angles in the measure toolFelipe Corr??a da Silva Sanches2011-06-131-1/+1
| | | | | Also adding parentheses to the angle lable in order to make it clearly distinguishable in comparison to the length labels (bzr r10291)
* display angle info in the measurement toolFelipe Corr??a da Silva Sanches2011-06-131-4/+15
| | | (bzr r10288)
* more improvements in the measurement tool:Felipe Corr??a da Silva Sanches2011-06-131-46/+30
| | | | | | | * select elements crossed by the line segment drawn with the tool * allow user to select font size for the length labels (in the toolbar) * use temporary canvas items (bzr r10284)
* improving measurement toolFelipe Corr??a da Silva Sanches2011-06-101-15/+42
| | | (bzr r10265)
* improving the measurement toolFelipe Corr??a da Silva Sanches2011-06-091-3/+102
| | | | | | | Now it detects intersections and displays crosses indicating them the length value displayed corresponds to the first line-segment TODO: display all segment lengths (bzr r10264)
* Introducing our new nice measurement tool! :-DFelipe Corr??a da Silva Sanches2011-06-061-0/+237
(bzr r10259)