| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove unused parameter in SPItem::doWriteTransform | Stefano Facchini | 2017-09-24 | 1 | -1/+1 |
| | | |||||
| * | Hackfest: Refactor cursors so the hot spot is inside the xpm | Martin Owens | 2017-06-30 | 1 | -1/+1 |
| | | |||||
| * | Move boolop functions from sp_selected_path_<op> to ObjectSet::path<op> | Alexander Brock | 2016-11-09 | 1 | -6/+6 |
| | | | | (bzr r15223.1.1) | ||||
| * | CPPification: almost all sp_object_set_whatever and sp_selection_whatever ↵ | Marc Jeanmougin | 2016-10-24 | 1 | -7/+7 |
| | | | | | | | | | | | | | global functions are now methods of ObjectSet*, with these additional benefits: - They can now act on any SelectionSet, not just the current selection; - Whenever possible, they don't need a desktop anymore and can run if called from GUI. I hope I did not break too many things in the process. *: So instead of callink sp_selection_move(desktop,x,y), you call myobjectset->move(x,y) (bzr r15189) | ||||
| * | Fix a bug on eraser mode when previous clip are shapes not paths | Jabier Arraiza Cenoz | 2016-10-03 | 1 | -2/+10 |
| | | | | (bzr r15145) | ||||
| * | Merge in the new eraser mode (2) which uses clip instead of cut. | Martin Owens | 2016-10-02 | 1 | -38/+107 |
| |\ | | | | | (bzr r15143) | ||||
| | * | Update to trunk and some fixes | Jabier Arraiza Cenoz | 2016-10-02 | 1 | -24/+17 |
| | |\ | |/ |/| | (bzr r14865.1.14) | ||||
| * | | Partial fix for bug 172063 while we find a better solution for XOR in helper ↵ | Jabier Arraiza Cenoz | 2016-08-29 | 1 | -3/+3 |
| | | | | | | | | | | | lines (bzr r15090) | ||||
| * | | Merged trunk | Adrian Boguszewski | 2016-08-03 | 1 | -11/+0 |
| |\ \ | | | | | | | (bzr r14954.1.29) | ||||
| | * | | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 2016-08-03 | 1 | -11/+0 |
| | | | | | | | | | | (bzr r15034) | ||||
| | * | | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 2016-07-28 | 1 | -0/+11 |
| | | | | | | | | | | (bzr r15027) | ||||
| | * | | Removed unused includes, decrease compilation time | Adrian Boguszewski | 2016-07-28 | 1 | -11/+0 |
| | | | | | | | | | | (bzr r15025) | ||||
| * | | | Changed signatures of boolean functions | Adrian Boguszewski | 2016-07-20 | 1 | -3/+3 |
| | | | | | | | | | | (bzr r14954.1.24) | ||||
| * | | | Added items as a range function | Adrian Boguszewski | 2016-07-03 | 1 | -2/+2 |
| |\| | | | | | | | | (bzr r14954.1.13) | ||||
| * | | | Moved next functions, added namespace, renamed range functions | Adrian Boguszewski | 2016-06-25 | 1 | -2/+2 |
| | | | | | | | | | | (bzr r14954.1.10) | ||||
| * | | | Moved most functions from Selection to ObjectSet | Adrian Boguszewski | 2016-06-16 | 1 | -1/+0 |
| |/ / | | | | | (bzr r14954.1.7) | ||||
| | * | Speed improvements | Jabier Arraiza Cenoz | 2016-05-22 | 1 | -15/+9 |
| | | | | | | | (bzr r14865.1.12) | ||||
| | * | first attem to work throught layers | Jabier Arraiza Cenoz | 2016-05-22 | 1 | -4/+5 |
| | | | | | | | (bzr r14865.1.11) | ||||
| | * | Clip eraser done! Thanks Doctormon! | Jabier Arraiza Cenoz | 2016-05-22 | 1 | -83/+82 |
| | | | | | | | (bzr r14865.1.9) | ||||
| | * | Working undo | Jabier Arraiza Cenoz | 2016-05-21 | 1 | -17/+14 |
| | | | | | | | (bzr r14865.1.8) | ||||
| | * | Fixing undo thing | Jabier Arraiza Cenoz | 2016-05-21 | 1 | -17/+4 |
| | | | | | | | (bzr r14865.1.7) | ||||
| | * | Fixing undo thing | Jabier Arraiza Cenoz | 2016-05-21 | 1 | -6/+23 |
| | | | | | | | (bzr r14865.1.5) | ||||
| | * | working on undo | Jabier Arraiza Cenoz | 2016-05-06 | 1 | -15/+6 |
| | | | | | | | (bzr r14865.1.4) | ||||
| | * | Finishing eraser tool. TODO undo work | Jabier Arraiza Cenoz | 2016-05-06 | 1 | -45/+45 |
| | | | | | | | (bzr r14865.1.2) | ||||
| | * | Working on clip erase basic work done but broken | Jabier Arraiza Cenoz | 2016-05-02 | 1 | -15/+94 |
| |/ | | | (bzr r14865.1.1) | ||||
| * | Fix for bug 415471 and 1553182 related to undo with eraser tool | Jabier Arraiza Cenoz | 2016-03-04 | 1 | -41/+48 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1553182 (bzr r14688) | ||||
| * | Fix bug: 230480 eraser tool always deletes selected objects | Jabier Arraiza Cenoz | 2016-03-04 | 1 | -1/+12 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/230480 (bzr r14685) | ||||
| * | Hide with widget in delete mode of eraser tool | Jabier Arraiza Cenoz | 2016-03-04 | 1 | -0/+1 |
| | | | | (bzr r14684) | ||||
| * | Fix a bug with 0 width shapes | Jabier Arraiza Cenoz | 2016-03-01 | 1 | -1/+3 |
| | | | | (bzr r14648.1.4) | ||||
| * | Improve fill rule and add mass option | Jabier Arraiza Cenoz | 2016-03-01 | 1 | -19/+43 |
| | | | | (bzr r14648.1.2) | ||||
| * | Improved eraser tool, now working on documents not pixels and with 0 width | Jabier Arraiza Cenoz | 2016-02-13 | 1 | -79/+80 |
| | | | | (bzr r14648.1.1) | ||||
| * | static code analysis | Kris De Gussem | 2015-11-05 | 1 | -4/+4 |
| | | | | (bzr r14446) | ||||
| * | Fix eraser tool | Krzysztof Kosi??ski | 2015-05-09 | 1 | -6/+18 |
| | | | | (bzr r14059.2.12) | ||||
| * | fix for stl "remove" | Marc Jeanmougin | 2015-05-07 | 1 | -1/+1 |
| | | | | (bzr r14123) | ||||
| * | better fix, using std::remove instead of std::erase | Marc Jeanmougin | 2015-05-07 | 1 | -3/+1 |
| | | | | (bzr r14122) | ||||
| * | fix crash when converting a group of objects to path | Marc Jeanmougin | 2015-05-07 | 1 | -1/+3 |
| | | | | (bzr r14121) | ||||
| * | merge | Marc Jeanmougin | 2015-04-26 | 1 | -10/+0 |
| |\ | | | | | (bzr r13922.1.12) | ||||
| | * | Strip ToolFactory | Liam P. White | 2015-02-25 | 1 | -10/+0 |
| | | | | | | | (bzr r13939.1.2) | ||||
| * | | corrected the casts (hopefully) | Marc Jeanmougin | 2015-02-27 | 1 | -5/+5 |
| | | | | | | | (bzr r13922.1.10) | ||||
| * | | added a set to the Selection | Marc Jeanmougin | 2015-02-19 | 1 | -1/+1 |
| | | | | | | | (bzr r13922.1.6) | ||||
| * | | Put a few std::vector<SPitem*> | Marc Jeanmougin | 2015-02-19 | 1 | -10/+8 |
| | | | | | | | (bzr r13922.1.5) | ||||
| * | | Just... | mc | 2015-02-18 | 1 | -18/+13 |
| |/ | | | | | | | some... more... lines... (bzr r13922.1.2) | ||||
| * | Remove sp_desktop_document and finish cleanup of desktop-handles.h | Liam P. White | 2014-12-21 | 1 | -5/+5 |
| | | | | (bzr r13820) | ||||
| * | Purge sp_desktop_sketch and sp_desktop_tempgroup | Liam P. White | 2014-12-21 | 1 | -2/+2 |
| | | | | (bzr r13816) | ||||
| * | Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection | Liam P. White | 2014-12-21 | 1 | -1/+1 |
| | | | | (bzr r13809) | ||||
| * | Move more UI code into ui/ | Liam P. White | 2014-10-05 | 1 | -1/+1 |
| | | | | (bzr r13341.1.253) | ||||
| * | Cleaned up includes of tools / revert experimental casting macro ↵ | Markus Engel | 2014-03-26 | 1 | -0/+1 |
| | | | | | | replacements from r13061 (bzr r13216) | ||||
| * | Made constructors of tools use initializer lists. | Markus Engel | 2014-02-26 | 1 | -4/+3 |
| | | | | (bzr r13060) | ||||
| * | Moved and renamed some tool-related files. | Markus Engel | 2013-11-09 | 1 | -0/+1019 |
| (bzr r12785) | |||||
