- bug:  dune can not load gzip compressed VRML files under M$Windows
- bug:  updates of MFields in FieldView
- bug:  text fields on Irix are busted (and ugly) (partitialy done)
- feature:  scrolling in sceneview when moving nodes
- feature:  multiple selection of handles
- feature:  multiple selection of nodes
------------------------------------------------------
- bug:  ScrolledWindow limits (in fact limits in size of canvas)
- magic 1024-length buffers in open/save dialogs
- fixed strings in MainWindow, motif message boxes
- consolidate into a ScrollView, w/autoScrolling?
- feature:  PROTO editor
- drag bitmaps for win32
- ffwd, rewind don't work
- initial sash positions
- gif transparency
- PROTO nesting (partitialy done)
- PROTO writing (partitialy done)
- 3d font library for x?  use freetype?
- network (via cern common code/windows net stuff, tinyhttp)
- dune icon for executable, about box
- grid
- sound
- bug:  flashing on disabled buttons -- mouseover isn't picky enough
- bug:  redraw in SceneGraphView leaves droppings (fixed so far: maximal 
                                                   canvas size was exceeded)
- bug:  inserting/deleting node instanced in the same parent (doesn't always
        delete/insert the correct one)
- bug: undo missing in readInputDevice
- bug: small memoryleak when using colorcirle
- bug: (unix) _scene->UpdateViews(NULL, UPDATE_ALL) cause scenegraph collapse
- feature: completing script editor 
- backup for script changes

- setField(...,new FieldValue(whatever))  
   should be changed to allow
  FieldValue ptr(whatever)
  setField(...,&ptr)  
- bug:  "cut" then "undo" cause coredump
- bug: bug in compilation of Xfree4.2 in MacOSX requires to disable 
       png_handle_unknown cause of needed -force_flat_namespace linkoption
       reenable when Xfree4.2 bug is fixed 
- bug: let dune load the following file:

#VRML V2.0 utf8

DEF ONE Transform {
children [
    DEF TWO Transform {
      children [

        USE ONE

]
    }
 
Shape { geometry Box {} } 
]
}
- feature: check vality of input of SFImage 
- feature:  get quaternion from aflock for 3D Mouse

- bug: find out why aflock tracking is working with -wand 2 -tracker 3 but
       not with -tracker 3 only
- bug: testing in NodeData::writeFields
               if (value && !value->equals(field->getDefault())) {
       gives wrong results for MFFields. Improve workaround to ignore
       field->getDefault() in writing
- bug: find out why tracking of animation do not work for both interpolators,
       when 2 interpolators drive a field
- bug: fix missing transform of cameras
- feature: add move center to bounding box for NurbsCurve, Text
- bug: reaccount lenght of x,y,x of *Rotation in Fieldview only when
       Field is changed
- feature: Add repair thin wall problem inside IndexedFaceSets
- bug: repair bug of deleting both node and link to node when 
       deleting link to node in same scenegraph branch
- bug: find why MacOSX X11 can freeze in DuneApp::OnFileClose 

- feature: add missing rendering of VRML Amendment 1 nodes:

  NODE_CONTOUR_2D                   
  NODE_COORDINATE_DEFORMER          
  NODE_NURBS_CURVE_2D               
  NODE_NURBS_POSITION_INTERPOLATOR  
  NODE_NURBS_TEXTURE_SURFACE        
  NODE_POLYLINE_2D                  
  NODE_TRIMMED_SURFACE              

- feature: implement missing VRML Amendment 1 nodes:

  NODE_GEO_COORDINATE               
  NODE_GEO_ELEVATION_GRID           
  NODE_GEO_LOCATION                 
  NODE_GEO_LOD                      
  NODE_GEO_METADATA                 
  NODE_GEO_ORIGIN                   
  NODE_GEO_POSITION_INTERPOLATOR    
  NODE_GEO_TOUCH_SENSOR             
  NODE_GEO_VIEWPOINT                

- bug/speed: change Scene::newPath(Node *node) from scanning the 
  scenegraph to the Node::getParent() machinery

- replace silly variablename "y" in NodeExtrusion.cpp with something more
  useful after end of Wu Qingwei's student work

- crash: action -> array, select something and then use undo

- someone reported a crash on using the colorcircle twice when using
  it with Linux on the Apple Macintosh
