summaryrefslogtreecommitdiffstats
path: root/src/ui/tools/eraser-tool.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* reduce usage of desktop coordinates (#341)Thomas Holder2019-08-181-4/+5
* Eraser tool fixesThomas Holder2019-07-151-2/+5
* Rm unused code now Gtk+ >= 3.22 dependency is setAlexander Valavanis2019-05-261-2/+2
* EraserToolbar: GtkAction migrationAlexander Valavanis2019-01-291-5/+5
* Use std::unique_ptr for all MessageContextEmmanuel Gil Peyrot2018-12-031-1/+1
* Clarify licensesMax Gaukler2018-11-081-1/+2
* Fix related bug on eraserJabier Arraiza2018-11-051-1/+1
* Move macros.h and remove unneeded macrosEduard Braun2018-10-011-1/+2
* Move pixmaps to ui/pixmaps, and update the README accordingly.Emmanuel Gil Peyrot2018-06-211-1/+1
* Run clang-tidy’s modernize-use-bool-literals pass.Emmanuel Gil Peyrot2018-06-181-1/+1
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-181-2/+1
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-11/+11
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-3/+3
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-3/+3
* Fixing LPE recalculations warnings on updateJabier Arraiza2018-04-231-7/+2
* a bit more of warning cleanupFelipe Corrêa da Silva Sanches2018-03-281-1/+1
* Allow upadate shapen innside groups with LPEJabier Arraiza2018-03-261-2/+7
* Fixing refsJabier Arraiza2018-03-261-11/+0
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-29/+34
* Rename get_group0_keyval to get_latin_keyvalAndrey Mozzhuhin2017-10-051-2/+2
* Removed all GSList occurences in .h filesMarc Jeanmougin2017-10-011-10/+8
* Remove unused parameter in SPItem::doWriteTransformStefano Facchini2017-09-241-1/+1
* 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-6/+6
* CPPification: almost all sp_object_set_whatever and sp_selection_whatever glo...Marc Jeanmougin2016-10-241-7/+7
* Fix a bug on eraser mode when previous clip are shapes not pathsJabier Arraiza Cenoz2016-10-031-2/+10
* Merge in the new eraser mode (2) which uses clip instead of cut.Martin Owens2016-10-021-38/+107
|\
| * Update to trunk and some fixesJabier Arraiza Cenoz2016-10-021-24/+17
| |\ | |/ |/|
* | Partial fix for bug 172063 while we find a better solution for XOR in helper ...Jabier Arraiza Cenoz2016-08-291-3/+3
* | Merged trunkAdrian Boguszewski2016-08-031-11/+0
|\ \
| * | Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-11/+0
| * | Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+11
| * | Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-11/+0
* | | Changed signatures of boolean functionsAdrian Boguszewski2016-07-201-3/+3
* | | Added items as a range functionAdrian Boguszewski2016-07-031-2/+2
|\| |
* | | Moved next functions, added namespace, renamed range functionsAdrian Boguszewski2016-06-251-2/+2
* | | Moved most functions from Selection to ObjectSetAdrian Boguszewski2016-06-161-1/+0
|/ /
| * Speed improvementsJabier Arraiza Cenoz2016-05-221-15/+9
| * first attem to work throught layersJabier Arraiza Cenoz2016-05-221-4/+5
| * Clip eraser done! Thanks Doctormon!Jabier Arraiza Cenoz2016-05-221-83/+82
| * Working undoJabier Arraiza Cenoz2016-05-211-17/+14
| * Fixing undo thingJabier Arraiza Cenoz2016-05-211-17/+4
| * Fixing undo thingJabier Arraiza Cenoz2016-05-211-6/+23
| * working on undoJabier Arraiza Cenoz2016-05-061-15/+6
| * Finishing eraser tool. TODO undo workJabier Arraiza Cenoz2016-05-061-45/+45
| * Working on clip erase basic work done but brokenJabier Arraiza Cenoz2016-05-021-15/+94
|/
* Fix for bug 415471 and 1553182 related to undo with eraser toolJabier Arraiza Cenoz2016-03-041-41/+48
* Fix bug: 230480 eraser tool always deletes selected objectsJabier Arraiza Cenoz2016-03-041-1/+12
* Hide with widget in delete mode of eraser toolJabier Arraiza Cenoz2016-03-041-0/+1
* Fix a bug with 0 width shapesJabier Arraiza Cenoz2016-03-011-1/+3