summaryrefslogtreecommitdiffstats
path: root/src/id-clash.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-11-03refactor: Eliminate SPIString::value_defaultThomas Holder1-1/+1
2019-10-28refactor: TypedSPIThomas Holder1-2/+2
2019-06-06Refactoring: call setAttribute() directly.Shlomi Fish1-8/+8
2019-01-02modernize loopsMarc Jeanmougin1-6/+3
2018-12-13extract_uri: fix, test, documentThomas Holder1-12/+9
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-06-20Replace typedef enum with enum in POD type declarations.Emmanuel Gil Peyrot1-1/+1
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-4/+4
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-4/+5
2017-02-08[Bug #1658320] Color names have additional numbers.peregrine1-2/+2
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-2/+0
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+2
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-2/+0
2016-07-14Renamed children list in SPObjectAdrian Boguszewski1-2/+2
2016-07-13Second part of new SPObject children listAdrian Boguszewski1-4/+4
2014-06-11id-clash: clean up codeJohan B. C. Engelen1-66/+75
2014-06-11Fix for bugs 1318657 and 1298967mathog1-3/+20
2014-04-25Clean up of style code: 'color' is not a paint. Step 1.1. Fixes bug 1312120.Tavmjong Bah1-2/+2
2014-04-24Clean up of style code: refactor marker properties. Step 3.Tavmjong Bah1-1/+1
2014-04-23Clean up of style code, converting structures to C++ classes. Step 1.Tavmjong Bah1-1/+1
2014-03-12incorrect gradient transform on copy&paste.. committing for mathogRaphael Rosch1-3/+4
2014-02-20crash on cut n paste, or alt+scroll..Raphael Rosch1-11/+28
2013-01-22minor cppcheck warningKris De Gussem1-1/+0
2013-01-22fix possible memory leakKris De Gussem1-14/+16
2012-09-20some memleak fixes (Bug #1043571)Kris De Gussem1-4/+3
2012-09-19Fix for 643150 : Auto-palette swatches duplicated on copy and pasteJohn Smith1-0/+28
2012-09-03revert rev 11646: build issue with dbus (forgot to adapt some more, dbus was ...Kris De Gussem1-3/+4
2012-09-02converted some c-string usage to c++ string class usage: should fix some memo...Kris De Gussem1-4/+3
2012-08-20Fix for 165865 : markers must take object's stroke colorJohn Smith1-0/+19
2012-06-26Fix for 722017 : Better Gradient WindowJohn Smith1-0/+47
2011-10-27Fixing more broken and split doc comments.Jon A. Cruz1-1/+1
2011-06-04Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...Jon A. Cruz1-0/+1
2011-05-28Port of 0.48.x branch revision 9781.Jon A. Cruz1-0/+1
2011-02-22Finished cleanup of outdated SP_OBJECT_STYLE C macro.Jon A. Cruz1-15/+13
2010-07-03another c++ification for sp-object.h/cpp and still in progress...Abhishek Sharma Public1-2/+2
2010-03-02Cleanup on id access.Jon A. Cruz1-6/+6
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-2/+2
2009-08-05SPDocument->Documentjohnce1-2/+2
2008-08-11Include inkscape:connection-start and inkscape:connection-end in ID clash res...Stephen Silver1-0/+2
2008-08-10Fix for ID clash resolution: avoid finding spurious references associated wit...Stephen Silver1-0/+2
2008-07-15Don't crash on broken references when resolving ID clashes.Stephen Silver1-7/+13
2008-06-24Resolve ID clashes when pasting (fixes bug 165936).Stephen Silver1-0/+275