summaryrefslogtreecommitdiffstats
path: root/src/ui/tools/spray-tool.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-11-18Selectively disable motion event compression for specific toolsPatrick Storz1-0/+2
2019-11-17Crashfix on deleting selected with spray toolNathan Lee1-4/+3
2019-08-18reduce usage of desktop coordinates (#341)Thomas Holder1-2/+1
2019-07-27Make doc2dt a document propertyThomas Holder1-2/+1
2019-06-12Refactoring: replace funcs with methods.Shlomi Fish1-3/+3
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
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
2018-10-01Move macros.h and remove unneeded macrosEduard Braun1-1/+1
2018-09-12New option to invert y-axisThomas Holder1-3/+3
2018-09-11Support smooth scrolling (part 2)Eduard Braun1-1/+2
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
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-2/+2
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
2018-01-08Misc. typosluz.paz1-1/+1
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
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-14/+0
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+14
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-14/+0
2016-07-22Improved spray tool, changed selection to object setAdrian Boguszewski1-29/+25
2016-07-20Changed signatures of boolean functionsAdrian Boguszewski1-1/+1
2016-06-25Moved next functions, added namespace, renamed range functionsAdrian Boguszewski1-5/+5
2016-01-28Fix a bug in eraser spray mode when no overlaps is disabledJabier Arraiza Cenoz1-2/+2
2015-11-16static code analysisKris De Gussem1-4/+2
2015-11-14Fix erase mode in no overlap mode, pointed by Ivan LouetteJabier Arraiza Cenoz1-12/+18
2015-11-13static code analysisKris De Gussem1-4/+4
2015-11-12Fix crashes in erase mode of sprayJabier Arraiza Cenoz1-2/+6
2015-11-11Add erase mode to spray. Bugfixes.Jabier Arraiza Cenoz1-12/+27
2015-11-11Refactor of code, minor bugs fixed.Jabier Arraiza Cenoz1-122/+263
2015-11-11Improve offseting calculationJabier Arraiza Cenoz1-38/+50
2015-11-11Remove unused functionsJabier Arraiza Cenoz1-15/+0
2015-11-11Add option to spray tool to no overlap between colorsJabier Arraiza Cenoz1-25/+34
2015-11-11Improvements to the over visible/invisible to minimize the colisions, sprayed...Jabier Arraiza Cenoz1-20/+95
2015-11-10Spray Tool: Change hide invisibe by over visible and over invisible, sugested...Jabier Arraiza Cenoz1-17/+30
2015-11-07Fixes from review form Mc-Jabier Arraiza Cenoz1-4/+1
2015-11-07Fix for scale bug pointed by Mc-Jabier Arraiza Cenoz1-2/+2
2015-11-07Use color if trace dialog is disabledJabier Arraiza Cenoz1-2/+12
2015-11-01improve apply value to clones in scale modeJabier Arraiza Cenoz1-13/+19
2015-10-31Order disposition of iconsJabier Arraiza Cenoz1-12/+16
2015-10-31'End' of picker workJabier Arraiza Cenoz1-24/+24