summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/pov-out.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* modernize loopsMarc Jeanmougin2019-01-021-8/+8
* Clarify licensesMax Gaukler2018-11-081-1/+2
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-4/+0
* Replace functions with methods in SPColor.Emmanuel Gil Peyrot2018-06-191-1/+1
* Run clang-tidy’s modernize-deprecated-headers pass.Emmanuel Gil Peyrot2018-06-181-2/+2
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-4/+4
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-11/+11
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-11/+11
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-3/+4
* Implement rotation via desktop to window affine.Tavmjong Bah2017-03-201-10/+3
* Add exportersJabier Arraiza Cenoz2016-11-051-3/+10
* Renamed children list in SPObjectAdrian Boguszewski2016-07-141-1/+1
* Second part of new SPObject children listAdrian Boguszewski2016-07-131-2/+2
* 2Geom sync - initial commitKrzysztof Kosi??ski2015-04-271-3/+2
* cppcheckKris De Gussem2012-02-291-0/+12
* Merge Andrew's new OCAL dialog and clean headers. Please testAlex Valavanis2012-02-271-0/+2
|\
* | add underscores to some member variables.Johan B. C. Engelen2012-01-171-3/+3
|/
* cppcheckKris De Gussem2011-10-201-1/+1
* cppcheckKris De Gussem2011-10-181-1/+1
* - rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...Johan B. C. Engelen2011-07-171-1/+1
* Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...Jon A. Cruz2011-06-041-1/+2
* Finished cleanup of outdated SP_OBJECT_STYLE C macro.Jon A. Cruz2011-02-221-9/+8
* update to latest 2geom !Johan B. C. Engelen2011-02-021-1/+1
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-1/+2
|\
| * This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public2010-06-291-1/+1
* | Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan2010-11-171-1/+1
|/
* Cleanup on id access.Jon A. Cruz2010-03-021-17/+17
* More proper fix for 451588 by TavmjongJosh Andler2009-10-161-9/+21
* Patch by Tavmjong for 451588Josh Andler2009-10-141-5/+16
* Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert2009-08-061-4/+4
* SPDocument->Documentjohnce2009-08-051-4/+4
* noop: Rename argument from uri to filename for Extension::...::save implement...Peter Moulder2009-04-061-8/+9
* copyeditbulia byak2009-02-281-1/+1
* Improved version reporting. Add SVN revision and custom status to Krzysztof Kosi??ski2009-01-131-2/+2
* clean up code slightlyBob Jamison2008-08-101-65/+64
* Use is_straight_curve() instead of three separate dynamic castsDiederik van Lierop2008-08-051-3/+2
* remove many needless references to n-art-bpath.hJohan B. C. Engelen2008-08-031-1/+0
* finally got transforms right. flip Y and translateBob Jamison2008-08-011-2/+1
* make redundant. use correct fields of cubic bezier point arrayBob Jamison2008-08-011-135/+158
* un-remove applying item transform to each pointBob Jamison2008-08-011-20/+48
* Warning cleanupJon A. Cruz2008-08-011-6/+6
* update to 2geom rev. 1507Johan B. C. Engelen2008-07-251-0/+2
* 2geomify pov-out extensionJohan B. C. Engelen2008-07-131-93/+53
* change some SP_CURVE_BPATH to get_bpathJohan B. C. Engelen2008-07-041-2/+2
* use INKSCAPE_VERSION rather than VERSION, to help cmakeBob Jamison2008-06-181-7/+8
* change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen2008-06-121-1/+1
* - try to use more forward declarations for less dependencies on display/curve.hJohan B. C. Engelen2008-05-091-1/+1
* struct SPCurve => class SPCurveJohan B. C. Engelen2008-05-051-1/+1
* Change in stdarg calls, to correct for const-nessBob Jamison2008-04-291-23/+6
* r19076@shi: ted | 2008-04-21 15:42:45 -0700Ted Gould2008-04-211-1/+1