summaryrefslogtreecommitdiffstats
path: root/src/ui/tools/eraser-tool.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-08-18reduce usage of desktop coordinates (#341)Thomas Holder1-4/+5
2019-07-15Eraser tool fixesThomas Holder1-2/+5
2019-05-26Rm unused code now Gtk+ >= 3.22 dependency is setAlexander Valavanis1-2/+2
2019-01-29EraserToolbar: GtkAction migrationAlexander Valavanis1-5/+5
2018-12-03Use std::unique_ptr for all MessageContextEmmanuel Gil Peyrot1-1/+1
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-11-05Fix related bug on eraserJabier Arraiza1-1/+1
2018-10-01Move macros.h and remove unneeded macrosEduard Braun1-1/+2
2018-06-21Move pixmaps to ui/pixmaps, and update the README accordingly.Emmanuel Gil Peyrot1-1/+1
2018-06-18Run clang-tidy’s modernize-use-bool-literals pass.Emmanuel Gil Peyrot1-1/+1
2018-06-18Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot1-2/+1
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-11/+11
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-3/+3
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-3/+3
2018-04-23Fixing LPE recalculations warnings on updateJabier Arraiza1-7/+2
2018-03-28a bit more of warning cleanupFelipe Corrêa da Silva Sanches1-1/+1
2018-03-26Allow upadate shapen innside groups with LPEJabier Arraiza1-2/+7
2018-03-26Fixing refsJabier Arraiza1-11/+0
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-29/+34
2017-10-05Rename get_group0_keyval to get_latin_keyvalAndrey Mozzhuhin1-2/+2
2017-10-01Removed all GSList occurences in .h filesMarc Jeanmougin1-10/+8
2017-09-24Remove unused parameter in SPItem::doWriteTransformStefano Facchini1-1/+1
2017-06-30Hackfest: Refactor cursors so the hot spot is inside the xpmMartin Owens1-1/+1
2016-10-24CPPification: almost all sp_object_set_whatever and sp_selection_whatever glo...Marc Jeanmougin1-7/+7
2016-11-09Move boolop functions from sp_selected_path_<op> to ObjectSet::path<op>Alexander Brock1-6/+6
2016-10-03Fix a bug on eraser mode when previous clip are shapes not pathsJabier Arraiza Cenoz1-2/+10
2016-08-29Partial fix for bug 172063 while we find a better solution for XOR in helper ...Jabier Arraiza Cenoz1-3/+3
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-11/+0
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+11
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-11/+0
2016-07-20Changed signatures of boolean functionsAdrian Boguszewski1-3/+3
2016-06-25Moved next functions, added namespace, renamed range functionsAdrian Boguszewski1-2/+2
2016-05-22Speed improvementsJabier Arraiza Cenoz1-15/+9
2016-05-22first attem to work throught layersJabier Arraiza Cenoz1-4/+5
2016-05-22Clip eraser done! Thanks Doctormon!Jabier Arraiza Cenoz1-83/+82
2016-05-21Working undoJabier Arraiza Cenoz1-17/+14
2016-05-21Fixing undo thingJabier Arraiza Cenoz1-17/+4
2016-05-21Fixing undo thingJabier Arraiza Cenoz1-6/+23
2016-05-06working on undoJabier Arraiza Cenoz1-15/+6
2016-05-06Finishing eraser tool. TODO undo workJabier Arraiza Cenoz1-45/+45
2016-05-02Working on clip erase basic work done but brokenJabier Arraiza Cenoz1-15/+94
2016-03-04Fix for bug 415471 and 1553182 related to undo with eraser toolJabier Arraiza Cenoz1-41/+48
2016-03-04Fix bug: 230480 eraser tool always deletes selected objectsJabier Arraiza Cenoz1-1/+12
2016-03-04Hide with widget in delete mode of eraser toolJabier Arraiza Cenoz1-0/+1
2016-03-01Fix a bug with 0 width shapesJabier Arraiza Cenoz1-1/+3
2016-03-01Improve fill rule and add mass optionJabier Arraiza Cenoz1-19/+43
2016-02-13Improved eraser tool, now working on documents not pixels and with 0 widthJabier Arraiza Cenoz1-79/+80
2015-11-05static code analysisKris De Gussem1-4/+4
2015-05-09Fix eraser toolKrzysztof Kosi??ski1-6/+18
2015-05-07fix for stl "remove"Marc Jeanmougin1-1/+1