summaryrefslogtreecommitdiffstats
path: root/src/sp-pattern.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
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
2013-09-14Fixes bug 953992 (Imported pattern fill disappers while transforming)Diederik van Lierop1-5/+5
2013-08-04cppcheckKris De Gussem1-253/+250
2013-08-03Cleaned up.Markus Engel1-4/+0
2013-07-31Removed placement news / explicit destructor calls.Markus Engel1-2/+2
2013-04-29Fixed logic error confusing bitwise and with logical and.Jon A. Cruz1-1/+1
2013-04-11Fix some broken Vim modelinesAlex Valavanis1-1/+1
2013-04-07Merge Object and subclasses. Merging of SP- and C-classes complete.Markus Engel1-2/+0
2013-04-05Merged PaintServer and subclasses; moved Gradient classes to own files.Markus Engel1-150/+150
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-4/+12
2013-03-31Prepared exchange of casting macros.Markus Engel1-0/+1