summaryrefslogtreecommitdiffstats
path: root/src/widgets/spray-toolbar.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* Spray tool controls bar: update icon name (consistent with Tweak and ↵su_v2012-09-021-1/+1
| | | | | | | Calligraphy tool) See also: http://wiki.inkscape.org/wiki/index.php/Themable_icons (bzr r11643)
* Removed outdated classes.Jon A. Cruz2012-06-171-0/+2
| | | | | Pruned header to not introduce extraneous includes. (bzr r11502)
* Build with GDK_DISABLE_DEPRECATED for Gtk+ 2Alex Valavanis2012-05-281-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/943207 (bzr r11431)
* Fix for 986446 : Refactor toolbox into tool specific filesJohn Smith2012-05-081-0/+300
(bzr r11346)