| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2019-03-06 | Stop crash on loading text on path | Nathan Lee | 1 | -11/+9 | |
| If path is below text in xml, early attempt to get text path leads to call to nullptr. Fixes https://gitlab.com/inkscape/inbox/issues/134 | |||||
| 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-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-use-nullptr pass. | Emmanuel Gil Peyrot | 1 | -11/+11 | |
| This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | |||||
| 2018-05-31 | Implement rendering for 'textPath' 'side' attribute. No GUI. | Tavmjong Bah | 1 | -17/+10 | |
| 2018-01-30 | Move classes derived from SPObject to own directory. | Tavmjong Bah | 1 | -0/+0 | |
| A lot of header clean-up. | |||||
| 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 | -3/+0 | |
| (bzr r15034) | |||||
| 2016-07-28 | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 1 | -0/+3 | |
| (bzr r15027) | |||||
| 2016-07-28 | Removed unused includes, decrease compilation time | Adrian Boguszewski | 1 | -3/+0 | |
| (bzr r15025) | |||||
| 2015-07-14 | Fix for circular references detection in almost all cases, fixing ↵ | Marc Jeanmougin | 1 | -12/+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) | |||||
| 2013-11-14 | More scan-build null pointer checks | Alex Valavanis | 1 | -11/+14 | |
| (bzr r12814) | |||||
| 2011-02-21 | Finished cleanup of outdated SP_OBJECT_PARENT C macro. | Jon A. Cruz | 1 | -6/+6 | |
| (bzr r10064) | |||||
| 2011-02-02 | update to latest 2geom ! | Johan B. C. Engelen | 1 | -6/+6 | |
| (bzr r10025) | |||||
| 2010-07-14 | SPShape c++ified to the extent it was possible and more changes done for XML ↵ | Abhishek Sharma Public | 1 | -1/+1 | |
| privatisation. Major changes yet to come. (bzr r9546.1.7) | |||||
| 2008-12-28 | More NR ==> Geom changes | Joshua L. Blocher | 1 | -4/+4 | |
| (bzr r7032) | |||||
| 2008-10-27 | From trunk | Ted Gould | 1 | -3/+5 | |
| (bzr r6885) | |||||
| 2008-10-11 | Merging from trunk | Ted Gould | 1 | -2/+2 | |
| (bzr r6884) | |||||
| 2008-08-08 | remove many unnecessary to_2geom and from_2geom calls | Johan B. C. Engelen | 1 | -1/+1 | |
| (bzr r6593) | |||||
| 2008-06-22 | use LoadPathVector instead of LoadArtBPath everywhere | Johan B. C. Engelen | 1 | -1/+1 | |
| (bzr r6017) | |||||
| 2008-05-05 | struct SPCurve => class SPCurve | Johan B. C. Engelen | 1 | -1/+1 | |
| change all sp_curve_methods functions to SPCurve::methods. (bzr r5609) | |||||
| 2008-01-31 | Applying fixes for gcc 4.3 build issues (closes LP: #169115) | Bryce Harrington | 1 | -0/+2 | |
| (bzr r4629) | |||||
| 2008-01-25 | first set of updates to headers for clean gcc 4.3 builds | Kees Cook | 1 | -0/+2 | |
| (bzr r4588) | |||||
| 2007-11-10 | Warning cleanup | Jon A. Cruz | 1 | -1/+5 | |
| (bzr r4052) | |||||
| 2007-06-17 | fix double instancing of signal connectors in SPUseReference | Johan B. C. Engelen | 1 | -9/+0 | |
| (bzr r3071) | |||||
| 2006-07-28 | switch to sigc++ SPObject signals for SPUsePathReference | MenTaLguY | 1 | -5/+6 | |
| (bzr r1498) | |||||
| 2006-05-09 | eliminate direct accesses to SPCurve::bpath | MenTaLguY | 1 | -1/+1 | |
| (bzr r787) | |||||
