| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2019-12-02 | add draft janet interface for livecoding | s-ol | 1 | -2/+4 | |
| 2019-11-28 | add api and input modules for the livecoding tool | s-ol | 1 | -52/+10 | |
| 2019-11-23 | add livecoding tool to toolbar | s-ol | 1 | -8/+8 | |
| 2018-11-08 | Clarify licenses | Max Gaukler | 1 | -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-24 | Remove #include "config.h" from header files where possible | Eduard Braun | 1 | -4/+0 | |
| 2018-09-13 | Fix a meassure tooltip updated pointed by maren at hacfest, tooltip is not ↵ | Jabiertxof | 1 | -0/+1 | |
| updated if no moviment on shift press | |||||
| 2018-06-18 | Run clang-tidy’s modernize-deprecated-headers pass. | Emmanuel Gil Peyrot | 1 | -1/+1 | |
| This renames most C <*.h> includes into C++ <c*> includes. | |||||
| 2018-06-18 | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 1 | -3/+3 | |
| This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | |||||
| 2018-06-18 | Run clang-tidy’s modernize-use-override pass. | Emmanuel Gil Peyrot | 1 | -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-06 | Add measure Over Item by a vlada idea on IRC | Jabier Arraiza Cenoz | 1 | -0/+9 | |
| (bzr r14957.1.1) | |||||
| 2016-02-11 | Fix a bug on explicit_base on meassure tool when using knots dialog to ↵ | Jabier Arraiza Cenoz | 1 | -1/+1 | |
| change position (bzr r14646) | |||||
| 2016-02-08 | Changed no end lifetime temporary canvas items to canvas items in measure tool | Jabier Arraiza Cenoz | 1 | -2/+2 | |
| (bzr r14640) | |||||
| 2016-02-07 | Add knot position dialog to meassure with Shift+Click | Jabier Arraiza Cenoz | 1 | -1/+8 | |
| (bzr r14636) | |||||
| 2016-02-06 | Added phantom meassure feature to meassure tool | Jabier Arraiza Cenoz | 1 | -4/+6 | |
| (bzr r14634) | |||||
| 2016-02-06 | Fix for meassure bug #1541963 | Jabier Arraiza Cenoz | 1 | -0/+2 | |
| Fixed bugs: - https://launchpad.net/bugs/1541963 (bzr r14632) | |||||
| 2015-10-17 | Fixed guides if current layer has any transform | Jabier Arraiza Cenoz | 1 | -1/+2 | |
| Improved guides code Change color and label to the result guides (bzr r14393.1.23) | |||||
| 2015-10-16 | Add convert to guides option | Jabier Arraiza Cenoz | 1 | -0/+1 | |
| (bzr r14393.2.4) | |||||
| 2015-10-16 | Fixed explicit base with SHIFT to allow calculate angles | Jabier Arraiza Cenoz | 1 | -3/+1 | |
| A bit refactor (bzr r14393.2.2) | |||||
| 2015-10-12 | Convert Measure to Item done | Jabier Arraiza Cenoz | 1 | -3/+18 | |
| (bzr r14393.1.17) | |||||
| 2015-10-10 | Added new button to get global measure as a dimension | Jabier Arraiza Cenoz | 1 | -0/+1 | |
| (bzr r14393.1.15) | |||||
| 2015-10-06 | add snaping to knots and stating convert measure to items | Jabier Arraiza Cenoz | 1 | -1/+6 | |
| (bzr r14393.1.9) | |||||
| 2015-10-05 | add reverse to meassure output | Jabier Arraiza Cenoz | 1 | -0/+1 | |
| (bzr r14393.1.8) | |||||
| 2015-10-05 | Add redraw to meassure when use toolbar | Jabier Arraiza Cenoz | 1 | -0/+1 | |
| (bzr r14393.1.6) | |||||
| 2015-10-04 | Added knots to post editing the measure and make it persistant throught tools | Jabier Arraiza Cenoz | 1 | -10/+20 | |
| (bzr r14393.1.3) | |||||
| 2015-10-04 | Add improvements to measure tool: | Jabier Arraiza Cenoz | 1 | -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-09 | Moved and renamed some tool-related files. | Markus Engel | 1 | -1/+1 | |
| (bzr r12785) | |||||
| 2013-11-07 | First step of moving tools into appropriate namespaces. | Markus Engel | 1 | -5/+13 | |
| (bzr r12782) | |||||
| 2013-09-28 | Fixed MeasureContext. | Markus Engel | 1 | -0/+6 | |
| Fixed bugs: - https://launchpad.net/bugs/1232494 (bzr r12613) | |||||
| 2013-09-15 | Added runtime check in SP_-cast macros. | Markus Engel | 1 | -1/+1 | |
| (bzr r11608.1.123) | |||||
| 2013-09-14 | Modified SP_IS_ macros. | Markus Engel | 1 | -1/+1 | |
| (bzr r11608.1.122) | |||||
| 2013-07-30 | Further refactoring of EventContexts. | Markus Engel | 1 | -1/+1 | |
| (bzr r11608.1.109) | |||||
| 2013-04-21 | Cleaned up a bit. | Markus Engel | 1 | -5/+3 | |
| (bzr r11608.1.102) | |||||
| 2013-04-20 | Merging of EventContext classes complete. | Markus Engel | 1 | -21/+2 | |
| (bzr r11608.1.98) | |||||
| 2013-04-13 | Replaced casting macros for EventContext tree; added contructors. | Markus Engel | 1 | -2/+6 | |
| (bzr r11608.1.96) | |||||
| 2013-04-12 | Added prefPaths to contexts; modified SPFactory | Markus Engel | 1 | -0/+2 | |
| (bzr r11608.1.94) | |||||
| 2013-04-09 | Added constructors to EventContext tree / some missing virtual pads. | Markus Engel | 1 | -2/+21 | |
| (bzr r11608.1.90) | |||||
| 2013-03-19 | Fixing regression | jtx | 1 | -3/+0 | |
| (bzr r11950.1.61) | |||||
| 2013-03-17 | Working with widjets | Jabier Arraiza Cenoz | 1 | -0/+3 | |
| (bzr r11950.1.56) | |||||
| 2013-03-15 | Fix even more forward declaration tags | Alex Valavanis | 1 | -3/+0 | |
| (bzr r12206) | |||||
| 2011-11-03 | Misc cleanup including casts and variable lifetime and initialization. | Jon A. Cruz | 1 | -7/+7 | |
| (bzr r10712) | |||||
| 2011-06-14 | Remove deprecated glib macro wrappers | Alex Valavanis | 1 | -2/+2 | |
| (bzr r10302.1.1) | |||||
| 2011-06-06 | Introducing our new nice measurement tool! :-D | Felipe Corr??a da Silva Sanches | 1 | -0/+35 | |
| (bzr r10259) | |||||
