- 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:  scrollbar for FieldView
- 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)
- 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
