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