summaryrefslogtreecommitdiffstats
path: root/src/ui/tools/measure-tool.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* reduce usage of desktop coordinates (#341)Thomas Holder2019-08-181-3/+5
| | | | | | | - avoid unnecessary internal usage of desktop coordinates, e.g. in SpellCheck::compareTextBboxes - document whether a function argument is in document or desktop coordinates, e.g. for SPDocument::getItemsInBox
* 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 ↵Diederik van Lierop2019-05-201-1/+1
| | | | controls have an odd-integer size (measured in pixels)
* Make display unit change roll out to toolbarsNathan Lee2019-04-301-3/+3
| | | | | | | Add exception for measure tool, which uses preferences Fixes https://gitlab.com/inkscape/inbox/issues/393 Partial fix: https://gitlab.com/inkscape/inkscape/issues/208
* modernize loopsMarc Jeanmougin2019-01-021-25/+22
|
* Fix bug 1804946: Measurement tool is very slow when using gridsJabier Arraiza2018-11-251-32/+6
| | | | This move from Namedview to a new prefernecr point to not reload full namedview on meassure
* Clarify licensesMax Gaukler2018-11-081-1/+2
| | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
* 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: ↵Jabiertxof2018-10-081-4/+4
| | | | https://chat.inkscape.org/channel/team_development?msg=sPPQMgwiGyvwfBGnv
* Misc. typosluz.paz2018-10-061-1/+1
| | | Found via `codespell`
* 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
| | | | | | Found via `codespell -q 3 -I ../inkscape-whitelist.txt --skip="*.svg,*.po,*.nsh,*.in,./src/3rdparty"`
* | Fix a meassure tooltip updated pointed by maren at hacfest, tooltip is not ↵Jabiertxof2018-09-131-3/+11
| | | | | | | | updated if no moviment on shift press
* | New option to invert y-axisThomas Holder2018-09-121-0/+7
|/ | | | | | | | | Replaces all hard coded or implicit desktop coordinate usage with doc2dt multiplication. New global preference: Interface > Origin at upper left https://bugs.launchpad.net/inkscape/+bug/170049
* 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
| | | | | This makes it clearer whether an integer or a boolean has to be passed in this specific call.
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-19/+19
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-1/+1
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* 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
| | | | Title:Measurement tool measures mirrored text in wrong position
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-24/+34
| | | | A lot of header clean-up.
* 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
| | | | | | | | | | | | Found using `codespell -q 3 -w --skip="*.svg,*.po,*.ts,./share/tutorials,./src/libavoid,./packaging/win32/languages,./man,./src/2geom" -I ../inkscape-whitelist.txt` whereby whitelist file contained: ``` dum iff glight substract te upto ```
* 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
| | | (bzr r15732)
* Merge in jabiertxof's hover information for measure toolMartin Owens2016-10-031-0/+112
|\ | | | | (bzr r15146)
| * Fix a typo pointed by CRJabier Arraiza Cenoz2016-06-111-1/+1
| | | | | | (bzr r14957.1.2)
| * Add measure Over Item by a vlada idea on IRCJabier Arraiza Cenoz2016-06-061-0/+112
| | | | | | (bzr r14957.1.1)
* | Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-17/+1
| | | | | | (bzr r15034)
* | Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-1/+17
| | | | | | (bzr r15027)
* | Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-17/+1
| | | | | | (bzr r15025)
* | Fixing wrong gettext keyword preventing translations from being used.Nicolas Dufour2016-06-171-2/+2
| | | | | | (bzr r14992)
* | Fix bug 'Persistent measure repositions on middle click'Jabier Arraiza Cenoz2016-06-121-1/+0
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1591662 (bzr r14982)
* | Fix wrong string in measure code. Noticed to translators. Thanks CRogers fro ↵Jabier Arraiza Cenoz2016-06-081-1/+1
|/ | | | | the text (bzr r14959)
* minor warning cleanup.Jon A. Cruz2016-04-211-2/+2
| | | (bzr r14861)
* Fix a bug meassuring text in units diferent than PXJabier Arraiza Cenoz2016-03-141-2/+1
| | | (bzr r14704)
* Fix a bug on explicit_base on meassure tool when using knots dialog to ↵Jabier Arraiza Cenoz2016-02-111-9/+13
| | | | | change position (bzr r14646)
* Changed no end lifetime temporary canvas items to canvas items in measure toolJabier Arraiza Cenoz2016-02-081-18/+30
| | | (bzr r14640)
* Sync 2Geom to commit 5ee51c1c4f2066faa3e2c82021fc92671ad44ba4Krzysztof Kosi??ski2016-02-081-9/+9
| | | (bzr r14639)
* Changed one icon/action in meassure toolbar to one more explicitJabier Arraiza Cenoz2016-02-071-2/+2
| | | (bzr r14638)
* Add knot position dialog to meassure with Shift+ClickJabier Arraiza Cenoz2016-02-071-4/+20
| | | (bzr r14636)