summaryrefslogtreecommitdiffstats
path: root/src/box3d.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-104/+0
* Update to trunk r13638Liam P. White2014-10-251-2/+1
|\
| * Initial removal of box3d outdated GTKish macros.Jon A. Cruz2014-10-241-2/+1
* | Header cleanup: stop using Glib types where they aren't truly needed. Eases G...Liam P. White2014-08-311-10/+10
|/
* Added some consts.Markus Engel2013-10-261-3/+3
* Add 3d Box displayName and descriptionMartin Owens2013-10-061-0/+2
* Refactor status-bar text for multiple items, was very brokenMartin Owens2013-09-201-1/+1
* Added runtime check in SP_-cast macros.Markus Engel2013-09-151-1/+1
* Modified SP_IS_ macros.Markus Engel2013-09-141-1/+1
* Fixed more mismatched-tags; replaced GObject-properties in SPGuideMarkus Engel2013-08-011-1/+1
* Merged Group and subclasses.Markus Engel2013-04-051-21/+2
* Added constructors to SP classes.Markus Engel2013-04-011-0/+1
* Replaced all casting macros with glib-independent ones.Markus Engel2013-04-011-4/+2
* Renamed virtual function names.Markus Engel2013-03-291-9/+9
* merged from trunkMarkus Engel2013-03-291-2/+1
|\
| * Kill ancient gcc version check in configure.ac and fix a load of broken forwa...Alex Valavanis2013-03-141-2/+1
* | Added "virtual pad" to SPBox3D.Markus Engel2012-08-191-0/+24
|/
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-5/+13
|\
| * More in XML privatisation with new create3DBox function and other supplements...Abhishek Sharma Public2010-07-171-0/+1
| * SPObject c++ification finalized along with the beginning of XML Privatisation...Abhishek Sharma Public2010-07-121-2/+4
* | Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan2010-11-171-1/+1
|/
* Major simplification of 3D box code.Maximilian Albert2009-12-261-4/+0
* More NR::Point ==> Geom::PointMaximilian Albert2008-09-181-6/+6
* Fix passing wrong pointer type when using the tweak tool on 3D boxesMaximilian Albert2008-03-291-1/+1
* Make grouped 3D boxes work correctly when transformed (fixes: LP 188991)Maximilian Albert2008-03-191-1/+3
* fix converting 3d boxes to path and ungrouping - do not lose selection, prese...bulia byak2008-02-251-1/+1
* Clean up comments and remove (already commented) debugging messagesMaximilian Albert2008-02-221-4/+0
* Slightly more 'object-oriented' way to invoke item-specific conversion-to-gui...Maximilian Albert2008-01-151-1/+0
* Add possibility to convert objects (only rectangles and 3D boxes currently) t...Maximilian Albert2008-01-111-0/+2
* Convert 3D boxes to ordinary groups before tweaking, ungrouping or applying '...Maximilian Albert2008-01-091-0/+2
* Recompute box corners relative to new perspective when merging persps (to pre...Maximilian Albert2007-12-261-1/+1
* Don't show boxes as everted (i.e., always show the same sides) during initial...Maximilian Albert2007-12-261-0/+4
* Bug fix: prevent perspectives from being transformed more than once (by keepi...Maximilian Albert2007-12-231-0/+5
* If necessary, split up perspectives when applying transformations to boxes; m...Maximilian Albert2007-12-131-0/+1
* Fundamentally reworked version of the 3D box tool (among many other things, t...Maximilian Albert2007-12-131-75/+56
* Infrastructure to set direction of infinite VPs (now adjustable by some short...Maximilian Albert2007-09-011-0/+1
* Constrained center-dragging for 3D boxes (with Ctrl)Maximilian Albert2007-08-291-0/+1
* Various small cleanupsMaximilian Albert2007-08-261-1/+1
* Rewrite of z-order code for 3D boxes, first stage (hopefully this is finally ...Maximilian Albert2007-08-261-3/+4
* Enable center-dragging of boxes in Z direction by using ShiftMaximilian Albert2007-08-201-0/+2
* Enable center-dragging of boxes ('in perspective') within the XY-planeMaximilian Albert2007-08-171-0/+11
* Fix behaviour of toggle buttons (for VP states) in 3D box toolbar; reshape bo...Maximilian Albert2007-08-071-0/+1
* Compute the correct visible front corner (also for 'upended' boxes) and set t...Maximilian Albert2007-08-071-0/+2
* Set z-orders of 3D box faces during dragging/resizing according to the perspe...Maximilian Albert2007-08-071-0/+4
* Draw perspective lines; provide shortcuts to toggle their visibility and the ...Maximilian Albert2007-08-061-0/+8
* Convenience for debuggingMaximilian Albert2007-08-061-0/+2
* Write/read perspectives to/from SVG; store ratios of the distances from corne...Maximilian Albert2007-08-061-0/+10
* Write distinguished corners of 3D boxes to the svg representation from which ...Maximilian Albert2007-07-141-0/+1
* New/updated 3D box auxiliary/convenience functions (e.g., allow (un)constrain...Maximilian Albert2007-07-041-2/+7
* Refactoring of 3D box internals.Maximilian Albert2007-07-031-1/+7