summaryrefslogtreecommitdiffstats
path: root/src/widgets/measure-toolbar.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-06-17Move toolbars to ui/toolbarAlexander Valavanis1-477/+0
2018-05-14Misc. typosluz.paz1-1/+1
Found via `codespell` and `grep`
2018-02-04Convert UnitTracker to use ink-select-one-action.Tavmjong Bah1-9/+12
Additional code clean up.
2018-01-08Misc. typosluz.paz1-1/+1
Found via `codespell`
2017-12-02Optionaly measure only selected elementsJabier Arraiza1-0/+30
2017-06-29Remove old icon handling codeAlexander Valavanis1-1/+1
2017-01-06Improve UI to partialy fix bug 1654121 now offset in measure is neas the ↵Jabiertxof1-1/+1
only button tat have this option. also improved tooltip (bzr r15393)
2016-08-05Split InkAction classes into separate filesAlex Valavanis1-1/+2
(bzr r15043)
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-2/+1
(bzr r15034)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-1/+2
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-2/+1
(bzr r15025)
2016-02-07Changed one icon/action in meassure toolbar to one more explicitJabier Arraiza Cenoz1-10/+10
(bzr r14638)
2016-02-06Added phantom meassure feature to meassure toolJabier Arraiza Cenoz1-0/+18
(bzr r14634)
2015-12-26minor typos (mail to inkscape-translator)Yuri Chornoivan1-1/+1
(bzr r14541)
2015-10-25Fixed some toolbox definition and minor tweaksJabier Arraiza Cenoz1-21/+30
(bzr r14393.1.30)
2015-10-18Added Scale optionJabier Arraiza Cenoz1-10/+36
(bzr r14393.1.27)
2015-10-17Add precision to measure. Also change other scalar widgets to a .2 precision ↵Jabier Arraiza Cenoz1-3/+34
instead 3 (bzr r14393.1.26)
2015-10-16Fix a wrong stringJabier Arraiza Cenoz1-1/+1
(bzr r14393.2.6)
2015-10-16Add convert to guides optionJabier Arraiza Cenoz1-0/+17
(bzr r14393.2.4)
2015-10-12Convert Measure to Item doneJabier Arraiza Cenoz1-0/+17
(bzr r14393.1.17)
2015-10-10Added new button to get global measure as a dimensionJabier Arraiza Cenoz1-3/+32
(bzr r14393.1.15)
2015-10-06add snaping to knots and stating convert measure to itemsJabier Arraiza Cenoz1-0/+18
(bzr r14393.1.9)
2015-10-05add reverse to meassure outputJabier Arraiza Cenoz1-1/+16
(bzr r14393.1.8)
2015-10-05Add redraw to meassure when use toolbarJabier Arraiza Cenoz1-11/+88
(bzr r14393.1.6)
2015-10-04Add improvements to measure tool:Jabier Arraiza Cenoz1-0/+36
more responsive add option to handle only active layer or all add a option to hide/show first and last segment add a option to compute only one global sice (bzr r14393.1.1)
2014-12-21Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White1-2/+2
(bzr r13820)
2014-10-05Move GtkAction subclasses to widgets/Liam P. White1-2/+2
(bzr r13341.1.249)
2014-03-02Fixed includes for tools.Markus Engel1-24/+7
(bzr r13097)
2013-11-09Moved and renamed some tool-related files.Markus Engel1-1/+1
(bzr r12785)
2013-10-12Units: stop newing Unit objects. pass around pointers to "undeletable" Unit ↵Johan B. C. Engelen1-1/+1
objects in the UnitTable. I think we should move to using indexed units, and pass around the index of the unit in the unittable, or smth like that... ? (bzr r12679)
2013-07-30Cleanup.Matthew Petroff1-5/+0
(bzr r12380.1.52)
2013-07-19Removed "helper/unit-menu.h" from "widgest/toolbar.*" and associated files.Matthew Petroff1-1/+1
(bzr r12380.1.30)
2013-07-17Removed unused unit includes.Matthew Petroff1-8/+14
(bzr r12380.1.10)
2013-07-09Ported sp-namedview.cpp (todo: fix a bunch of things).Matthew Petroff1-1/+1
(bzr r12380.1.8)
2013-03-25Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis1-2/+1
Fixed bugs: - https://launchpad.net/bugs/1122774 (bzr r12243)
2012-11-11Replace remaining C-style pointer casts for src/widgetsAlex Valavanis1-2/+2
(bzr r11868)
2012-06-17Removed outdated classes.Jon A. Cruz1-0/+2
Pruned header to not introduce extraneous includes. (bzr r11502)
2012-05-28Build with GDK_DISABLE_DEPRECATED for Gtk+ 2Alex Valavanis1-1/+1
Fixed bugs: - https://launchpad.net/bugs/943207 (bzr r11431)
2012-05-14Fix for 986446 : Measure toolbar header includeJohn Smith1-1/+1
(bzr r11361)
2012-05-08Fix for 986446 : Refactor toolbox into tool specific filesJohn Smith1-0/+138
(bzr r11346)