summaryrefslogtreecommitdiffstats
path: root/src/measure-context.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2012-10-04code cleanup: add own includes to cpp files or make the functions static if t...Campbell Barton1-2/+2
2012-07-05Drop GTK+ 2.20 support.Alex Valavanis1-5/+0
2012-06-08Move measure angle string to keep it visible when angle is small.Jon A. Cruz1-0/+6
2012-06-08Improve approach for keeping angle display string visible.Jon A. Cruz1-56/+46
2012-06-06Compatibility fix.Jon A. Cruz1-0/+5
2012-06-05Allow angle measurement base to be changed by tapping space.Jon A. Cruz1-8/+47
2012-06-03Limit angle label to show up within the desktop window. Also refactor arc dra...Jon A. Cruz1-34/+106
2012-06-02Add marker to initial point.Jon A. Cruz1-10/+25
2012-06-01Place angle measurement along the measure arc.Jon A. Cruz1-2/+15
2012-06-01Adding baseline and arc to make angle measurement visualization easier.Jon A. Cruz1-1/+36
2012-05-31Make multiple measurement labels avoid overlapping each other.Jon A. Cruz1-22/+111
2012-05-28Added basic offset and call-out lines for measurements.Jon A. Cruz1-14/+28
2012-05-28Cleanup of measure text for moving away from overlap.Jon A. Cruz1-45/+53
2012-05-27Reorder measure context item painting for better legibility.Jon A. Cruz1-37/+49
2012-05-09Centralized line creation and enhanced visibility.Jon A. Cruz1-8/+13
2012-05-04C++ification of SPCtrlLine in preparation of visibility improvements.Jon A. Cruz1-9/+8
2012-04-10Adopt obsolete GtkAnchorType enum as SPAnchorTypeAlex Valavanis1-1/+2
2012-02-15cppcheckKris De Gussem1-2/+2
2012-01-31Implement tangential and perpendicular snapping in the measurement toolDiederik van Lierop1-2/+8
2012-01-011) Fix CanvasText alignment bugs caused by static variables, uninitialized va...Diederik van Lierop1-2/+5
2011-11-05Minor code safety and warning cleanup.Jon A. Cruz1-4/+4
2011-11-03measurement tool: display length info in white with transparent black backgro...Felipe Corr??a da Silva Sanches1-1/+1
2011-11-03measurement tool: display total length near angle infoFelipe Corr??a da Silva Sanches1-32/+17
2011-11-03measure tool: fix handling of coordinate systems and add display of total mea...Felipe Corr??a da Silva Sanches1-9/+38
2011-11-03Misc cleanup including casts and variable lifetime and initialization.Jon A. Cruz1-81/+90
2011-11-01fix bug 828400Felipe Corr??a da Silva Sanches1-3/+36
2011-06-27The measurement tool now snaps tooDiederik van Lierop1-6/+39
2011-06-22Warning cleanup.Jon A. Cruz1-1/+2
2011-06-21* Fix text_extents calculation for canvas text items.Felipe Corr??a da Silva Sanches1-0/+1
2011-06-21fix bug 800052: improve measure tool readabilityFelipe Corr??a da Silva Sanches1-0/+8
2011-06-21address sissue with measure tool described here:Felipe Corr??a da Silva Sanches1-1/+4
2011-06-21refactoring measure tool codeFelipe Corr??a da Silva Sanches1-19/+22
2011-06-20Measure Tool: support measuring of text elements (without having to manually ...Felipe Corr??a da Silva Sanches1-31/+51
2011-06-20fix bug 796449: Measure tools should consider transformFelipe Corr??a da Silva Sanches1-0/+1
2011-06-19fix bug 796598: Measure tool draws path in wrong windowFelipe Corr??a da Silva Sanches1-20/+14
2011-06-19fix bug 796451: Measure tools should support rotation constraintFelipe Corr??a da Silva Sanches1-7/+12
2011-06-14toggle units in the measure toolFelipe Corr??a da Silva Sanches1-3/+9
2011-06-13adding preferences page for Measure Tool with option (enabled by default) to ...Felipe Corr??a da Silva Sanches1-5/+17
2011-06-13fixing the measure tool cursor to have a crosshair just like all other drawin...Felipe Corr??a da Silva Sanches1-2/+2
2011-06-13using green color instead of parentheses to differentiate the angle label in ...Felipe Corr??a da Silva Sanches1-1/+2
2011-06-13using "°" instead of "degrees" for labeling angles in the measure toolFelipe Corr??a da Silva Sanches1-1/+1
2011-06-13display angle info in the measurement toolFelipe Corr??a da Silva Sanches1-4/+15
2011-06-13more improvements in the measurement tool:Felipe Corr??a da Silva Sanches1-46/+30
2011-06-10improving measurement toolFelipe Corr??a da Silva Sanches1-15/+42
2011-06-09improving the measurement toolFelipe Corr??a da Silva Sanches1-3/+102
2011-06-06Introducing our new nice measurement tool! :-DFelipe Corr??a da Silva Sanches1-0/+237