summaryrefslogtreecommitdiffstats
path: root/src/measure-context.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2013-11-09Moved and renamed some tool-related files.Markus Engel1-777/+0
2013-11-07First step of moving tools into appropriate namespaces.Markus Engel1-17/+24
2013-09-28Fixed MeasureContext.Markus Engel1-4/+0
2013-09-27Adjusted code style of SPEllipse.Markus Engel1-4/+4
2013-08-04Switched to global UnitTable.Matthew Petroff1-1/+1
2013-08-03reduce scope of variablesJohan B. C. Engelen1-1/+0
2013-07-30Further refactoring of EventContexts.Markus Engel1-1/+1
2013-07-18Switch unit functions from using pointer arguements to reference arguements.Matthew Petroff1-8/+6
2013-07-06Ported measure-context.cpp (to do: port widgets/measure-toolbar.cpp so unit s...Matthew Petroff1-8/+13
2013-07-02Ported "ui/widget/page-sizer.cpp" and "document.cpp" to "Util::Unit" class.Matthew Petroff1-1/+1
2013-04-21Cleaned up a bit.Markus Engel1-69/+45
2013-04-20Moved factories to different files.Markus Engel1-1/+1
2013-04-20Merging of EventContext classes complete.Markus Engel1-62/+13
2013-04-13Replaced casting macros for EventContext tree; added contructors.Markus Engel1-0/+16
2013-04-12Added prefPaths to contexts; modified SPFactoryMarkus Engel1-0/+2
2013-04-09Added constructors to EventContext tree / some missing virtual pads.Markus Engel1-15/+58
2013-01-26More GObject boilerplate reductionAlex Valavanis1-32/+7
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