summaryrefslogtreecommitdiffstats
path: root/src/ui/tools/measure-tool.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* reduce usage of desktop coordinates (#341)Thomas Holder2019-08-181-3/+5
* Rm unused code now Gtk+ >= 3.22 dependency is setAlexander Valavanis2019-05-261-2/+2
* Change the data type of size/width/height of the controls to unsigned intDiederik van Lierop2019-05-201-1/+1
* More pixel-level alignment fixes for various controls, by making all controls...Diederik van Lierop2019-05-201-1/+1
* Make display unit change roll out to toolbarsNathan Lee2019-04-301-3/+3
* modernize loopsMarc Jeanmougin2019-01-021-25/+22
* Fix bug 1804946: Measurement tool is very slow when using gridsJabier Arraiza2018-11-251-32/+6
* Clarify licensesMax Gaukler2018-11-081-1/+2
* Remove into filtered groupsJabier Arraiza2018-11-051-1/+1
* Improvemets to find itemsJabier Arraiza2018-11-051-1/+1
* Minor yaxis fix for meassure toolJabier Arraiza2018-11-031-1/+5
* Improve Meassure tool by a sugestion from Maren: https://chat.inkscape.org/ch...Jabiertxof2018-10-081-4/+4
* Misc. typosluz.paz2018-10-061-1/+1
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-3/+0
* Merge branch 'misc-typos' of gitlab.com:luzpaz/inkscapeMarc Jeanmougin2018-09-131-12/+12
|\
| * Requested revisions + more typos and grammar fixesluz.paz2018-09-111-12/+12
| * Misc. typosluz.paz2018-09-111-1/+1
* | Fix a meassure tooltip updated pointed by maren at hacfest, tooltip is not up...Jabiertxof2018-09-131-3/+11
* | New option to invert y-axisThomas Holder2018-09-121-0/+7
|/
* Move pixmaps to ui/pixmaps, and update the README accordingly.Emmanuel Gil Peyrot2018-06-211-1/+1
* Run clang-tidy’s modernize-use-bool-literals pass.Emmanuel Gil Peyrot2018-06-181-1/+1
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-19/+19
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-1/+1
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-1/+1
* a bit more of warning cleanupFelipe Corrêa da Silva Sanches2018-03-281-1/+1
* Fix bug: 1738504Jabier Arraiza2018-03-281-1/+0
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-24/+34
* Optionaly measure only selected elementsJabier Arraiza2017-12-021-1/+13
* Clear meassure when dragging knotsJabier Arraiza2017-12-021-0/+6
* Misc. typosUnknown2017-11-071-1/+1
* Remove unused parameter in SPItem::doWriteTransformStefano Facchini2017-09-241-2/+2
* Starting selectable knotsJabier Arraiza2017-06-301-4/+4
* Hackfest: Refactor cursors so the hot spot is inside the xpmMartin Owens2017-06-301-1/+1
* Add contextual buttons to Hide/lock and Unhide/unlock itemsJabiertxof2017-06-061-1/+1
* Merge in jabiertxof's hover information for measure toolMartin Owens2016-10-031-0/+112
|\
| * Fix a typo pointed by CRJabier Arraiza Cenoz2016-06-111-1/+1
| * Add measure Over Item by a vlada idea on IRCJabier Arraiza Cenoz2016-06-061-0/+112
* | Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-17/+1
* | Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-1/+17
* | Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-17/+1
* | Fixing wrong gettext keyword preventing translations from being used.Nicolas Dufour2016-06-171-2/+2
* | Fix bug 'Persistent measure repositions on middle click'Jabier Arraiza Cenoz2016-06-121-1/+0
* | Fix wrong string in measure code. Noticed to translators. Thanks CRogers fro ...Jabier Arraiza Cenoz2016-06-081-1/+1
|/
* minor warning cleanup.Jon A. Cruz2016-04-211-2/+2
* Fix a bug meassuring text in units diferent than PXJabier Arraiza Cenoz2016-03-141-2/+1
* Fix a bug on explicit_base on meassure tool when using knots dialog to change...Jabier Arraiza Cenoz2016-02-111-9/+13
* Changed no end lifetime temporary canvas items to canvas items in measure toolJabier Arraiza Cenoz2016-02-081-18/+30
* Sync 2Geom to commit 5ee51c1c4f2066faa3e2c82021fc92671ad44ba4Krzysztof Kosi??ski2016-02-081-9/+9
* Changed one icon/action in meassure toolbar to one more explicitJabier Arraiza Cenoz2016-02-071-2/+2
* Add knot position dialog to meassure with Shift+ClickJabier Arraiza Cenoz2016-02-071-4/+20