summaryrefslogtreecommitdiffstats
path: root/src/widgets/spray-toolbar.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-06-17Move toolbars to ui/toolbarAlexander Valavanis1-630/+0
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-4/+4
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-4/+4
2018-01-29Don't translate the empty string.Eduard Braun1-1/+1
Really, please don't do it! - in the best case it shows a wall of useless text to the user - in the worst case it causes strange crashes for users with non-English locale
2018-01-08Restore ability to switch mode while using spray tool (is this even useful?).Tavmjong Bah1-1/+2
2017-12-24Convert spray tool to use ink-select-one-action.Tavmjong Bah1-48/+45
2017-06-29Remove old icon handling codeAlexander Valavanis1-4/+4
2016-09-03Remove == true.Shlomi Fish1-2/+2
(bzr r15100.1.8)
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-01Remove duplicate mensageJabier Arraiza Cenoz1-1/+1
(bzr r14629)
2016-02-01Dinamic toolbar enlacements, now in clone mode on spray tool and in pencil ↵Jabier Arraiza Cenoz1-3/+6
toolbar (bzr r14628)
2016-01-28Add dinamic toolbar to spray,poligon/star and wrap toolsJabier Arraiza Cenoz1-50/+57
(bzr r14621)
2015-12-26minor typos (mail to inkscape-translator)Yuri Chornoivan1-4/+4
(bzr r14541)
2015-11-25Remove unused headers.Tavmjong Bah1-2/+0
(bzr r14490)
2015-11-14Some sane defaults for spray offset, subject to further tweakingAlexandre Prokoudine1-2/+4
(bzr r14467)
2015-11-12Fix a warn on launchJabier Arraiza Cenoz1-1/+1
(bzr r14460)
2015-11-11Add erase mode to spray. Bugfixes.Jabier Arraiza Cenoz1-6/+36
(bzr r14459)
2015-11-11Refactor of code, minor bugs fixed.Jabier Arraiza Cenoz1-43/+43
(bzr r14458)
2015-11-11Add option to spray tool to no overlap between colorsJabier Arraiza Cenoz1-3/+23
(bzr r14455)
2015-11-11Improvements to the over visible/invisible to minimize the colisions, ↵Jabier Arraiza Cenoz1-3/+25
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)
2015-11-10Spray Tool: Change hide invisibe by over visible and over invisible, ↵Jabier Arraiza Cenoz1-10/+31
sugested by Ivan Louette (bzr r14453)
2015-11-07Fixes from review form Mc-Jabier Arraiza Cenoz1-4/+2
(bzr r14422.1.46)
2015-11-07Use color if trace dialog is disabledJabier Arraiza Cenoz1-3/+3
(bzr r14422.1.43)
2015-10-31Order disposition of iconsJabier Arraiza Cenoz1-11/+11
Add inverse also to opacity (bzr r14422.1.37)
2015-10-31'End' of picker workJabier Arraiza Cenoz1-24/+24
(bzr r14422.1.35)
2015-10-31Working on pickerJabier Arraiza Cenoz1-6/+97
(bzr r14422.1.33)
2015-10-30Now picker use all features of trace clonesJabier Arraiza Cenoz1-26/+0
(bzr r14422.1.31)
2015-10-30Open trace dialog on click on pick toogleJabier Arraiza Cenoz1-3/+19
(bzr r14422.1.30)
2015-10-30Some fixes to new pressure optionsJabier Arraiza Cenoz1-1/+1
(bzr r14422.1.29)
2015-10-30Add optional presure to width and to sizeJabier Arraiza Cenoz1-4/+62
Start showing trace dialog (bzr r14422.1.27)
2015-10-29Removed recursion from code because no speed improvementsJabier Arraiza Cenoz1-0/+2
Added swith to 100 on toogle no overlap button pointed by Mc. Fixed crash pointed by Mc selecting all+no overlap+click (bzr r14422.1.25)
2015-10-28add a ignore transparent areas optionJabier Arraiza Cenoz1-3/+34
(bzr r14422.1.21)
2015-10-27Now the picker work with alphas and also in no overlap modeJabier Arraiza Cenoz1-33/+37
Offset dropdown disabled if no overlap Changed offset to percent based (bzr r14422.1.18)
2015-10-26Fixed some typos pointed by McJabier Arraiza Cenoz1-8/+19
(bzr r14422.1.17)
2015-10-26Added a option to pick down colorJabier Arraiza Cenoz1-0/+20
(bzr r14422.1.14)
2015-10-26Fixed typos from McJabier Arraiza Cenoz1-1/+1
Removed unnecesary added headers Put overlap default to false (bzr r14422.1.12)
2015-10-25Cleanup Spray tool improvementsJabier Arraiza Cenoz1-40/+1
(bzr r14422.3.1)
2015-10-25End adding no overlap to spray toolJabier Arraiza Cenoz1-15/+16
(bzr r14422.1.9)
2015-10-24working in a new wayJabier Arraiza Cenoz1-0/+38
(bzr r14422.1.7)
2014-10-05Move GtkAction subclasses to widgets/Liam P. White1-3/+3
(bzr r13341.1.249)
2014-03-09Fix random crashes when spraying in single path mode.Krzysztof Kosi??ski1-1/+1
Fixes LP bug #1274831 Fixed bugs: - https://launchpad.net/bugs/1274831 (bzr r13131)
2014-03-02Fixed includes for tools.Markus Engel1-25/+9
(bzr r13097)
2014-02-28Spray tool:Nicolas Dufour1-2/+6
* Partial patch (in sp_spray_dilate) for crashes explained in Bug #1274831. * Some minor style fixes (indentation). * Due to some remaining crashes, the Single path mode is disabled in Inkscape 0.91. (bzr r13077)
2013-11-09Moved and renamed some tool-related files.Markus Engel1-2/+2
(bzr r12785)
2013-09-15Enable unit evaluation in toolbars.Matthew Petroff1-6/+6
(bzr r12475.1.22)
2013-07-19Removed "helper/unit-menu.h" from "widgest/toolbar.*" and associated files.Matthew Petroff1-6/+6
(bzr r12380.1.30)
2013-07-17Removed unused unit includes.Matthew Petroff1-4/+0
(bzr r12380.1.10)