summaryrefslogtreecommitdiffstats
path: root/src/ui/tools/spray-tool.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Selectively disable motion event compression for specific toolsPatrick Storz2019-11-181-0/+2
* Crashfix on deleting selected with spray toolNathan Lee2019-11-171-4/+3
* reduce usage of desktop coordinates (#341)Thomas Holder2019-08-181-2/+1
* Make doc2dt a document propertyThomas Holder2019-07-271-2/+1
* Refactoring: replace funcs with methods.Shlomi Fish2019-06-121-3/+3
* 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
* 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
* Move macros.h and remove unneeded macrosEduard Braun2018-10-011-1/+1
* New option to invert y-axisThomas Holder2018-09-121-3/+3
* Support smooth scrolling (part 2)Eduard Braun2018-09-111-1/+2
* 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
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-2/+2
* 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
* Misc. typosluz.paz2018-01-081-1/+1
* 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
* Merged trunkAdrian Boguszewski2016-08-031-14/+0
|\
| * Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-14/+0
| * Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+14
| * Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-14/+0
* | Improved spray tool, changed selection to object setAdrian Boguszewski2016-07-221-29/+25
* | Changed signatures of boolean functionsAdrian Boguszewski2016-07-201-1/+1
* | Added items as a range functionAdrian Boguszewski2016-07-031-6/+6
|\|
* | Moved next functions, added namespace, renamed range functionsAdrian Boguszewski2016-06-251-5/+5
|/
* Fix a bug in eraser spray mode when no overlaps is disabledJabier Arraiza Cenoz2016-01-281-2/+2
* static code analysisKris De Gussem2015-11-161-4/+2
* Fix erase mode in no overlap mode, pointed by Ivan LouetteJabier Arraiza Cenoz2015-11-141-12/+18
* static code analysisKris De Gussem2015-11-131-4/+4
* Fix crashes in erase mode of sprayJabier Arraiza Cenoz2015-11-121-2/+6
* Add erase mode to spray. Bugfixes.Jabier Arraiza Cenoz2015-11-111-12/+27
* Refactor of code, minor bugs fixed.Jabier Arraiza Cenoz2015-11-111-122/+263
* Improve offseting calculationJabier Arraiza Cenoz2015-11-111-38/+50
* Remove unused functionsJabier Arraiza Cenoz2015-11-111-15/+0
* Add option to spray tool to no overlap between colorsJabier Arraiza Cenoz2015-11-111-25/+34
* Improvements to the over visible/invisible to minimize the colisions, sprayed...Jabier Arraiza Cenoz2015-11-111-20/+95
* Spray Tool: Change hide invisibe by over visible and over invisible, sugested...Jabier Arraiza Cenoz2015-11-101-17/+30
* Fixes from review form Mc-Jabier Arraiza Cenoz2015-11-071-4/+1
* Fix for scale bug pointed by Mc-Jabier Arraiza Cenoz2015-11-071-2/+2
* Use color if trace dialog is disabledJabier Arraiza Cenoz2015-11-071-2/+12
* improve apply value to clones in scale modeJabier Arraiza Cenoz2015-11-011-13/+19