| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Refactor Util::ptr_shared | Jan Lingscheid | 2017-10-18 | 1 | -4/+4 |
| | | | | | | Util::ptr_shared<T> was only used in its <char> specialization, so it is now refactored into a non-template class. Using it with arbitary classes was dangerous anyway. | ||||
| * | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 2016-08-03 | 1 | -2/+0 |
| | | | | (bzr r15034) | ||||
| * | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 2016-07-28 | 1 | -0/+2 |
| | | | | (bzr r15027) | ||||
| * | Removed unused includes, decrease compilation time | Adrian Boguszewski | 2016-07-28 | 1 | -2/+0 |
| | | | | (bzr r15025) | ||||
| * | Fix for circular references detection in almost all cases, fixing ↵ | Marc Jeanmougin | 2015-07-14 | 1 | -1/+1 |
| | | | | | | | | | | | | https://bugs.launchpad.net/inkscape/+bug/167247 and a few of its duplicates. This fix is aimed at preventing any sort of circular references with the URIReference::_acceptObject method, checking the absence of loops in the reference+child tree. There can be some performance improvements done if we add a pointer from cloned sub-objects to their origin sub-object. The remaining cases that are not fixed can involve non-trivial loops using one or more "url()" stylesheet references. Being able to take them into account would require a non-obvious style.cpp refactoring making use of URIReference for this kind of reference (and not handling manually the signals in the styling code, which would probably be a good thing to do anyway) (bzr r14245) | ||||
| * | Finished cleanup of outdated SP_OBJECT_REPR C macro. | Jon A. Cruz | 2011-02-22 | 1 | -1/+1 |
| | | | | (bzr r10067) | ||||
| * | Warning cleanup | Jon A. Cruz | 2007-11-10 | 1 | -23/+23 |
| | | | | (bzr r4052) | ||||
| * | bug 1243190: add tref element support; limited editing support thus far ↵ | Richard Hughes | 2007-07-11 | 1 | -0/+108 |
| (patch by gbanaszk) (bzr r3227) | |||||
