| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2018-01-30 | Move classes derived from SPObject to own directory. | Tavmjong Bah | 1 | -392/+0 | |
| A lot of header clean-up. | |||||
| 2017-10-04 | selection clear: First disconnect, then clear | Friedrich Beckmann | 1 | -5/+3 | |
| As proposed by Marc, the objects are first disconnected and then all elements are removed from the container via container.clear. This also avoids the corruption of the iterator as the container is not modified during the iterations. | |||||
| 2017-10-03 | Fix bug: crash - iterator corrupted by removing objects from container | Friedrich Beckmann | 1 | -4/+10 | |
| 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. | |||||
| 2017-02-28 | Makes selection complexity linear in the number of selected objects instead ↵ | Marc Jeanmougin | 1 | -3/+5 | |
| of quadratic due to too many signals sent Fixed bugs: - https://launchpad.net/bugs/1666714 (bzr r15556) | |||||
| 2016-11-02 | Add some unit tests for object-set cppification | Marc Jeanmougin | 1 | -2/+2 | |
| (bzr r15203) | |||||
| 2016-10-25 | Fix signals | Marc Jeanmougin | 1 | -3/+19 | |
| (bzr r15191) | |||||
| 2016-07-25 | Changed coding style | Adrian Boguszewski | 1 | -19/+28 | |
| (bzr r14954.1.27) | |||||
| 2016-07-14 | Renamed children list in SPObject | Adrian Boguszewski | 1 | -3/+3 | |
| (bzr r14954.1.21) | |||||
| 2016-07-11 | First part of new SPObject children list | Adrian Boguszewski | 1 | -9/+9 | |
| (bzr r14954.1.17) | |||||
| 2016-07-01 | Added xmlNodes as range function | Adrian Boguszewski | 1 | -7/+2 | |
| (bzr r14954.1.12) | |||||
| 2016-06-27 | Added more tests | Adrian Boguszewski | 1 | -27/+1 | |
| (bzr r14954.1.11) | |||||
| 2016-06-25 | Moved next functions, added namespace, renamed range functions | Adrian Boguszewski | 1 | -8/+23 | |
| (bzr r14954.1.10) | |||||
| 2016-06-05 | Added object set | Adrian Boguszewski | 1 | -0/+133 | |
| (bzr r14954.1.1) | |||||
