diff options
author | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-01-06 21:35:31 (GMT) |
---|---|---|
committer | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-01-06 21:35:31 (GMT) |
commit | b9049ed91e8fd0de5403363392fbc5442796cc04 (patch) | |
tree | b26a741956fa7f7f7cbef01f242cfb0608901648 | |
parent | 480c3badb1da98bceed223b3d116608793ca8455 (diff) |
sync
git-svn-id: http://svn.clifford.at/openscad/trunk@224 b57f626f-c46c-0410-a088-ec61d464b74c
-rw-r--r-- | TODO.txt | 13 |
1 files changed, 10 insertions, 3 deletions
@@ -3,7 +3,7 @@ BUGS o Some invalid DXF data gets pass the import checks and breaks the tessing code o Broken polyhedron() entities are not correctly detected and cause CGAL segfaults -USER iNTERFACE +USER INTERFACE -------------- o Fix current_win hack o Preferences @@ -12,8 +12,9 @@ o Preferences - wireframe color and width - OpenGL params - Default language feature settings + - Auto-view CSG/thrown together on load o More infrastructur for external editor (or is the reload good enough?) -o Export, Save etc.: automatically add missing extension. ask on unexpected extension +o Export etc.: automatically add missing extension as in SaveAs o Mac OS X: - embed examples into bundle -> separate example menu? - Use examples as default File Open folder @@ -23,9 +24,15 @@ o MDI - Think about how to do MDI the right way - Quit vs. Close MainWindow. Today Quit just closes the current window and there is no close function -o 3D interaction +o 3D View - Improve mouse rotation - Add modifier key combos to handle pan on 1 mouse button systems + - Show grid + - 4 x split view w/orthogonal cameras? + +INFRASTRUCTURE +-------------- +o Think about making external libraries easier available. Probably mostly convenience. ENGINE ------ |