diff options
| author | Maximilian Albert <maximilian.albert@gmail.com> | 2007-12-13 09:45:27 +0000 |
|---|---|---|
| committer | cilix42 <cilix42@users.sourceforge.net> | 2007-12-13 09:45:27 +0000 |
| commit | cae2409c94b11d17643f7c19829e2653d759ff8e (patch) | |
| tree | a8399ab9b3e8ff2570a92bef06e63f2307fef592 /src/Makefile_insert | |
| parent | libgdl: avoid setting a negative preferred height for dock items, (diff) | |
| download | inkscape-cae2409c94b11d17643f7c19829e2653d759ff8e.tar.gz inkscape-cae2409c94b11d17643f7c19829e2653d759ff8e.zip | |
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.
(bzr r4224)
Diffstat (limited to 'src/Makefile_insert')
| -rw-r--r-- | src/Makefile_insert | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/Makefile_insert b/src/Makefile_insert index ff597b816..695d87f8f 100644 --- a/src/Makefile_insert +++ b/src/Makefile_insert @@ -44,7 +44,7 @@ libinkpre_a_SOURCES = \ bad-uri-exception.h \ box3d.cpp box3d.h \ box3d-context.cpp box3d-context.h \ - box3d-face.cpp box3d-face.h \ + box3d-side.cpp box3d-side.h \ brokenimage.xpm \ color-rgba.h \ color-profile.cpp color-profile.h \ @@ -116,8 +116,9 @@ libinkpre_a_SOURCES = \ pen-context.h \ pencil-context.cpp \ pencil-context.h \ + persp3d.cpp persp3d.h \ + persp3d-reference.cpp persp3d-reference.h \ perspective-line.cpp perspective-line.h \ - perspective3d.cpp perspective3d.h \ preferences.cpp preferences.h \ preferences-skeleton.h \ menus-skeleton.h \ @@ -128,6 +129,7 @@ libinkpre_a_SOURCES = \ print.cpp print.h \ profile-manager.cpp \ profile-manager.h \ + proj_pt.cpp proj_pt.h \ rect-context.cpp rect-context.h \ require-config.h \ rubberband.cpp rubberband.h \ @@ -145,6 +147,8 @@ libinkpre_a_SOURCES = \ snapped-line.cpp snapped-line.h \ snapped-point.cpp snapped-point.h \ snapper.cpp snapper.h \ + syseq.h \ + transf_mat_3x4.cpp transf_mat_3x4.h \ line-snapper.cpp line-snapper.h \ guide-snapper.cpp guide-snapper.h \ object-snapper.cpp object-snapper.h \ |
