Blame TODO.txt

093028b
- feature:  scrolling in sceneview when moving nodes under M$Windows
093028b
- feature:  multiple selection of nodes
093028b
------------------------------------------------------
093028b
- bug:  ScrolledWindow limits (in fact limits in size of canvas)
093028b
- consolidate into a ScrollView, w/autoScrolling?
093028b
- drag bitmaps for win32
093028b
- PROTO nesting (partitialy done)
093028b
- PROTO writing (partitialy done)
093028b
- dune icon for about box
093028b
- grid
093028b
- sound
093028b
- bug:  flashing on disabled buttons -- mouseover isn't picky enough
093028b
- bug:  redraw in SceneGraphView leaves droppings (fixed so far: maximal 
093028b
                                                   canvas size was exceeded)
093028b
- bug: undo missing in readInputDevice (partitialy done)
093028b
- bug: small memoryleak when using colorcirle
093028b
- feature: completing script editor for use with java
093028b
- backup for script changes
093028b
- bug: let dune load the following invalid file:
093028b
093028b
#VRML V2.0 utf8
093028b
093028b
DEF ONE Transform {
093028b
  children [
093028b
    DEF TWO Transform {
093028b
      children [
093028b
093028b
        USE ONE
093028b
093028b
      ]
093028b
    }
093028b
 
093028b
  Shape { geometry Box {} } 
093028b
  ]
093028b
}
093028b
- feature: check vality of input of SFImage 
093028b
- bug: find out why tracking of animation do not work for both interpolators,
093028b
       when 2 interpolators drive a field
093028b
- feature: add move center to bounding box for NodeText
093028b
- feature: add missing rendering of VRML Amendment 1 nodes:
093028b
093028b
  NODE_CONTOUR_2D                   
093028b
  NODE_COORDINATE_DEFORMER          
093028b
  NODE_NURBS_CURVE_2D               
093028b
  NODE_NURBS_POSITION_INTERPOLATOR  
093028b
  NODE_NURBS_TEXTURE_SURFACE        
093028b
  NODE_POLYLINE_2D                  
093028b
  NODE_TRIMMED_SURFACE              
093028b
093028b
- feature: implement missing VRML Amendment 1 nodes (stubs done):
093028b
093028b
  NODE_GEO_COORDINATE               
093028b
  NODE_GEO_ELEVATION_GRID           
093028b
  NODE_GEO_LOCATION                 
093028b
  NODE_GEO_LOD                      
093028b
  NODE_GEO_METADATA                 
093028b
  NODE_GEO_ORIGIN                   
093028b
  NODE_GEO_POSITION_INTERPOLATOR    
093028b
  NODE_GEO_TOUCH_SENSOR             
093028b
  NODE_GEO_VIEWPOINT                
093028b
093028b
- bug/feature: if node with routes are copied, the route should be copied too
093028b
093028b
- bug: on remove in SceneTree: also remove nodes inside a USE'd Node
093028b
- bug: solve wrong scene URL on file->import
093028b
- feature: add test for NTTY to configure test
093028b
093028b
- feature solve performance problem with outcommented makeSimilarNodeName
093028b
- bug: solve problem: Field for VRML97, ExposedField for X3D for Viewpoint.description
093028b
- future: handle X3D node names in Scene::getExtensionProto(MyString name)
093028b
- bug: upgrade NodeGeoPositionInterpolator to real double support in 
093028b
       createKey/createKeys
093028b
- future: add GeoNode resource strings
093028b
- check: check appearance->getField(_appearance)) riddle in
093028b
  NodeShape::isLit() and NodeShape::doSpecularPass
093028b
- handle HAVE_NO_PNG_HANDLE_UNKNOWN for architectures with libpng.a links
093028b
- bug find out why changing to k&r formatting changes NearClippingPlaneDistance
093028b
093028b
This file is free software; you can redistribute it and/or modify 
093028b
it under the terms of the GNU General Public License as published by
093028b
the Free Software Foundation; either version 3 of the License, or
093028b
(at your option) any later version.
093028b
093028b
This program is distributed in the hope that it will be useful,
093028b
but WITHOUT ANY WARRANTY; without even the implied warranty of
093028b
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
093028b
GNU General Public License for more details.
093028b
093028b
You should have received a copy of the GNU General Public License
093028b
along with this program (see the file "COPYING" for details); if
093028b
not, write to the Free Software Foundation, Inc., 675 Mass Ave,
093028b
Cambridge, MA 02139, USA.
093028b