summaryrefslogtreecommitdiffstats
path: root/src/ui/tools/measure-tool.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2015-02-27corrected the casts (hopefully)Marc Jeanmougin1-1/+1
2015-02-25Strip ToolFactoryLiam P. White1-10/+0
2015-02-19Put a few std::vector<SPitem*>Marc Jeanmougin1-2/+2
2015-02-18Just...mc1-3/+3
2014-12-21Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White1-3/+3
2014-12-21Purge sp_desktop_sketch and sp_desktop_tempgroupLiam P. White1-14/+14
2014-10-05Move more UI code into ui/Liam P. White1-1/+1
2014-05-23Fix flakiness of measurement tool (due to issues with parallel lines, duplica...Diederik van Lierop1-35/+24
2014-03-26Cleaned up includes of tools / revert experimental casting macro replacements...Markus Engel1-0/+1
2014-02-26Made constructors of tools use initializer lists.Markus Engel1-6/+4
2014-02-23Fix for selcue settings.Markus Engel1-0/+2
2013-11-09Moved and renamed some tool-related files.Markus Engel1-2/+2
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