summaryrefslogtreecommitdiffstats
path: root/src/measure-context.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Moved and renamed some tool-related files.Markus Engel2013-11-091-777/+0
| | | (bzr r12785)
* First step of moving tools into appropriate namespaces.Markus Engel2013-11-071-17/+24
| | | (bzr r12782)
* Fixed MeasureContext.Markus Engel2013-09-281-4/+0
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1232494 (bzr r12613)
* Adjusted code style of SPEllipse.Markus Engel2013-09-271-4/+4
| | | (bzr r12602)
* Merged from trunk (r12488).Markus Engel2013-08-301-9/+12
|\ | | | | (bzr r11608.1.120)
| * Merge Google Summer of Code unit refactor.Matthew Petroff2013-08-061-9/+12
| |\ | | | | | | (bzr r12471)
| | * Switched to global UnitTable.Matthew Petroff2013-08-041-1/+1
| | | | | | | | | (bzr r12380.1.62)
| | * Switch unit functions from using pointer arguements to reference arguements.Matthew Petroff2013-07-181-8/+6
| | | | | | | | | (bzr r12380.1.28)
| | * Ported measure-context.cpp (to do: port widgets/measure-toolbar.cpp so unit ↵Matthew Petroff2013-07-061-8/+13
| | | | | | | | | | | | | | | selector works again). (bzr r12380.1.6)
| | * Ported "ui/widget/page-sizer.cpp" and "document.cpp" to "Util::Unit" class.Matthew Petroff2013-07-021-1/+1
| | | | | | | | | (bzr r12380.1.4)
* | | Merged from trunk (r12465).Markus Engel2013-08-041-1/+0
|\| | | | | | | | (bzr r11608.1.119)
| * | reduce scope of variablesJohan B. C. Engelen2013-08-031-1/+0
| |/ | | | | (bzr r12463)
* | Further refactoring of EventContexts.Markus Engel2013-07-301-1/+1
| | | | | | (bzr r11608.1.109)
* | Cleaned up a bit.Markus Engel2013-04-211-69/+45
| | | | | | (bzr r11608.1.102)
* | Moved factories to different files.Markus Engel2013-04-201-1/+1
| | | | | | (bzr r11608.1.100)
* | Merging of EventContext classes complete.Markus Engel2013-04-201-62/+13
| | | | | | (bzr r11608.1.98)
* | Replaced casting macros for EventContext tree; added contructors.Markus Engel2013-04-131-0/+16
| | | | | | (bzr r11608.1.96)
* | Added prefPaths to contexts; modified SPFactoryMarkus Engel2013-04-121-0/+2
| | | | | | (bzr r11608.1.94)
* | Added constructors to EventContext tree / some missing virtual pads.Markus Engel2013-04-091-15/+58
|/ | | (bzr r11608.1.90)
* More GObject boilerplate reductionAlex Valavanis2013-01-261-32/+7
| | | (bzr r12064)
* code cleanup: add own includes to cpp files or make the functions static if ↵Campbell Barton2012-10-041-2/+2
| | | | | they are not used elsewhere. (bzr r11735)
* Drop GTK+ 2.20 support.Alex Valavanis2012-07-051-5/+0
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1020494 (bzr r11529)
* Move measure angle string to keep it visible when angle is small.Jon A. Cruz2012-06-081-0/+6
| | | (bzr r11469)
* Improve approach for keeping angle display string visible.Jon A. Cruz2012-06-081-56/+46
| | | (bzr r11468)
* Compatibility fix.Jon A. Cruz2012-06-061-0/+5
| | | (bzr r11463)
* Allow angle measurement base to be changed by tapping space.Jon A. Cruz2012-06-051-8/+47
| | | (bzr r11459)
* Limit angle label to show up within the desktop window. Also refactor arc ↵Jon A. Cruz2012-06-031-34/+106
| | | | | drawing. (bzr r11458)
* Add marker to initial point.Jon A. Cruz2012-06-021-10/+25
| | | (bzr r11451)
* Place angle measurement along the measure arc.Jon A. Cruz2012-06-011-2/+15
| | | (bzr r11450)
* Adding baseline and arc to make angle measurement visualization easier.Jon A. Cruz2012-06-011-1/+36
| | | (bzr r11449)
* Make multiple measurement labels avoid overlapping each other.Jon A. Cruz2012-05-311-22/+111
| | | (bzr r11441)
* Added basic offset and call-out lines for measurements.Jon A. Cruz2012-05-281-14/+28
| | | (bzr r11434)
* Cleanup of measure text for moving away from overlap.Jon A. Cruz2012-05-281-45/+53
| | | (bzr r11430)
* Reorder measure context item painting for better legibility.Jon A. Cruz2012-05-271-37/+49
| | | (bzr r11428)
* Centralized line creation and enhanced visibility.Jon A. Cruz2012-05-091-8/+13
| | | (bzr r11350)
* C++ification of SPCtrlLine in preparation of visibility improvements.Jon A. Cruz2012-05-041-9/+8
| | | (bzr r11321)
* Adopt obsolete GtkAnchorType enum as SPAnchorTypeAlex Valavanis2012-04-101-1/+2
| | | (bzr r11207)
* cppcheckKris De Gussem2012-02-151-2/+2
| | | (bzr r10987)
* Implement tangential and perpendicular snapping in the measurement toolDiederik van Lierop2012-01-311-2/+8
| | | (bzr r10924)
* 1) Fix CanvasText alignment bugs caused by static variables, uninitialized ↵Diederik van Lierop2012-01-011-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. Cruz2011-11-051-4/+4
| | | (bzr r10722)
* measurement tool: display length info in white with transparent black ↵Felipe Corr??a da Silva Sanches2011-11-031-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 infoFelipe Corr??a da Silva Sanches2011-11-031-32/+17
| | | (bzr r10714)
* measure tool: fix handling of coordinate systems and add display of total ↵Felipe Corr??a da Silva Sanches2011-11-031-9/+38
| | | | | measurement (between start and end drag points) (bzr r10713)
* Misc cleanup including casts and variable lifetime and initialization.Jon A. Cruz2011-11-031-81/+90
| | | (bzr r10712)
* fix bug 828400Felipe Corr??a da Silva Sanches2011-11-011-3/+36
| | | | | measurement tool: display total length between first and last intersection points (bzr r10710)
* The measurement tool now snaps tooDiederik van Lierop2011-06-271-6/+39
| | | (bzr r10377)
* Warning cleanup.Jon A. Cruz2011-06-221-1/+2
| | | (bzr r10339)
* * Fix text_extents calculation for canvas text items.Felipe Corr??a da Silva Sanches2011-06-211-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 readabilityFelipe Corr??a da Silva Sanches2011-06-211-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)