| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Allow angle measurement base to be changed by tapping space. | Jon A. Cruz | 2012-06-05 | 1 | -8/+47 |
| | | | | (bzr r11459) | ||||
| * | Limit angle label to show up within the desktop window. Also refactor arc ↵ | Jon A. Cruz | 2012-06-03 | 1 | -34/+106 |
| | | | | | | drawing. (bzr r11458) | ||||
| * | Add marker to initial point. | Jon A. Cruz | 2012-06-02 | 1 | -10/+25 |
| | | | | (bzr r11451) | ||||
| * | Place angle measurement along the measure arc. | Jon A. Cruz | 2012-06-01 | 1 | -2/+15 |
| | | | | (bzr r11450) | ||||
| * | Adding baseline and arc to make angle measurement visualization easier. | Jon A. Cruz | 2012-06-01 | 1 | -1/+36 |
| | | | | (bzr r11449) | ||||
| * | Make multiple measurement labels avoid overlapping each other. | Jon A. Cruz | 2012-05-31 | 1 | -22/+111 |
| | | | | (bzr r11441) | ||||
| * | Added basic offset and call-out lines for measurements. | Jon A. Cruz | 2012-05-28 | 1 | -14/+28 |
| | | | | (bzr r11434) | ||||
| * | Cleanup of measure text for moving away from overlap. | Jon A. Cruz | 2012-05-28 | 1 | -45/+53 |
| | | | | (bzr r11430) | ||||
| * | Reorder measure context item painting for better legibility. | Jon A. Cruz | 2012-05-27 | 1 | -37/+49 |
| | | | | (bzr r11428) | ||||
| * | Centralized line creation and enhanced visibility. | Jon A. Cruz | 2012-05-09 | 1 | -8/+13 |
| | | | | (bzr r11350) | ||||
| * | C++ification of SPCtrlLine in preparation of visibility improvements. | Jon A. Cruz | 2012-05-04 | 1 | -9/+8 |
| | | | | (bzr r11321) | ||||
| * | Adopt obsolete GtkAnchorType enum as SPAnchorType | Alex Valavanis | 2012-04-10 | 1 | -1/+2 |
| | | | | (bzr r11207) | ||||
| * | cppcheck | Kris De Gussem | 2012-02-15 | 1 | -2/+2 |
| | | | | (bzr r10987) | ||||
| * | Implement tangential and perpendicular snapping in the measurement tool | Diederik van Lierop | 2012-01-31 | 1 | -2/+8 |
| | | | | (bzr r10924) | ||||
| * | 1) Fix CanvasText alignment bugs caused by static variables, uninitialized ↵ | Diederik van Lierop | 2012-01-01 | 1 | -2/+5 |
| | | | | | | | | 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) | ||||
| * | Minor code safety and warning cleanup. | Jon A. Cruz | 2011-11-05 | 1 | -4/+4 |
| | | | | (bzr r10722) | ||||
| * | measurement tool: display length info in white with transparent black ↵ | Felipe Corr??a da Silva Sanches | 2011-11-03 | 1 | -1/+1 |
| | | | | | | background (just like the other length labels. green background is just for angle info) (bzr r10715) | ||||
| * | measurement tool: display total length near angle info | Felipe Corr??a da Silva Sanches | 2011-11-03 | 1 | -32/+17 |
| | | | | (bzr r10714) | ||||
| * | measure tool: fix handling of coordinate systems and add display of total ↵ | Felipe Corr??a da Silva Sanches | 2011-11-03 | 1 | -9/+38 |
| | | | | | | measurement (between start and end drag points) (bzr r10713) | ||||
| * | Misc cleanup including casts and variable lifetime and initialization. | Jon A. Cruz | 2011-11-03 | 1 | -81/+90 |
| | | | | (bzr r10712) | ||||
| * | fix bug 828400 | Felipe Corr??a da Silva Sanches | 2011-11-01 | 1 | -3/+36 |
| | | | | | | measurement tool: display total length between first and last intersection points (bzr r10710) | ||||
| * | The measurement tool now snaps too | Diederik van Lierop | 2011-06-27 | 1 | -6/+39 |
| | | | | (bzr r10377) | ||||
| * | Warning cleanup. | Jon A. Cruz | 2011-06-22 | 1 | -1/+2 |
| | | | | (bzr r10339) | ||||
| * | * Fix text_extents calculation for canvas text items. | Felipe Corr??a da Silva Sanches | 2011-06-21 | 1 | -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 readability | Felipe Corr??a da Silva Sanches | 2011-06-21 | 1 | -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 Sanches | 2011-06-21 | 1 | -1/+4 |
| | | | | | | https://bugs.launchpad.net/inkscape/+bug/796451/comments/2 (bzr r10328) | ||||
| * | refactoring measure tool code | Felipe Corr??a da Silva Sanches | 2011-06-21 | 1 | -19/+22 |
| | | | | (bzr r10327) | ||||
| * | Measure Tool: support measuring of text elements (without having to manually ↵ | Felipe Corr??a da Silva Sanches | 2011-06-20 | 1 | -31/+51 |
| | | | | | | convert them to curves) (bzr r10325) | ||||
| * | fix bug 796449: Measure tools should consider transform | Felipe Corr??a da Silva Sanches | 2011-06-20 | 1 | -0/+1 |
| | | | | | | https://bugs.launchpad.net/inkscape/+bug/796449 (bzr r10323) | ||||
| * | fix bug 796598: Measure tool draws path in wrong window | Felipe Corr??a da Silva Sanches | 2011-06-19 | 1 | -20/+14 |
| | | | | | | https://bugs.launchpad.net/inkscape/+bug/796598 (bzr r10322) | ||||
| * | fix bug 796451: Measure tools should support rotation constraint | Felipe Corr??a da Silva Sanches | 2011-06-19 | 1 | -7/+12 |
| | | | | (bzr r10320) | ||||
| * | toggle units in the measure tool | Felipe Corr??a da Silva Sanches | 2011-06-14 | 1 | -3/+9 |
| | | | | (bzr r10302) | ||||
| * | adding preferences page for Measure Tool with option (enabled by default) to ↵ | Felipe Corr??a da Silva Sanches | 2011-06-13 | 1 | -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 Sanches | 2011-06-13 | 1 | -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 Sanches | 2011-06-13 | 1 | -1/+2 |
| | | | | | | the measure tool (bzr r10292) | ||||
| * | using "°" instead of "degrees" for labeling angles in the measure tool | Felipe Corr??a da Silva Sanches | 2011-06-13 | 1 | -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 tool | Felipe Corr??a da Silva Sanches | 2011-06-13 | 1 | -4/+15 |
| | | | | (bzr r10288) | ||||
| * | more improvements in the measurement tool: | Felipe Corr??a da Silva Sanches | 2011-06-13 | 1 | -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 tool | Felipe Corr??a da Silva Sanches | 2011-06-10 | 1 | -15/+42 |
| | | | | (bzr r10265) | ||||
| * | improving the measurement tool | Felipe Corr??a da Silva Sanches | 2011-06-09 | 1 | -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! :-D | Felipe Corr??a da Silva Sanches | 2011-06-06 | 1 | -0/+237 |
| (bzr r10259) | |||||
