summaryrefslogtreecommitdiffstats
path: root/src/ui/tools/spray-tool.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clarify licensesMax Gaukler2018-11-081-2/+3
| | | | | | - 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
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-181-5/+5
| | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
* Improved spray tool, changed selection to object setAdrian Boguszewski2016-07-221-1/+8
| | | (bzr r14954.1.25)
* Add erase mode to spray. Bugfixes.Jabier Arraiza Cenoz2015-11-111-1/+2
| | | (bzr r14459)
* Refactor of code, minor bugs fixed.Jabier Arraiza Cenoz2015-11-111-8/+18
| | | (bzr r14458)
* Add option to spray tool to no overlap between colorsJabier Arraiza Cenoz2015-11-111-0/+1
| | | (bzr r14455)
* Improvements to the over visible/invisible to minimize the colisions, ↵Jabier Arraiza Cenoz2015-11-111-0/+1
| | | | | | | | sprayed items fit on background whith overlap visible or invisible areas Add option in picker mode to compute the center/or average area of sprayed item Now reverse work without adbanced trace dialog inverting the color. By this all buttons have a utility in advanced and in normal mode (bzr r14454)
* Spray Tool: Change hide invisibe by over visible and over invisible, ↵Jabier Arraiza Cenoz2015-11-101-1/+2
| | | | | sugested by Ivan Louette (bzr r14453)
* Order disposition of iconsJabier Arraiza Cenoz2015-10-311-1/+1
| | | | | Add inverse also to opacity (bzr r14422.1.37)
* 'End' of picker workJabier Arraiza Cenoz2015-10-311-2/+2
| | | (bzr r14422.1.35)
* Working on pickerJabier Arraiza Cenoz2015-10-311-0/+3
| | | (bzr r14422.1.33)
* Add optional presure to width and to sizeJabier Arraiza Cenoz2015-10-301-1/+3
| | | | | Start showing trace dialog (bzr r14422.1.27)
* add a ignore transparent areas optionJabier Arraiza Cenoz2015-10-281-0/+1
| | | (bzr r14422.1.21)
* Added a option to pick down colorJabier Arraiza Cenoz2015-10-261-0/+1
| | | (bzr r14422.1.14)
* Fixed typos from McJabier Arraiza Cenoz2015-10-261-1/+1
| | | | | | Removed unnecesary added headers Put overlap default to false (bzr r14422.1.12)
* End adding no overlap to spray toolJabier Arraiza Cenoz2015-10-251-0/+1
| | | (bzr r14422.1.9)
* Improving Spray toolJabier Arraiza Cenoz2015-10-241-1/+0
| | | (bzr r14422.1.8)
* working in a new wayJabier Arraiza Cenoz2015-10-241-1/+3
| | | (bzr r14422.1.7)
* Spray. Fix for Bug #1459845 (Spray tool pressure sensitivity broken?).Nicolas Dufour2015-06-221-1/+0
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1459845 (bzr r14210)
* Spray Tool. Fixing boolean initialization and coding style issues.Nicolas Dufour2015-06-181-8/+8
| | | (bzr r14205)
* Made constructors of tools use initializer lists.Markus Engel2014-02-261-4/+4
| | | (bzr r13060)
* Moved and renamed some tool-related files.Markus Engel2013-11-091-0/+121
(bzr r12785)