summaryrefslogtreecommitdiffstats
path: root/src/object/sp-tref.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-10-27fix heap-use-after-free on "Unlink Clone"Thomas Holder1-0/+2
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-11-05remove Inkscape::URI::toStringThomas Holder1-2/+2
2018-10-06SPAttributeEnum typed function argumentsThomas Holder1-1/+1
2018-06-19Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot1-1/+1
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-14/+14
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-1/+1
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-1/+1
2018-03-26Fixing refsJabier Arraiza1-2/+0
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-0/+0
2017-11-07Misc. typosUnknown1-1/+1
2017-10-01First batchMarc Jeanmougin1-7/+3
2017-02-05Fix C++11 errors and warnings with g++-7Alex Valavanis1-1/+3
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-5/+0
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+5
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-5/+0
2016-07-14Renamed children list in SPObjectAdrian Boguszewski1-1/+1
2016-07-13Second part of new SPObject children listAdrian Boguszewski1-3/+3
2016-04-29Backout last commit as it introduced subtle errors.Tavmjong Bah1-2/+1
2016-04-29SVG 2 allows 'href' without 'xlink:'. For now just read plain 'href'.Tavmjong Bah1-1/+2
2015-12-05Handle units in the 'x', 'y', 'dx', and 'dy' text and tspan attributes.Tavmjong Bah1-1/+1
2015-02-25create SPObject factoryLiam P. White1-13/+1
2014-12-25Remove sp_style_merge_from_parent() and sp_style_merge_from_dying_parent().Tavmjong Bah1-6/+2
2014-07-28noop: remove commented-out code that is dangerous and should not come backJohan B. C. Engelen1-7/+0
2013-10-26Added some consts.Markus Engel1-5/+18
2013-10-01Comprehensive fix for the issues with disappearing filtered objects.Krzysztof Kosi??ski1-7/+7
2013-09-24change names for displayName and detailedDescription, improve char code and r...Martin Owens1-2/+2
2013-09-20Refactor status-bar text for multiple items, was very brokenMartin Owens1-16/+18
2013-09-16Removed TypeInfo; adjusted Factory to meet code style conventions.Markus Engel1-1/+1
2013-07-31Removed placement news / explicit destructor calls.Markus Engel1-6/+6
2013-04-12Added prefPaths to contexts; modified SPFactoryMarkus Engel1-1/+1
2013-04-10Removed old SPObject factory.Markus Engel1-3/+1
2013-04-07Merge Object and subclasses. Merging of SP- and C-classes complete.Markus Engel1-2/+0
2013-04-05Merged Item.Markus Engel1-9/+7
2013-04-05Merged more classes.Markus Engel1-146/+88
2013-04-02Cleaned up a bit. Uses some C++11 features.Markus Engel1-1/+1
2013-04-02Registered classes with new factory. Hkern, Vkern and FeFuncX have to be rewr...Markus Engel1-0/+9
2013-04-01Added constructors to SP classes.Markus Engel1-4/+12
2013-04-01Replaced calls to g_object_(un)ref with sp_object_(un)ref.Markus Engel1-2/+2
2013-03-31Prepared exchange of casting macros.Markus Engel1-0/+1
2013-03-29Renamed virtual function names.Markus Engel1-13/+13
2013-03-29Removed function pointers from SPObject and subclasses.Markus Engel1-5/+5
2013-03-14Various changes.Markus Engel1-1/+1
2013-01-24More GObject boilerplate cleanupAlex Valavanis1-36/+11
2012-10-06Added virtual pad to SPFlowtext; removed old calls to virtual SPItem methods.Markus Engel1-2/+2
2012-08-19Added "virtual pad" to SPTRef.Markus Engel1-44/+87
2012-02-15cppcheckKris De Gussem1-19/+21
2012-01-03Janitorial tasks: get rid of deprecated repr wrapper functionsKris De Gussem1-1/+1
2011-09-04Fix crashes with empty text objectsKrzysztof Kosi??ski1-1/+1
2011-08-27Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski1-19/+13