summaryrefslogtreecommitdiffstats
path: root/src/object/sp-marker.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-06-06Refactoring: call setAttribute() directly.Shlomi Fish1-2/+2
2019-01-02modernize loopsMarc Jeanmougin1-5/+5
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-10-22Remove 'document-private.h' where not needed plus some other header cleanup.Tavmjong Bah1-1/+0
2018-10-06SPAttributeEnum typed function argumentsThomas Holder1-1/+1
2018-06-18Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot1-3/+2
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-15/+15
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-7/+7
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-7/+7
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-1/+3
2017-09-24Remove unused parameter in SPItem::doWriteTransformStefano Facchini1-1/+1
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-1/+0
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+1
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-1/+0
2016-02-23Fix small code buglet; found by Kris with cppcheck.Tavmjong Bah1-1/+2
2015-12-07static code analysisKris De Gussem1-9/+13
2015-02-27corrected the casts (hopefully)Marc Jeanmougin1-1/+1
2015-02-25create SPObject factoryLiam P. White1-10/+0
2015-02-19Put a few std::vector<SPitem*>Marc Jeanmougin1-3/+3
2015-02-17At first, I was thinking "I just have to go to the selection file, and change...Marc Jeanmougin1-3/+3
2014-12-15C++ify SPMarkerViewTavmjong Bah1-122/+90
2014-11-25Allow marker orientation to have units ('deg', 'rad', 'grad', 'turn').Tavmjong Bah1-5/+8
2014-10-05Rename marker.cpp -> sp-marker.cpp to reflect inclusion in SP-treeLiam P. White1-1/+1
2014-08-20Implement SVG2 marker 'orient' attribute value 'auto-start-reverse' (renderin...Tavmjong Bah1-16/+25
2014-03-04Fix for W3C test suite test filters-light-02-f.svg. Marker refX and refY defi...Tavmjong Bah1-1/+3
2014-02-11suppress compiler warningsKris De Gussem1-1/+1
2014-02-06Markers are never shown directly, even if outside of <defs> section.Tavmjong Bah1-3/+7
2014-02-06Added new base class to handle viewBox and preserveAspectRatio.Tavmjong Bah1-234/+23
2014-01-30Correct positioning of custom markers. Fixes #230491.Tavmjong Bah1-2/+4
2013-10-27"fix" some "unused parameter" warningsKris De Gussem1-2/+2
2013-10-26Added some consts.Markus Engel1-1/+1
2013-10-09Documentation/Translation. Fix for Bug #1236382 (Typos in comments and messag...Nicolas Dufour1-1/+1
2013-09-21Drop unused static function declarationsAlex Valavanis1-43/+0
2013-08-03reduce scope of variablesJohan B. C. Engelen1-4/+2
2013-04-07Merge Object and subclasses. Merging of SP- and C-classes complete.Markus Engel1-2/+0
2013-04-05Merged Item.Markus Engel1-1/+0
2013-04-05Merged more classes.Markus Engel1-1/+0
2013-04-05Merged Group and subclasses.Markus Engel1-163/+181
2013-04-02Registered classes with new factory. Hkern, Vkern and FeFuncX have to be rewr...Markus Engel1-0/+10
2013-04-01Added constructors to SP classes.Markus Engel1-8/+23
2013-03-31Prepared exchange of casting macros.Markus Engel1-0/+1
2013-03-29Renamed virtual function names.Markus Engel1-20/+20
2013-03-29Removed function pointers from SPObject and subclasses.Markus Engel1-4/+4
2013-03-19Fixing regressionjtx1-6/+6
2013-03-18Fix -Wcast-align issues with SPItemCtxAlex Valavanis1-1/+1
2013-03-17Working with widjetsJabier Arraiza Cenoz1-6/+6
2013-03-16fix/suppress build warningsKris De Gussem1-6/+6
2013-03-14Various changes.Markus Engel1-1/+1
2013-01-24More GObject boilerplate cleanupAlex Valavanis1-52/+24
2012-11-11SPObject: drop sp_object_ prefix on class membersAlex Valavanis1-2/+2