Code

Merge and cleanup of GSoC C++-ification project.
[inkscape.git] / src / box3d.cpp
2010-12-12 Jon A. CruzMerge and cleanup of GSoC C++-ification project.
2010-07-17 Abhishek Sharma... More in XML privatisation with new create3DBox function...
2010-07-12 Abhishek Sharma... SPObject c++ification finalized along with the beginnin...
2010-07-03 Abhishek Sharma... another c++ification for sp-object.h/cpp and still...
2010-06-29 Abhishek Sharma... This is the first c++ification commit from me. It handl...
2010-01-14 Krzysztof Kosiński* Merge from trunk
2010-01-01 Ted GouldKeeping up with trunk
2009-12-30 Steren GianniniSpray Tool clean up and Toolbar refactoring
2009-12-27 Arcadie M. CracanConnector tool: make connectors avoid the convex hull...
2009-12-26 Maximilian AlbertMajor simplification of 3D box code.
2009-12-26 Maximilian AlbertRefactoring of 3D box tool, mainly to avoid unnecessary...
2009-11-29 Ted GouldUpdating to current trunk
2009-11-29 Ted GouldMerging in from trunk
2009-09-14 buliabyakfix crash when moving a box after copying it to clipboa...
2009-08-06 cilix42Revert recent refactoring changes by johnce because...
2009-08-05 johnceInkscape::XML::Document -> Inkscape::XML::DocumentTree...
2009-08-05 johnceSPDocument->Document
2009-04-12 dvlierop2Use the line intersection routines in 2geom/line.h...
2008-12-30 johanengelenget rid of a lot of no longer needed "libnr/nr-......
2008-12-13 johanengelenfix compile.
2008-10-27 Ted GouldFrom trunk
2008-10-11 Ted GouldMerging from trunk
2008-09-18 cilix42Next roud of NR ==> Geom conversion
2008-09-18 cilix42More NR::Point ==> Geom::Point
2008-08-08 johanengelenremove many unnecessary to_2geom and from_2geom calls
2008-07-17 johanengelenconvert all SPCurve's points and matrices arguments...
2008-07-07 mentaltry to use consistent document for creating guides
2008-07-03 sasilverCheck that objects are of the right type before casting...
2008-06-12 johanengelenchange NR::Matrix to Geom:: for many sp_item_xxx_affine...
2008-06-11 mentalplumb XML::Documents in everywhere
2008-06-11 mentaluse object's document
2008-03-29 cilix42Fix passing wrong pointer type when using the tweak...
2008-03-19 cilix42Make grouped 3D boxes work correctly when transformed...
2008-02-25 buliabyakfix converting 3d boxes to path and ungrouping - do...
2008-02-23 cilix42warning cleanup
2008-02-22 cilix42Clean up comments and remove (already commented) debugg...
2008-01-19 cilix42Fix another small z-order issue for 3D boxes
2008-01-16 cilix42Add option in Preferences to keep objects after convers...
2008-01-15 cilix42Slightly more 'object-oriented' way to invoke item...
2008-01-15 cilix42Fix wrong offset when Ctrl+dragging 3D boxes by their...
2008-01-13 cilix42Use visual/geometric bbox (as specified in Selector...
2008-01-11 cilix42Add possibility to convert objects (only rectangles...
2008-01-10 cilix42Fix small z-order error for 3D boxes
2008-01-09 cilix42Convert 3D boxes to ordinary groups before tweaking...
2008-01-06 cilix42Also transform stroke, patterns, and gradients of 3D...
2008-01-02 johanengelen+ Fix bug #179840, forking of LPEs
2007-12-26 cilix42Recompute box corners relative to new perspective when...
2007-12-26 cilix42Don't show boxes as everted (i.e., always show the...
2007-12-26 cilix42Don't store special attributes/types when saving 3D...
2007-12-23 cilix42Bug fix: prevent perspectives from being transformed...
2007-12-15 joncruzWarning cleanup
2007-12-13 cilix42If necessary, split up perspectives when applying trans...
2007-12-13 cilix42Fundamentally reworked version of the 3D box tool ...
2007-09-10 cilix42Fix crash when 3D boxes are rotated in selector context
2007-09-01 cilix42Decent support for setting the direction of infinite...
2007-09-01 cilix42Infrastructure to set direction of infinite VPs (now...
2007-08-29 cilix42Constrained center-dragging for 3D boxes (with Ctrl)
2007-08-28 cilix42Remove some warnings and fix crash in 3D box tool
2007-08-26 cilix42Various small cleanups
2007-08-26 cilix42Rewrite of z-order code for 3D boxes, first stage ...
2007-08-20 cilix42Enable center-dragging of boxes in Z direction by using...
2007-08-20 cilix42Eliminate a number of compile warnings
2007-08-17 cilix42Enable center-dragging of boxes ('in perspective')...
2007-08-16 cilix42Remember last used style for single 3D box faces (also...
2007-08-09 cilix42Hold perspectives on document level rather than globall...
2007-08-07 cilix42Fix behaviour of toggle buttons (for VP states) in...
2007-08-07 cilix42Compute the correct visible front corner (also for...
2007-08-07 cilix42Set z-orders of 3D box faces during dragging/resizing...
2007-08-06 cilix42Fix wrong states of VPs when writing to SVG
2007-08-06 cilix42Draw perspective lines; provide shortcuts to toggle...
2007-08-06 cilix42Workaround for some segfaults: Store perspectives globa...
2007-08-06 cilix42Convenience for debugging
2007-08-06 cilix42Write/read perspectives to/from SVG; store ratios of...
2007-08-06 cilix42Store a global list of existing perspectives; for each...
2007-07-18 cilix42Use Inkscape's own code to write coordinates to svg...
2007-07-18 cilix42Make string conversion of box coordinates locale-indepe...
2007-07-14 cilix42Move check for unlinked paths of 3D box faces to the...
2007-07-14 cilix42Write distinguished corners of 3D boxes to the svg...
2007-07-10 cilix42Create all 3D box faces in the beginning (fixes resizin...
2007-07-10 cilix42More 3D auxiliary/convenience functions
2007-07-10 cilix42Status message & cleanups
2007-07-10 cilix42small cleanups
2007-07-04 cilix42New/updated 3D box auxiliary/convenience functions...
2007-07-03 cilix42Refactoring of 3D box internals.
2007-07-03 cilix42Only create the faces of a 3D box when needed (use...
2007-07-03 cilix42Swap axis directions Y and Z (for consistency)
2007-07-03 cilix42Use arrays to manage corners and faces of 3D boxes
2007-06-21 cilix42First (very limited) version of the 3D box tool; allows...