summaryrefslogtreecommitdiffstats
path: root/src/ui/tools/spray-tool.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move macros.h and remove unneeded macrosEduard Braun2018-10-011-1/+1
|
* New option to invert y-axisThomas Holder2018-09-121-3/+3
| | | | | | | | | Replaces all hard coded or implicit desktop coordinate usage with doc2dt multiplication. New global preference: Interface > Origin at upper left https://bugs.launchpad.net/inkscape/+bug/170049
* Support smooth scrolling (part 2)Eduard Braun2018-09-111-1/+2
| | | | | | | | | | Fix scrolling when smooth scrolling is enabled / allow to scroll smoothly for: - canvas palette - node selection in path tool - selection cycling in select tool while holding Alt key - spraying in spray tool with mouse wheel - adjusting color by scrolling in lower left stroke/fill fields
* Move pixmaps to ui/pixmaps, and update the README accordingly.Emmanuel Gil Peyrot2018-06-211-1/+1
|
* Replace functions with methods in SPColor.Emmanuel Gil Peyrot2018-06-191-1/+1
|
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-8/+8
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-2/+2
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-2/+2
|
* Remove unused includes, etc.Tavmjong Bah2018-03-061-2/+0
|
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-32/+29
| | | | A lot of header clean-up.
* Misc. typosluz.paz2018-01-081-1/+1
| | | Found via `codespell`
* Rename get_group0_keyval to get_latin_keyvalAndrey Mozzhuhin2017-10-051-2/+2
|
* Remove unused parameter in SPItem::doWriteTransformStefano Facchini2017-09-241-2/+2
|
* Hackfest: Refactor cursors so the hot spot is inside the xpmMartin Owens2017-06-301-1/+1
|
* Move boolop functions from sp_selected_path_<op> to ObjectSet::path<op>Alexander Brock2016-11-091-2/+2
| | | (bzr r15223.1.1)
* Merged trunkAdrian Boguszewski2016-08-031-14/+0
|\ | | | | (bzr r14954.1.29)
| * Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-14/+0
| | | | | | (bzr r15034)
| * Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+14
| | | | | | (bzr r15027)
| * Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-14/+0
| | | | | | (bzr r15025)
* | Improved spray tool, changed selection to object setAdrian Boguszewski2016-07-221-29/+25
| | | | | | (bzr r14954.1.25)
* | Changed signatures of boolean functionsAdrian Boguszewski2016-07-201-1/+1
| | | | | | (bzr r14954.1.24)
* | Added items as a range functionAdrian Boguszewski2016-07-031-6/+6
|\| | | | | (bzr r14954.1.13)
* | Moved next functions, added namespace, renamed range functionsAdrian Boguszewski2016-06-251-5/+5
|/ | | (bzr r14954.1.10)
* Fix a bug in eraser spray mode when no overlaps is disabledJabier Arraiza Cenoz2016-01-281-2/+2
| | | (bzr r14622)
* static code analysisKris De Gussem2015-11-161-4/+2
| | | (bzr r14474)
* Fix erase mode in no overlap mode, pointed by Ivan LouetteJabier Arraiza Cenoz2015-11-141-12/+18
| | | (bzr r14469)
* static code analysisKris De Gussem2015-11-131-4/+4
| | | (bzr r14463)
* Fix crashes in erase mode of sprayJabier Arraiza Cenoz2015-11-121-2/+6
| | | (bzr r14461)
* Add erase mode to spray. Bugfixes.Jabier Arraiza Cenoz2015-11-111-12/+27
| | | (bzr r14459)
* Refactor of code, minor bugs fixed.Jabier Arraiza Cenoz2015-11-111-122/+263
| | | (bzr r14458)
* Improve offseting calculationJabier Arraiza Cenoz2015-11-111-38/+50
| | | | | Improve no picoverlap feature (bzr r14457)
* Remove unused functionsJabier Arraiza Cenoz2015-11-111-15/+0
| | | (bzr r14456)
* Add option to spray tool to no overlap between colorsJabier Arraiza Cenoz2015-11-111-25/+34
| | | (bzr r14455)
* Improvements to the over visible/invisible to minimize the colisions, ↵Jabier Arraiza Cenoz2015-11-111-20/+95
| | | | | | | | 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-17/+30
| | | | | sugested by Ivan Louette (bzr r14453)
* Fixes from review form Mc-Jabier Arraiza Cenoz2015-11-071-4/+1
| | | (bzr r14422.1.46)
* Fix for scale bug pointed by Mc-Jabier Arraiza Cenoz2015-11-071-2/+2
| | | (bzr r14422.1.45)
* Use color if trace dialog is disabledJabier Arraiza Cenoz2015-11-071-2/+12
| | | (bzr r14422.1.43)
* improve apply value to clones in scale modeJabier Arraiza Cenoz2015-11-011-13/+19
| | | (bzr r14422.1.38)
* Order disposition of iconsJabier Arraiza Cenoz2015-10-311-12/+16
| | | | | 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-43/+85
| | | (bzr r14422.1.33)
* Fix a bug compiling on powJabier Arraiza Cenoz2015-10-301-3/+3
| | | (bzr r14422.1.32)
* Now picker use all features of trace clonesJabier Arraiza Cenoz2015-10-301-42/+176
| | | (bzr r14422.1.31)
* Some fixes to new pressure optionsJabier Arraiza Cenoz2015-10-301-2/+2
| | | (bzr r14422.1.29)
* Add optional presure to width and to sizeJabier Arraiza Cenoz2015-10-301-8/+35
| | | | | Start showing trace dialog (bzr r14422.1.27)
* Removed recursion from code because no speed improvementsJabier Arraiza Cenoz2015-10-291-61/+5
| | | | | | 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)
* Fix a regression updating CSS dataJabier Arraiza Cenoz2015-10-281-2/+2
| | | (bzr r14422.1.24)
* Increase recursion levelsJabier Arraiza Cenoz2015-10-281-2/+2
| | | (bzr r14422.1.23)
* Improvement to the css stored on change colorsJabier Arraiza Cenoz2015-10-281-2/+2
| | | (bzr r14422.1.22)