summaryrefslogtreecommitdiffstats
path: root/src/ui/tools/spray-tool.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Selectively disable motion event compression for specific toolsPatrick Storz2019-11-181-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.
* Crashfix on deleting selected with spray toolNathan Lee2019-11-171-4/+3
| | | | Fix https://gitlab.com/inkscape/inkscape/issues/496
* reduce usage of desktop coordinates (#341)Thomas Holder2019-08-181-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
* Make doc2dt a document propertyThomas Holder2019-07-271-2/+1
| | | | Closes #340
* Refactoring: replace funcs with methods.Shlomi Fish2019-06-121-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.
* Hackfest2019: Get rid of deprecated InkSelectOneActionAlexander Valavanis2019-05-281-1/+9
|
* Avoid the “using std::*;” or “using namespace std;” constructs.Emmanuel Gil Peyrot2019-03-061-1/+1
| | | | This makes the code a lot less readable and greppable for no reason.
* SprayToolbar: GtkAction migrationAlexander Valavanis2019-02-101-5/+5
|
* modernize loopsMarc Jeanmougin2019-01-021-8/+4
|
* Use std::unique_ptr for all MessageContextEmmanuel Gil Peyrot2018-12-031-2/+2
|
* Clarify licensesMax Gaukler2018-11-081-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
* 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)