summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/pov-out.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-01-02modernize loopsMarc Jeanmougin1-8/+8
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-4/+0
2018-06-19Replace functions with methods in SPColor.Emmanuel Gil Peyrot1-1/+1
2018-06-18Run clang-tidy’s modernize-deprecated-headers pass.Emmanuel Gil Peyrot1-2/+2
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-4/+4
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-11/+11
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-11/+11
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-3/+4
2017-03-20Implement rotation via desktop to window affine.Tavmjong Bah1-10/+3
2016-11-05Add exportersJabier Arraiza Cenoz1-3/+10
2016-07-14Renamed children list in SPObjectAdrian Boguszewski1-1/+1
2016-07-13Second part of new SPObject children listAdrian Boguszewski1-2/+2
2015-04-272Geom sync - initial commitKrzysztof Kosi??ski1-3/+2
2012-02-29cppcheckKris De Gussem1-0/+12
2012-01-17add underscores to some member variables.Johan B. C. Engelen1-3/+3
2011-10-20cppcheckKris De Gussem1-1/+1
2011-10-18cppcheckKris De Gussem1-1/+1
2011-07-17- rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...Johan B. C. Engelen1-1/+1
2011-06-04Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...Jon A. Cruz1-1/+2
2011-02-22Finished cleanup of outdated SP_OBJECT_STYLE C macro.Jon A. Cruz1-9/+8
2011-02-02update to latest 2geom !Johan B. C. Engelen1-1/+1
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2010-06-29This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public1-1/+1
2010-03-02Cleanup on id access.Jon A. Cruz1-17/+17
2009-10-16More proper fix for 451588 by TavmjongJosh Andler1-9/+21
2009-10-14Patch by Tavmjong for 451588Josh Andler1-5/+16
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-4/+4
2009-08-05SPDocument->Documentjohnce1-4/+4
2009-04-06noop: Rename argument from uri to filename for Extension::...::save implement...Peter Moulder1-8/+9
2009-02-28copyeditbulia byak1-1/+1
2009-01-13Improved version reporting. Add SVN revision and custom status to Krzysztof Kosi??ski1-2/+2
2008-08-10clean up code slightlyBob Jamison1-65/+64
2008-08-05Use is_straight_curve() instead of three separate dynamic castsDiederik van Lierop1-3/+2
2008-08-03remove many needless references to n-art-bpath.hJohan B. C. Engelen1-1/+0
2008-08-01finally got transforms right. flip Y and translateBob Jamison1-2/+1
2008-08-01make redundant. use correct fields of cubic bezier point arrayBob Jamison1-135/+158
2008-08-01un-remove applying item transform to each pointBob Jamison1-20/+48
2008-08-01Warning cleanupJon A. Cruz1-6/+6
2008-07-25update to 2geom rev. 1507Johan B. C. Engelen1-0/+2
2008-07-132geomify pov-out extensionJohan B. C. Engelen1-93/+53
2008-07-04change some SP_CURVE_BPATH to get_bpathJohan B. C. Engelen1-2/+2
2008-06-18use INKSCAPE_VERSION rather than VERSION, to help cmakeBob Jamison1-7/+8
2008-06-12change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen1-1/+1
2008-05-09- try to use more forward declarations for less dependencies on display/curve.hJohan B. C. Engelen1-1/+1
2008-05-05struct SPCurve => class SPCurveJohan B. C. Engelen1-1/+1
2008-04-29Change in stdarg calls, to correct for const-nessBob Jamison1-23/+6
2008-04-21r19076@shi: ted | 2008-04-21 15:42:45 -0700Ted Gould1-1/+1
2008-02-18Minor format change. More work needed to improve transition between curve an...Bob Jamison1-74/+74
2007-09-16trivial changes to address warning with g++-4.2Peter Moulder1-1/+1