summaryrefslogtreecommitdiffstats
path: root/src/ui/tools/spray-tool.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-11-18Selectively disable motion event compression for specific toolsPatrick Storz1-0/+2
It was globally disabled in ab71599ea1af1ea5042e35502e9aa722cc4ab51e However most of the time we do not care for intermediate motion events, and forcing to process them only causes unnecessary performance overhead.
2019-11-17Crashfix on deleting selected with spray toolNathan Lee1-4/+3
Fix https://gitlab.com/inkscape/inkscape/issues/496
2019-08-18reduce usage of desktop coordinates (#341)Thomas Holder1-2/+1
- avoid unnecessary internal usage of desktop coordinates, e.g. in SpellCheck::compareTextBboxes - document whether a function argument is in document or desktop coordinates, e.g. for SPDocument::getItemsInBox
2019-07-27Make doc2dt a document propertyThomas Holder1-2/+1
Closes #340
2019-06-12Refactoring: replace funcs with methods.Shlomi Fish1-3/+3
I hereby disclaim any implicit or explicit ownership of my changes in this changeset, and put them under a multiple licence consisting of your choice of one of more of: - The CC0 / Public Domain - https://creativecommons.org/choose/zero/ . - The MIT / Expat license - https://en.wikipedia.org/wiki/MIT_License - The default licence of your project - The https://en.wikipedia.org/wiki/GNU_Lesser_General_Public_License - version 2.1 or higher - The https://en.wikipedia.org/wiki/GNU_General_Public_License - version 2 or higher - Any licence in the 2018-Aug-27 popular licenses list of https://opensource.org/licenses - The https://en.wikipedia.org/wiki/Apache_License version 2.0 or later - The https://en.wikipedia.org/wiki/Artistic_License version 2.0 or later - The https://en.wikipedia.org/wiki/ISC_license - The https://opensource.org/licenses/BSD-2-Clause Crediting me will be nice, but not mandatory, and you can change the licence of the project without needing my permission.
2019-05-28Hackfest2019: Get rid of deprecated InkSelectOneActionAlexander Valavanis1-1/+9
2019-03-06Avoid the “using std::*;” or “using namespace std;” constructs.Emmanuel Gil Peyrot1-1/+1
This makes the code a lot less readable and greppable for no reason.
2019-02-10SprayToolbar: GtkAction migrationAlexander Valavanis1-5/+5
2019-01-02modernize loopsMarc Jeanmougin1-8/+4
2018-12-03Use std::unique_ptr for all MessageContextEmmanuel Gil Peyrot1-2/+2
2018-11-08Clarify licensesMax Gaukler1-1/+2
- 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
2018-10-01Move macros.h and remove unneeded macrosEduard Braun1-1/+1
2018-09-12New option to invert y-axisThomas Holder1-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
2018-09-11Support smooth scrolling (part 2)Eduard Braun1-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
2018-06-21Move pixmaps to ui/pixmaps, and update the README accordingly.Emmanuel Gil Peyrot1-1/+1
2018-06-19Replace functions with methods in SPColor.Emmanuel Gil Peyrot1-1/+1
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-8/+8
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-2/+2
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-2/+2
2018-03-06Remove unused includes, etc.Tavmjong Bah1-2/+0
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-32/+29
A lot of header clean-up.
2018-01-08Misc. typosluz.paz1-1/+1
Found via `codespell`
2017-10-05Rename get_group0_keyval to get_latin_keyvalAndrey Mozzhuhin1-2/+2
2017-09-24Remove unused parameter in SPItem::doWriteTransformStefano Facchini1-2/+2
2017-06-30Hackfest: Refactor cursors so the hot spot is inside the xpmMartin Owens1-1/+1
2016-11-09Move boolop functions from sp_selected_path_<op> to ObjectSet::path<op>Alexander Brock1-2/+2
(bzr r15223.1.1)
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-14/+0
(bzr r15034)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+14
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-14/+0
(bzr r15025)
2016-07-22Improved spray tool, changed selection to object setAdrian Boguszewski1-29/+25
(bzr r14954.1.25)
2016-07-20Changed signatures of boolean functionsAdrian Boguszewski1-1/+1
(bzr r14954.1.24)
2016-06-25Moved next functions, added namespace, renamed range functionsAdrian Boguszewski1-5/+5
(bzr r14954.1.10)
2016-01-28Fix a bug in eraser spray mode when no overlaps is disabledJabier Arraiza Cenoz1-2/+2
(bzr r14622)
2015-11-16static code analysisKris De Gussem1-4/+2
(bzr r14474)
2015-11-14Fix erase mode in no overlap mode, pointed by Ivan LouetteJabier Arraiza Cenoz1-12/+18
(bzr r14469)
2015-11-13static code analysisKris De Gussem1-4/+4
(bzr r14463)
2015-11-12Fix crashes in erase mode of sprayJabier Arraiza Cenoz1-2/+6
(bzr r14461)
2015-11-11Add erase mode to spray. Bugfixes.Jabier Arraiza Cenoz1-12/+27
(bzr r14459)
2015-11-11Refactor of code, minor bugs fixed.Jabier Arraiza Cenoz1-122/+263
(bzr r14458)
2015-11-11Improve offseting calculationJabier Arraiza Cenoz1-38/+50
Improve no picoverlap feature (bzr r14457)
2015-11-11Remove unused functionsJabier Arraiza Cenoz1-15/+0
(bzr r14456)
2015-11-11Add option to spray tool to no overlap between colorsJabier Arraiza Cenoz1-25/+34
(bzr r14455)
2015-11-11Improvements to the over visible/invisible to minimize the colisions, ↵Jabier Arraiza Cenoz1-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)
2015-11-10Spray Tool: Change hide invisibe by over visible and over invisible, ↵Jabier Arraiza Cenoz1-17/+30
sugested by Ivan Louette (bzr r14453)
2015-11-07Fixes from review form Mc-Jabier Arraiza Cenoz1-4/+1
(bzr r14422.1.46)
2015-11-07Fix for scale bug pointed by Mc-Jabier Arraiza Cenoz1-2/+2
(bzr r14422.1.45)
2015-11-07Use color if trace dialog is disabledJabier Arraiza Cenoz1-2/+12
(bzr r14422.1.43)
2015-11-01improve apply value to clones in scale modeJabier Arraiza Cenoz1-13/+19
(bzr r14422.1.38)
2015-10-31Order disposition of iconsJabier Arraiza Cenoz1-12/+16
Add inverse also to opacity (bzr r14422.1.37)
2015-10-31'End' of picker workJabier Arraiza Cenoz1-24/+24
(bzr r14422.1.35)