summaryrefslogtreecommitdiffstats
path: root/src/object/sp-hatch.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-08-17Added knot holder entitiesvanntile1-0/+70
2019-01-02modernize loopsMarc Jeanmougin1-40/+31
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-10-22Remove 'document-private.h' where not needed plus some other header cleanup.Tavmjong Bah1-3/+6
2018-10-06SPAttributeEnum typed function argumentsThomas Holder1-1/+1
2018-10-05fix 1795942 "object to path" uses outdated stateThomas Holder1-0/+1
2018-09-30fix 1787601 star stroke width scaled by 3.78Thomas Holder1-1/+0
2018-06-18Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot1-4/+2
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-17/+17
2018-05-13Fix rendering of hatches when hatchContentUnits and hatchUnits have different...Tavmjong Bah1-1/+13
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-3/+3
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-3/+3
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-0/+0
2017-02-05Fix C++11 errors and warnings with g++-7Alex Valavanis1-1/+4
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-3/+0
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+3
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-3/+0
2016-07-14Renamed children list in SPObjectAdrian Boguszewski1-3/+3
2016-07-13Second part of new SPObject children listAdrian Boguszewski1-9/+8
2016-04-29Backout last commit as it introduced subtle errors.Tavmjong Bah1-2/+0
2016-04-29SVG 2 allows 'href' without 'xlink:'. For now just read plain 'href'.Tavmjong Bah1-0/+2
2015-10-29static code analysisKris De Gussem1-1/+1
2015-02-25create SPObject factoryLiam P. White1-16/+0
2014-12-24Remove sp_style_read_from_object()Tavmjong Bah1-1/+1
2014-10-18Refactoring hatch to remove memory leaks (bad GTKish casting macros) and unin...Jon A. Cruz1-259/+336
2014-10-15Post-merge cleanup.Jon A. Cruz1-1/+2
2014-10-14Merged hatch pdf and png export codeTomasz Boczkowski1-31/+93
2014-10-14Merged hatch rendering codeTomasz Boczkowski1-0/+616