summaryrefslogtreecommitdiffstats
path: root/src/id-clash.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* refactor: Eliminate SPIString::value_defaultThomas Holder2019-11-031-1/+1
* refactor: TypedSPIThomas Holder2019-10-281-2/+2
* Refactoring: call setAttribute() directly.Shlomi Fish2019-06-061-8/+8
* modernize loopsMarc Jeanmougin2019-01-021-6/+3
* extract_uri: fix, test, documentThomas Holder2018-12-131-12/+9
* Clarify licensesMax Gaukler2018-11-081-1/+2
* Replace typedef enum with enum in POD type declarations.Emmanuel Gil Peyrot2018-06-201-1/+1
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-4/+4
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-4/+5
* [Bug #1658320] Color names have additional numbers.peregrine2017-02-081-2/+2
* Merged trunkAdrian Boguszewski2016-08-031-2/+0
|\
| * Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-2/+0
| * Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+2
| * Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-2/+0
* | Renamed children list in SPObjectAdrian Boguszewski2016-07-141-2/+2
* | Second part of new SPObject children listAdrian Boguszewski2016-07-131-4/+4
|/
* id-clash: clean up codeJohan B. C. Engelen2014-06-111-66/+75
* Fix for bugs 1318657 and 1298967mathog2014-06-111-3/+20
* Clean up of style code: 'color' is not a paint. Step 1.1. Fixes bug 1312120.Tavmjong Bah2014-04-251-2/+2
* Clean up of style code: refactor marker properties. Step 3.Tavmjong Bah2014-04-241-1/+1
* Clean up of style code, converting structures to C++ classes. Step 1.Tavmjong Bah2014-04-231-1/+1
* incorrect gradient transform on copy&paste.. committing for mathogRaphael Rosch2014-03-121-3/+4
* crash on cut n paste, or alt+scroll..Raphael Rosch2014-02-201-11/+28
* minor cppcheck warningKris De Gussem2013-01-221-1/+0
* fix possible memory leakKris De Gussem2013-01-221-14/+16
* some memleak fixes (Bug #1043571)Kris De Gussem2012-09-201-4/+3
* Fix for 643150 : Auto-palette swatches duplicated on copy and pasteJohn Smith2012-09-191-0/+28
* revert rev 11646: build issue with dbus (forgot to adapt some more, dbus was ...Kris De Gussem2012-09-031-3/+4
* converted some c-string usage to c++ string class usage: should fix some memo...Kris De Gussem2012-09-021-4/+3
* Fix for 165865 : markers must take object's stroke colorJohn Smith2012-08-201-0/+19
* Fix for 722017 : Better Gradient WindowJohn Smith2012-06-261-0/+47
* Fixing more broken and split doc comments.Jon A. Cruz2011-10-271-1/+1
* Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...Jon A. Cruz2011-06-041-0/+1
* Port of 0.48.x branch revision 9781.Jon A. Cruz2011-05-281-0/+1
* Finished cleanup of outdated SP_OBJECT_STYLE C macro.Jon A. Cruz2011-02-221-15/+13
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-8/+7
|\
| * another c++ification for sp-object.h/cpp and still in progress...Abhishek Sharma Public2010-07-031-2/+2
|/
* Cleanup on id access.Jon A. Cruz2010-03-021-6/+6
* Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert2009-08-061-2/+2
* SPDocument->Documentjohnce2009-08-051-2/+2
* Include inkscape:connection-start and inkscape:connection-end in ID clash res...Stephen Silver2008-08-111-0/+2
* Fix for ID clash resolution: avoid finding spurious references associated wit...Stephen Silver2008-08-101-0/+2
* Don't crash on broken references when resolving ID clashes.Stephen Silver2008-07-151-7/+13
* Resolve ID clashes when pasting (fixes bug 165936).Stephen Silver2008-06-241-0/+275