Code

Fundamentally reworked version of the 3D box tool (among many other things, this...
authorcilix42 <cilix42@users.sourceforge.net>
Thu, 13 Dec 2007 09:45:27 +0000 (09:45 +0000)
committercilix42 <cilix42@users.sourceforge.net>
Thu, 13 Dec 2007 09:45:27 +0000 (09:45 +0000)
commit4358ff6156766a315e38e72a5c3c83d6d5f7486b
treea8399ab9b3e8ff2570a92bef06e63f2307fef592
parent9e4d63058ce3e0a085bb2e833e98b5191e06db94
Fundamentally reworked version of the 3D box tool (among many other things, this fixes bugs #168900 and #168868). See mailing list for details. Sorry for this single large commit but it was unfeasible to keep the history.
51 files changed:
src/Makefile_insert
src/arc-context.cpp
src/attributes-test.h
src/attributes.cpp
src/attributes.h
src/axis-manip.cpp
src/axis-manip.h
src/box3d-context.cpp
src/box3d-context.h
src/box3d-face.cpp [deleted file]
src/box3d-face.h [deleted file]
src/box3d-side.cpp [new file with mode: 0644]
src/box3d-side.h [new file with mode: 0644]
src/box3d.cpp
src/box3d.h
src/desktop-style.cpp
src/display/sp-canvas.cpp
src/document.cpp
src/document.h
src/gc-anchored.cpp
src/knotholder.cpp
src/knotholder.h
src/line-geometry.cpp
src/line-geometry.h
src/object-edit.cpp
src/pencil-context.cpp
src/persp3d-reference.cpp [new file with mode: 0644]
src/persp3d-reference.h [new file with mode: 0644]
src/persp3d.cpp [new file with mode: 0644]
src/persp3d.h [new file with mode: 0644]
src/perspective-line.cpp
src/perspective-line.h
src/perspective3d.cpp [deleted file]
src/perspective3d.h [deleted file]
src/proj_pt.cpp [new file with mode: 0644]
src/proj_pt.h [new file with mode: 0644]
src/rect-context.cpp
src/select-context.cpp
src/selection-describer.cpp
src/sp-ellipse.cpp
src/sp-item-group.cpp
src/sp-object-repr.cpp
src/sp-rect.cpp
src/syseq.h [new file with mode: 0644]
src/tools-switch.cpp
src/transf_mat_3x4.cpp [new file with mode: 0644]
src/transf_mat_3x4.h [new file with mode: 0644]
src/vanishing-point.cpp
src/vanishing-point.h
src/verbs.h
src/widgets/toolbox.cpp