| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move classes derived from SPObject to own directory. | Tavmjong Bah | 2018-01-30 | 1 | -500/+0 |
| | | | | | A lot of header clean-up. | ||||
| * | Fix message probles on boolops and for example when moving or transforming a ↵ | Jabiertxo Arraiza Cenoz | 2017-12-29 | 1 | -1/+1 |
| | | | | | selection no message | ||||
| * | Fix bug: crash - iterator corrupted by removing objects from container | Friedrich Beckmann | 2017-10-03 | 1 | -0/+1 |
| | | | | | | | | | | | | | | On MacOS El Capitan with XCode 7.3 inkscape crashes when a second item is drawn in the drawing area. The crash is triggered by clearing the selection from the previous drawing activity. The reason for the crash is that the iterator is corrupted because during iteration the objects are removed from the container. This patch uses a safe way to remove items from the container and going to the next iteration. Using this patch, inkscape does not crash anymore. | ||||
| * | Fix a bug when creating a cloned LPE with fill between many | Jabier Arraiza | 2017-09-09 | 1 | -1/+1 |
| | | |||||
| * | selection chemistry: implement z-stack order | chr | 2017-05-23 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | Bug #1395452 "raise and lower objects" used to stack objects above/below the next overlapping object, which makes it impossible to change the z-order of objects that don't overlap. Fixes also the object manager panel Conflicts: src/selection-chemistry.cpp src/selection-chemistry.h src/sp-item.cpp (bzr r15698.1.7) | ||||
| * | Makes selection complexity linear in the number of selected objects instead ↵ | Marc Jeanmougin | 2017-02-28 | 1 | -2/+4 |
| | | | | | | | | | of quadratic due to too many signals sent Fixed bugs: - https://launchpad.net/bugs/1666714 (bzr r15556) | ||||
| * | Fix "swap fill and stroke" for multiple objects in selection | alexandru.roman | 2017-01-21 | 1 | -1/+1 |
| | | | | | | | | | | Add verb and shortcut possibility Fixed bugs: - https://launchpad.net/bugs/367360 - https://launchpad.net/bugs/675690 (bzr r15428) | ||||
| * | Move boolop functions from sp_selected_path_<op> to ObjectSet::path<op> | Alexander Brock | 2016-11-09 | 1 | -1/+36 |
| | | | | (bzr r15223.1.1) | ||||
| * | merge recursive unlink clones branch | Marc Jeanmougin | 2016-11-06 | 1 | -2/+14 |
| |\ | | | | | (bzr r15220) | ||||
| | * | Add "Edit->Clone->Unlink Clones recursively" function ↵ | Alexander Brock | 2016-11-04 | 1 | -2/+14 |
| | |\ | | | | | | | | | | | | | (ObjectSet::unlinkRecursive) (bzr r15204.1.1) | ||||
| | | * | Add recursive clone unlink feature | Alexander Brock | 2016-10-27 | 1 | -2/+14 |
| | |/ | | | | | (bzr r15191.1.1) | ||||
| * | | further cppification | Marc Jeanmougin | 2016-11-06 | 1 | -0/+1 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1306662 (bzr r15218) | ||||
| * | | Fix crash in some commandline usage | Marc Jeanmougin | 2016-11-03 | 1 | -1/+2 |
| |/ | | | (bzr r15205) | ||||
| * | Fix signals | Marc Jeanmougin | 2016-10-25 | 1 | -12/+2 |
| | | | | (bzr r15191) | ||||
| * | CPPification: almost all sp_object_set_whatever and sp_selection_whatever ↵ | Marc Jeanmougin | 2016-10-24 | 1 | -4/+131 |
| | | | | | | | | | | | | | 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) | ||||
| * | Renamed some functions, fixed tests | Adrian Boguszewski | 2016-07-27 | 1 | -5/+5 |
| | | | | (bzr r14954.1.28) | ||||
| * | Changed coding style | Adrian Boguszewski | 2016-07-25 | 1 | -7/+18 |
| | | | | (bzr r14954.1.27) | ||||
| * | Improved spray tool, changed selection to object set | Adrian Boguszewski | 2016-07-22 | 1 | -0/+1 |
| | | | | (bzr r14954.1.25) | ||||
| * | Changed signatures of boolean functions | Adrian Boguszewski | 2016-07-20 | 1 | -0/+1 |
| | | | | (bzr r14954.1.24) | ||||
| * | Changed arguments and names of selection chemistry functions | Adrian Boguszewski | 2016-07-20 | 1 | -5/+38 |
| | | | | (bzr r14954.1.22) | ||||
| * | Added items as a range function | Adrian Boguszewski | 2016-07-03 | 1 | -1/+5 |
| | | | | (bzr r14954.1.13) | ||||
| * | Added xmlNodes as range function | Adrian Boguszewski | 2016-07-01 | 1 | -13/+32 |
| | | | | (bzr r14954.1.12) | ||||
| * | Added more tests | Adrian Boguszewski | 2016-06-27 | 1 | -3/+23 |
| | | | | (bzr r14954.1.11) | ||||
| * | Moved next functions, added namespace, renamed range functions | Adrian Boguszewski | 2016-06-25 | 1 | -2/+25 |
| | | | | (bzr r14954.1.10) | ||||
| * | Added first range to ObjectSet | Adrian Boguszewski | 2016-06-19 | 1 | -5/+20 |
| | | | | (bzr r14954.1.8) | ||||
| * | Moved most functions from Selection to ObjectSet | Adrian Boguszewski | 2016-06-16 | 1 | -3/+145 |
| | | | | (bzr r14954.1.7) | ||||
| * | Replaced old selection containers | Adrian Boguszewski | 2016-06-12 | 1 | -0/+2 |
| | | | | (bzr r14954.1.6) | ||||
| * | Added return value to remove | Adrian Boguszewski | 2016-06-11 | 1 | -1/+1 |
| | | | | (bzr r14954.1.5) | ||||
| * | Replaced Object by SPObject | Adrian Boguszewski | 2016-06-06 | 1 | -13/+13 |
| | | | | (bzr r14954.1.2) | ||||
| * | Added object set | Adrian Boguszewski | 2016-06-05 | 1 | -0/+58 |
| (bzr r14954.1.1) | |||||
