summaryrefslogtreecommitdiffstats
path: root/src/object/sp-pattern.h (unfollow)
Commit message (Expand)AuthorFilesLines
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-10-06SPAttributeEnum typed function argumentsThomas Holder1-1/+1
2018-06-18Run clang-tidy’s modernize-deprecated-headers pass.Emmanuel Gil Peyrot1-1/+1
2018-06-18Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot1-9/+9
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-0/+0
2015-07-14Fix for circular references detection in almost all cases, fixing https://bug...Marc Jeanmougin1-3/+2
2015-05-03renamed SPPattern methods to match coding styleTomasz Boczkowski1-25/+25
2015-05-03Reformatted SPPatternTomasz Boczkowski1-38/+40
2015-02-19Put a few std::vector<SPitem*>Marc Jeanmougin1-1/+1
2015-02-17At first, I was thinking "I just have to go to the selection file, and change...Marc Jeanmougin1-1/+1
2014-09-27Update to experimental r13565Liam P. White1-15/+16
2014-08-31Header cleanup: stop using Glib types where they aren't truly needed. Eases G...Liam P. White1-15/+16
2014-08-30Reduce header bloatAlex Valavanis1-5/+1
2014-05-29SPPattern c++-sification: class fields are privateTomasz Boczkowski1-19/+18
2014-05-29SPPattern c++-sification: replaced function by methods pt3Tomasz Boczkowski1-5/+19
2014-05-28SPPattern c++-sification: replaced function by methodsTomasz Boczkowski1-5/+10
2014-05-27SPPattern c++-sification: removed unused declatations and includesTomasz Boczkowski1-11/+9
2014-05-27SPPattern c++-sification: replacing pattern_ functions by methods pt1Tomasz Boczkowski1-8/+12
2014-05-27SPPattern c++-sification: replaced GSList by std::listTomasz Boczkowski1-7/+14
2014-05-26SPPattern c++-sification: replaced gchar* by Glib::ustringTomasz Boczkowski1-1/+1
2014-05-26SPPattern c++-sification: replaced guint by bool and enumTomasz Boczkowski1-12/+12
2014-05-16fix compliance test pservers-pattern-03-f - using fallback when pattern is emptyTomasz Boczkowski1-0/+2
2014-02-06Added new base class to handle viewBox and preserveAspectRatio.Tavmjong Bah1-4/+2
2013-09-15Added runtime check in SP_-cast macros.Markus Engel1-1/+1
2013-09-14Modified SP_IS_ macros.Markus Engel1-1/+1
2013-08-03Cleaned up.Markus Engel1-1/+3
2013-07-31Cleaned up a bit; fixed struct vs. class forward declarations.Markus Engel1-1/+1
2013-04-05Merged PaintServer and subclasses; moved Gradient classes to own files.Markus Engel1-21/+3
2013-04-01Added constructors to SP classes.Markus Engel1-0/+1
2013-04-01Replaced all casting macros with glib-independent ones.Markus Engel1-23/+21
2013-03-29Renamed virtual function names.Markus Engel1-6/+6
2013-03-19Fixing regressionjtx1-2/+1
2013-03-17Working with widjetsJabier Arraiza Cenoz1-1/+2
2013-03-14Fix another load of forward declaration tagsAlex Valavanis1-2/+1
2013-01-17const ....Johan B. C. Engelen1-7/+7
2012-08-21Added "virtual pad" toMarkus Engel1-1/+24
2012-02-25(cppcheck and janitorial tasks:) C-style casting to C++-style castingKris De Gussem1-1/+1
2011-10-05Cleanup for src/forward.h. (About 19 of the affected files did not require th...Jon A. Cruz1-1/+2
2011-08-27Completely remove NRRect, NRRectL, in-svg-plane.hKrzysztof Kosi??ski1-1/+0
2011-08-27Remove all NRRect use.Krzysztof Kosi??ski1-2/+2
2011-06-14Remove deprecated glib macro wrappersAlex Valavanis1-4/+4
2011-06-03Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis1-1/+1
2011-02-27compatibility patch to compile using gcc 4.6Adib Taraben1-0/+1
2011-02-02update to latest 2geom !Johan B. C. Engelen1-4/+4
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2010-08-04Wholesale cruft removal part 1Krzysztof Kosi??ski1-1/+0
2010-06-29This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public1-1/+1
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-1/+1
2009-08-05SPDocument->Documentjohnce1-1/+1
2008-10-31Merge from trunkTed Gould1-4/+4