summaryrefslogtreecommitdiffstats
path: root/src/ui/tools/livecode-tool.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-12-02add draft janet interface for livecodings-ol1-2/+4
2019-11-28add api and input modules for the livecoding tools-ol1-52/+10
2019-11-23add livecoding tool to toolbars-ol1-8/+8
2018-11-08Clarify licensesMax Gaukler1-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
2018-09-24Remove #include "config.h" from header files where possibleEduard Braun1-4/+0
2018-09-13Fix a meassure tooltip updated pointed by maren at hacfest, tooltip is not ↵Jabiertxof1-0/+1
updated if no moviment on shift press
2018-06-18Run clang-tidy’s modernize-deprecated-headers pass.Emmanuel Gil Peyrot1-1/+1
This renames most C <*.h> includes into C++ <c*> includes.
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-3/+3
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2018-06-18Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot1-4/+4
This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
2016-06-06Add measure Over Item by a vlada idea on IRCJabier Arraiza Cenoz1-0/+9
(bzr r14957.1.1)
2016-02-11Fix a bug on explicit_base on meassure tool when using knots dialog to ↵Jabier Arraiza Cenoz1-1/+1
change position (bzr r14646)
2016-02-08Changed no end lifetime temporary canvas items to canvas items in measure toolJabier Arraiza Cenoz1-2/+2
(bzr r14640)
2016-02-07Add knot position dialog to meassure with Shift+ClickJabier Arraiza Cenoz1-1/+8
(bzr r14636)
2016-02-06Added phantom meassure feature to meassure toolJabier Arraiza Cenoz1-4/+6
(bzr r14634)
2016-02-06Fix for meassure bug #1541963Jabier Arraiza Cenoz1-0/+2
Fixed bugs: - https://launchpad.net/bugs/1541963 (bzr r14632)
2015-10-17Fixed guides if current layer has any transformJabier Arraiza Cenoz1-1/+2
Improved guides code Change color and label to the result guides (bzr r14393.1.23)
2015-10-16Add convert to guides optionJabier Arraiza Cenoz1-0/+1
(bzr r14393.2.4)
2015-10-16Fixed explicit base with SHIFT to allow calculate anglesJabier Arraiza Cenoz1-3/+1
A bit refactor (bzr r14393.2.2)
2015-10-12Convert Measure to Item doneJabier Arraiza Cenoz1-3/+18
(bzr r14393.1.17)
2015-10-10Added new button to get global measure as a dimensionJabier Arraiza Cenoz1-0/+1
(bzr r14393.1.15)
2015-10-06add snaping to knots and stating convert measure to itemsJabier Arraiza Cenoz1-1/+6
(bzr r14393.1.9)
2015-10-05add reverse to meassure outputJabier Arraiza Cenoz1-0/+1
(bzr r14393.1.8)
2015-10-05Add redraw to meassure when use toolbarJabier Arraiza Cenoz1-0/+1
(bzr r14393.1.6)
2015-10-04Added knots to post editing the measure and make it persistant throught toolsJabier Arraiza Cenoz1-10/+20
(bzr r14393.1.3)
2015-10-04Add improvements to measure tool:Jabier Arraiza Cenoz1-2/+2
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)
2013-11-09Moved and renamed some tool-related files.Markus Engel1-1/+1
(bzr r12785)
2013-11-07First step of moving tools into appropriate namespaces.Markus Engel1-5/+13
(bzr r12782)
2013-09-28Fixed MeasureContext.Markus Engel1-0/+6
Fixed bugs: - https://launchpad.net/bugs/1232494 (bzr r12613)
2013-09-15Added runtime check in SP_-cast macros.Markus Engel1-1/+1
(bzr r11608.1.123)
2013-09-14Modified SP_IS_ macros.Markus Engel1-1/+1
(bzr r11608.1.122)
2013-07-30Further refactoring of EventContexts.Markus Engel1-1/+1
(bzr r11608.1.109)
2013-04-21Cleaned up a bit.Markus Engel1-5/+3
(bzr r11608.1.102)
2013-04-20Merging of EventContext classes complete.Markus Engel1-21/+2
(bzr r11608.1.98)
2013-04-13Replaced casting macros for EventContext tree; added contructors.Markus Engel1-2/+6
(bzr r11608.1.96)
2013-04-12Added prefPaths to contexts; modified SPFactoryMarkus Engel1-0/+2
(bzr r11608.1.94)
2013-04-09Added constructors to EventContext tree / some missing virtual pads.Markus Engel1-2/+21
(bzr r11608.1.90)
2013-03-19Fixing regressionjtx1-3/+0
(bzr r11950.1.61)
2013-03-17Working with widjetsJabier Arraiza Cenoz1-0/+3
(bzr r11950.1.56)
2013-03-15Fix even more forward declaration tagsAlex Valavanis1-3/+0
(bzr r12206)
2011-11-03Misc cleanup including casts and variable lifetime and initialization.Jon A. Cruz1-7/+7
(bzr r10712)
2011-06-14Remove deprecated glib macro wrappersAlex Valavanis1-2/+2
(bzr r10302.1.1)
2011-06-06Introducing our new nice measurement tool! :-DFelipe Corr??a da Silva Sanches1-0/+35
(bzr r10259)