summaryrefslogtreecommitdiffstats
path: root/src/sp-pattern.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
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
2013-03-29Renamed virtual function names.Markus Engel1-9/+9
2013-03-29Removed function pointers from SPObject and subclasses.Markus Engel1-4/+4
2013-03-29Replaced calls to "pattern_new".Markus Engel1-1/+1
2013-03-14Various changes.Markus Engel1-1/+1
2013-01-26More GObject boilerplate reductionAlex Valavanis1-35/+7
2013-01-17const ....Johan B. C. Engelen1-45/+45
2012-12-09Second attempt at fix for #955141, rasterization of clipped/masked objects in...Tavmjong Bah1-3/+4
2012-12-09noop: Added some comments, rearranged some lines to make code easier to follow.Tavmjong Bah1-11/+41
2012-10-04code cleanup: add own includes to cpp files or make the functions static if t...Campbell Barton1-3/+3
2012-08-21Added "virtual pad" toMarkus Engel1-24/+67
2011-08-27Remove all NRRect use.Krzysztof Kosi??ski1-14/+15
2011-08-27Remove NRRect from paint servers and temporary calculationsKrzysztof Kosi??ski1-4/+4
2011-08-07Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski1-11/+13