summaryrefslogtreecommitdiffstats
path: root/src/object/sp-pattern.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-06-06Refactoring: call setAttribute() directly.Shlomi Fish1-1/+1
2019-01-02modernize loopsMarc Jeanmougin1-8/+3
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-10-22Remove 'document-private.h' where not needed plus some other header cleanup.Tavmjong Bah1-7/+10
2018-10-06SPAttributeEnum typed function argumentsThomas Holder1-1/+1
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-4/+0
2018-06-18Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot1-1/+1
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-20/+20
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-5/+5
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-5/+5
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-0/+3
2017-09-24Remove unused parameter in SPItem::doWriteTransformStefano Facchini1-1/+1
2017-05-18fix a brunch of memory leakschr1-0/+1
2017-05-18bugfix crash while moving objectschr1-2/+3
2017-02-05Fix C++11 errors and warnings with g++-7Alex Valavanis1-1/+3
2016-09-06Improve pattern rendering with large pattern transform.Tavmjong Bah1-2/+12
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-5/+1
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-1/+5
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-5/+1
2016-07-14Renamed children list in SPObjectAdrian Boguszewski1-5/+5
2016-07-13Second part of new SPObject children listAdrian Boguszewski1-15/+15
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
2016-03-12Add new TTF to the logo in seamless pattern extensionJabier Arraiza Cenoz1-4/+5
2015-11-13static code analysisKris De Gussem1-3/+3
2015-05-03renamed SPPattern methods to match coding styleTomasz Boczkowski1-81/+81
2015-05-03Reformatted SPPatternTomasz Boczkowski1-247/+265
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-2/+2
2015-02-17At first, I was thinking "I just have to go to the selection file, and change...Marc Jeanmougin1-3/+3
2014-08-18Fix build (not pretty).Liam P. White1-0/+2
2014-05-29fixed possible bug SPPattern::_get_childrenTomasz Boczkowski1-3/+2
2014-05-29SPPattern c++-sification: class fields are privateTomasz Boczkowski1-4/+4
2014-05-29SPPattern c++-sification: replaced function by methods pt3Tomasz Boczkowski1-29/+10
2014-05-28SPPattern c++-sification: replaced function by methodsTomasz Boczkowski1-30/+20
2014-05-27SPPattern c++-sification: replacing pattern_ functions by methods pt1Tomasz Boczkowski1-33/+33
2014-05-27SPPattern c++-sification: replaced GSList by std::listTomasz Boczkowski1-20/+21
2014-05-26SPPattern c++-sification: replaced gchar* by Glib::ustringTomasz Boczkowski1-15/+10
2014-05-26SPPattern c++-sification: replaced guint by bool and enumTomasz Boczkowski1-20/+20
2014-05-17fix compliance test pservers-pattern-04-f - inheriting pattern viewBoxTomasz Boczkowski1-2/+3
2014-05-16fix compliance test pservers-pattern-03-f - using fallback when pattern is emptyTomasz Boczkowski1-0/+10
2014-05-16don't rely on operator precedence (rev. 13372)Johan B. C. Engelen1-2/+2
2014-05-16Fix crash in preview widget for files containing objectBoundingBox related pa...Tomasz Boczkowski1-2/+2
2014-03-06Take "preserveAspectRatio" into account in pattern.Tavmjong Bah1-10/+5
2014-03-06Rewrite of pattern geometry code. Fix for 1288489.Tavmjong Bah1-35/+49
2014-03-04Fix for W3C test suite coords-units-01-b.svg. Fixes pattern positioning.Tavmjong Bah1-5/+4
2014-02-08DrawingContext: change variable names ct to dc (bug #1272073)David Mathog1-6/+6
2014-02-06Added new base class to handle viewBox and preserveAspectRatio.Tavmjong Bah1-45/+10
2013-11-19Increased pattern resolution to fix blocker bug #1251039.Tavmjong Bah1-1/+2