| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2018-11-08 | Clarify licenses | Max Gaukler | 1 | -1/+2 | |
| - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library | |||||
| 2018-10-02 | Fixes for LPE transforms and a bug when closing inkscape, related to ↵ | Jabiertxof | 1 | -2/+3 | |
| lpeobject-reference | |||||
| 2018-06-19 | Run clang-tidy’s modernize-redundant-void-arg pass. | Emmanuel Gil Peyrot | 1 | -3/+3 | |
| 2018-06-18 | Run clang-tidy’s modernize-deprecated-headers pass. | Emmanuel Gil Peyrot | 1 | -1/+1 | |
| This renames most C <*.h> includes into C++ <c*> includes. | |||||
| 2018-06-18 | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 1 | -8/+8 | |
| This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | |||||
| 2018-04-23 | Remove some documents updates | Jabier Arraiza | 1 | -1/+1 | |
| 2018-04-23 | Fix some crashes grouping | Jabier Arraiza | 1 | -5/+7 | |
| 2018-03-26 | Fixing refs | Jabier Arraiza | 1 | -10/+13 | |
| 2018-01-30 | Move classes derived from SPObject to own directory. | Tavmjong Bah | 1 | -1/+1 | |
| A lot of header clean-up. | |||||
| 2017-12-25 | Fix start anchors | Jabier Arraiza | 1 | -2/+4 | |
| 2017-02-05 | Fix C++11 errors and warnings with g++-7 | Alex Valavanis | 1 | -1/+3 | |
| Fixed bugs: - https://launchpad.net/bugs/1660992 (bzr r15477) | |||||
| 2016-08-03 | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 1 | -1/+0 | |
| (bzr r15034) | |||||
| 2016-07-28 | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 1 | -0/+1 | |
| (bzr r15027) | |||||
| 2016-07-28 | Removed unused includes, decrease compilation time | Adrian Boguszewski | 1 | -1/+0 | |
| (bzr r15025) | |||||
| 2015-07-14 | Fix for circular references detection in almost all cases, fixing ↵ | Marc Jeanmougin | 1 | -8/+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) | |||||
| 2011-02-21 | Finished cleanup of outdated SP_OBJECT_PARENT C macro. | Jon A. Cruz | 1 | -2/+2 | |
| (bzr r10064) | |||||
| 2008-10-27 | From trunk | Ted Gould | 1 | -2/+0 | |
| (bzr r6885) | |||||
| 2008-07-19 | remove usereference vestiges, change the signature of user_unlink (not used yet) | bulia byak | 1 | -8/+1 | |
| (bzr r6359) | |||||
| 2008-05-30 | LPE STACKING! | Johan B. C. Engelen | 1 | -1/+1 | |
| (many thanks to the french students who made this.) (bzr r5766) | |||||
| 2008-02-11 | remaining g++ 4.3 compilation fix-ups | Kees Cook | 1 | -0/+2 | |
| (bzr r4706) | |||||
| 2007-11-08 | warning cleanup | Jon A. Cruz | 1 | -1/+1 | |
| (bzr r4043) | |||||
| 2007-10-11 | trivial: live_effects/**: svn propset svn:eol-style native *.h *.cpp. | Peter Moulder | 1 | -161/+161 | |
| (bzr r3884) | |||||
| 2007-08-17 | Fix LPE: | Johan B. C. Engelen | 1 | -2/+2 | |
| * add default values for parameters * remove text for LPE_INVALID * update example for skel strokes * clean a bit of the code (bzr r3498) | |||||
| 2007-08-14 | Commit LivePathEffect branch to trunk! | Johan B. C. Engelen | 1 | -0/+161 | |
| (disabled extension/internal/bitmap/*.* in build.xml to fix compilation) (bzr r3472) | |||||
