summaryrefslogtreecommitdiffstats
path: root/src/ui/tools/eraser-tool.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Improve fill rule and add mass optionJabier Arraiza Cenoz2016-03-011-19/+43
* Improved eraser tool, now working on documents not pixels and with 0 widthJabier Arraiza Cenoz2016-02-131-79/+80
* static code analysisKris De Gussem2015-11-051-4/+4
* Fix eraser toolKrzysztof Kosi??ski2015-05-091-6/+18
* fix for stl "remove"Marc Jeanmougin2015-05-071-1/+1
* better fix, using std::remove instead of std::eraseMarc Jeanmougin2015-05-071-3/+1
* fix crash when converting a group of objects to pathMarc Jeanmougin2015-05-071-1/+3
* mergeMarc Jeanmougin2015-04-261-10/+0
|\
| * Strip ToolFactoryLiam P. White2015-02-251-10/+0
* | corrected the casts (hopefully)Marc Jeanmougin2015-02-271-5/+5
* | added a set to the SelectionMarc Jeanmougin2015-02-191-1/+1
* | Put a few std::vector<SPitem*>Marc Jeanmougin2015-02-191-10/+8
* | Just...mc2015-02-181-18/+13
|/
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-211-5/+5
* Purge sp_desktop_sketch and sp_desktop_tempgroupLiam P. White2014-12-211-2/+2
* Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White2014-12-211-1/+1
* Move more UI code into ui/Liam P. White2014-10-051-1/+1
* Cleaned up includes of tools / revert experimental casting macro replacements...Markus Engel2014-03-261-0/+1
* Made constructors of tools use initializer lists.Markus Engel2014-02-261-4/+3
* Moved and renamed some tool-related files.Markus Engel2013-11-091-0/+1019