summaryrefslogtreecommitdiffstats
path: root/src/widgets/spray-toolbar.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move toolbars to ui/toolbarAlexander Valavanis2018-06-171-630/+0
|
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-4/+4
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-4/+4
|
* Don't translate the empty string.Eduard Braun2018-01-291-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
* Restore ability to switch mode while using spray tool (is this even useful?).Tavmjong Bah2018-01-081-1/+2
|
* Convert spray tool to use ink-select-one-action.Tavmjong Bah2017-12-241-48/+45
|
* Remove old icon handling codeAlexander Valavanis2017-06-291-4/+4
|
* Remove == true.Shlomi Fish2016-09-031-2/+2
| | | (bzr r15100.1.8)
* Split InkAction classes into separate filesAlex Valavanis2016-08-051-1/+2
| | | (bzr r15043)
* Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-2/+1
| | | (bzr r15034)
* Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-1/+2
| | | (bzr r15027)
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-2/+1
| | | (bzr r15025)
* Remove duplicate mensageJabier Arraiza Cenoz2016-02-011-1/+1
| | | (bzr r14629)
* Dinamic toolbar enlacements, now in clone mode on spray tool and in pencil ↵Jabier Arraiza Cenoz2016-02-011-3/+6
| | | | | toolbar (bzr r14628)
* Add dinamic toolbar to spray,poligon/star and wrap toolsJabier Arraiza Cenoz2016-01-281-50/+57
| | | (bzr r14621)
* minor typos (mail to inkscape-translator)Yuri Chornoivan2015-12-261-4/+4
| | | (bzr r14541)
* Remove unused headers.Tavmjong Bah2015-11-251-2/+0
| | | (bzr r14490)
* Some sane defaults for spray offset, subject to further tweakingAlexandre Prokoudine2015-11-141-2/+4
| | | (bzr r14467)
* Fix a warn on launchJabier Arraiza Cenoz2015-11-121-1/+1
| | | (bzr r14460)
* Add erase mode to spray. Bugfixes.Jabier Arraiza Cenoz2015-11-111-6/+36
| | | (bzr r14459)
* Refactor of code, minor bugs fixed.Jabier Arraiza Cenoz2015-11-111-43/+43
| | | (bzr r14458)
* Add option to spray tool to no overlap between colorsJabier Arraiza Cenoz2015-11-111-3/+23
| | | (bzr r14455)
* Improvements to the over visible/invisible to minimize the colisions, ↵Jabier Arraiza Cenoz2015-11-111-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)
* Spray Tool: Change hide invisibe by over visible and over invisible, ↵Jabier Arraiza Cenoz2015-11-101-10/+31
| | | | | sugested by Ivan Louette (bzr r14453)
* Fixes from review form Mc-Jabier Arraiza Cenoz2015-11-071-4/+2
| | | (bzr r14422.1.46)
* Use color if trace dialog is disabledJabier Arraiza Cenoz2015-11-071-3/+3
| | | (bzr r14422.1.43)
* Order disposition of iconsJabier Arraiza Cenoz2015-10-311-11/+11
| | | | | Add inverse also to opacity (bzr r14422.1.37)
* 'End' of picker workJabier Arraiza Cenoz2015-10-311-24/+24
| | | (bzr r14422.1.35)
* Working on pickerJabier Arraiza Cenoz2015-10-311-6/+97
| | | (bzr r14422.1.33)
* Now picker use all features of trace clonesJabier Arraiza Cenoz2015-10-301-26/+0
| | | (bzr r14422.1.31)
* Open trace dialog on click on pick toogleJabier Arraiza Cenoz2015-10-301-3/+19
| | | (bzr r14422.1.30)
* Some fixes to new pressure optionsJabier Arraiza Cenoz2015-10-301-1/+1
| | | (bzr r14422.1.29)
* Add optional presure to width and to sizeJabier Arraiza Cenoz2015-10-301-4/+62
| | | | | Start showing trace dialog (bzr r14422.1.27)
* Removed recursion from code because no speed improvementsJabier Arraiza Cenoz2015-10-291-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)
* add a ignore transparent areas optionJabier Arraiza Cenoz2015-10-281-3/+34
| | | (bzr r14422.1.21)
* Now the picker work with alphas and also in no overlap modeJabier Arraiza Cenoz2015-10-271-33/+37
| | | | | | Offset dropdown disabled if no overlap Changed offset to percent based (bzr r14422.1.18)
* Fixed some typos pointed by McJabier Arraiza Cenoz2015-10-261-8/+19
| | | (bzr r14422.1.17)
* Added a option to pick down colorJabier Arraiza Cenoz2015-10-261-0/+20
| | | (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-15/+16
| | | (bzr r14422.1.9)
* working in a new wayJabier Arraiza Cenoz2015-10-241-0/+38
| | | (bzr r14422.1.7)
* Move GtkAction subclasses to widgets/Liam P. White2014-10-051-3/+3
| | | (bzr r13341.1.249)
* Fix random crashes when spraying in single path mode.Krzysztof Kosi??ski2014-03-091-1/+1
| | | | | | | | Fixes LP bug #1274831 Fixed bugs: - https://launchpad.net/bugs/1274831 (bzr r13131)
* Fixed includes for tools.Markus Engel2014-03-021-25/+9
| | | (bzr r13097)
* Spray tool:Nicolas Dufour2014-02-281-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)
* Moved and renamed some tool-related files.Markus Engel2013-11-091-2/+2
| | | (bzr r12785)
* Enable unit evaluation in toolbars.Matthew Petroff2013-09-151-6/+6
| | | (bzr r12475.1.22)
* Removed "helper/unit-menu.h" from "widgest/toolbar.*" and associated files.Matthew Petroff2013-07-191-6/+6
| | | (bzr r12380.1.30)
* Removed unused unit includes.Matthew Petroff2013-07-171-4/+0
| | | (bzr r12380.1.10)
* Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis2013-03-251-2/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1122774 (bzr r12243)