summaryrefslogtreecommitdiffstats
path: root/src/uri-references.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-166/+0
| | | | A lot of header clean-up.
* Fix C++11 errors and warnings with g++-7Alex Valavanis2017-02-051-2/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1660992 (bzr r15477)
* Fix for circular references detection in almost all cases, fixing ↵Marc Jeanmougin2015-07-141-5/+5
| | | | | | | | | | | 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)
* Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵Liam P. White2014-08-311-3/+3
| | | | | GThread deprecation errors. (bzr r13341.1.190)
* Code cleanup.Liam P. White2014-08-181-4/+4
| | | (bzr r13341.1.145)
* Cleanup for src/forward.h. (About 19 of the affected files did not require ↵Jon A. Cruz2011-10-051-4/+16
| | | | | the contents forward.h at all). (bzr r10667)
* compatibility patch to compile using gcc 4.6Adib Taraben2011-02-271-0/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/707205 (bzr r10070.1.1)
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-0/+2
|\ | | | | (bzr r9945.1.1)
| * SPObject c++ification finalized along with the beginning of XML ↵Abhishek Sharma Public2010-07-121-0/+1
|/ | | | | Privatisation tweaks (bzr r9546.1.6)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-5/+5
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-5/+5
| | | (bzr r8404)
* whitespace. tab to spaces. improve readabilityJohan B. C. Engelen2008-03-241-94/+97
| | | (bzr r5188)
* Refactoring SPColor to C++ and removing legacy CMYK implementationJon A. Cruz2007-09-151-1/+1
| | | (bzr r3753)
* Preserve paint styles with multiple componentsJon A. Cruz2007-09-061-0/+5
| | | (bzr r3696)
* add accessors for owner object and documentbulia byak2007-07-081-0/+3
| | | (bzr r3198)
* switch SPStyle to using SPFilterReference for filters; sp_style_new now ↵bulia byak2007-06-271-0/+2
| | | | | requires an SPDocument; SPURIReference and SPFilterReference have an alternative constructor taking an owner_document instead of owner object (bzr r3116)
* switch to sigc++ signals for "release"MenTaLguY2006-07-211-1/+2
| | | (bzr r1451)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+138
(bzr r1)