summaryrefslogtreecommitdiffstats
path: root/src/box3d.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixed some unused variables warnings.Markus Engel2014-07-221-19/+0
* Moved and renamed some tool-related files.Markus Engel2013-11-091-1/+1
* Added some consts.Markus Engel2013-10-261-21/+18
* Add 3d Box displayName and descriptionMartin Owens2013-10-061-0/+9
* Refactor status-bar text for multiple items, was very brokenMartin Owens2013-09-201-5/+2
* Merge Object and subclasses. Merging of SP- and C-classes complete.Markus Engel2013-04-071-2/+0
* Merged Item.Markus Engel2013-04-051-1/+0
* Merged more classes.Markus Engel2013-04-051-1/+0
* Merged Group and subclasses.Markus Engel2013-04-051-51/+28
* Registered classes with new factory. Hkern, Vkern and FeFuncX have to be rewr...Markus Engel2013-04-021-0/+10
* Added constructors to SP classes.Markus Engel2013-04-011-4/+13
* Prepared exchange of casting macros.Markus Engel2013-03-311-0/+1
* Renamed virtual function names.Markus Engel2013-03-291-13/+13
* merged from trunkMarkus Engel2013-03-291-112/+9
|\
| * Clean up more GObject type definitionsAlex Valavanis2013-01-231-40/+11
| * cppcheck: use gobject casts in box3d and hide dead codeAlex Valavanis2012-10-271-17/+19
| * code cleanup: add own includes to cpp files or make the functions static if t...Campbell Barton2012-10-041-1/+1
* | Removed function pointers from SPObject and subclasses.Markus Engel2013-03-291-4/+4
* | Various changes.Markus Engel2013-03-141-1/+1
* | Added virtual pad to SPFlowtext; removed old calls to virtual SPItem methods.Markus Engel2012-10-061-3/+3
* | Added "virtual pad" to SPBox3D.Markus Engel2012-08-191-39/+92
|/
* remove some unnecessary inkscape_active_desktop() callsJohan B. C. Engelen2011-07-191-1/+1
* - rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...Johan B. C. Engelen2011-07-171-2/+2
* Cleanup of oudated/redundant SP_ITEM() macro use.Jon A. Cruz2011-07-161-3/+3
* Applying patch from Campbell Barton to help building on other than gcc.Jon A. Cruz2011-07-021-2/+5
* Merge from trunkKrzysztof Kosi??ski2011-04-071-22/+20
|\
| * Pass removing some outdated C-macro use.Jon A. Cruz2011-02-201-16/+14
| * update to latest 2geom !Johan B. C. Engelen2011-02-021-6/+6
* | Merge from trunk (again)Krzysztof Kosi??ski2010-12-151-58/+63
|\|
| * Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-58/+63
| |\
| | * More in XML privatisation with new create3DBox function and other supplements...Abhishek Sharma Public2010-07-171-0/+12
| | * SPObject c++ification finalized along with the beginning of XML Privatisation...Abhishek Sharma Public2010-07-121-22/+29
| | * another c++ification for sp-object.h/cpp and still in progress...Abhishek Sharma Public2010-07-031-5/+5
| | * This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public2010-06-291-7/+7
| |/
* / Wholesale cruft removal part 4; fix crash when rendering guidesKrzysztof Kosi??ski2010-08-051-3/+3
|/
* Major simplification of 3D box code.Maximilian Albert2009-12-261-65/+2
* Refactoring of 3D box tool, mainly to avoid unnecessary creation of perspecti...Maximilian Albert2009-12-261-35/+56
* fix crash when moving a box after copying it to clipboard; this code is still...bulia byak2009-09-141-1/+2
* Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert2009-08-061-8/+8
* Inkscape::XML::Document -> Inkscape::XML::DocumentTree (more refactoring ...)johnce2009-08-051-8/+8
* SPDocument->Documentjohnce2009-08-051-5/+5
* Use the line intersection routines in 2geom/line.h instead of the deprecated ...Diederik van Lierop2009-04-121-4/+19
* get rid of a lot of no longer needed "libnr/nr-..." includes.Johan B. C. Engelen2008-12-301-1/+0
* fix compile.Johan B. C. Engelen2008-12-131-1/+1
* From trunkTed Gould2008-10-271-2/+3
* Merging from trunkTed Gould2008-10-111-14/+14
* Next roud of NR ==> Geom conversionMaximilian Albert2008-09-181-0/+1
* More NR::Point ==> Geom::PointMaximilian Albert2008-09-181-49/+49
* remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen2008-08-081-2/+2
* convert all SPCurve's points and matrices arguments and return types to 2GeomJohan B. C. Engelen2008-07-171-2/+2