TODO key: d = done, w = work in progress, ? = possibly fixed, * = wt? - how?

For 0.6.2?:
----------------------------------------------
d>add slideshow option, show all if 1 is selected, if multiple selected, only
  show them.
d>add full screen option (should do next first, will make this easier).
d>add 'open in new window' option... don't know if it will allow browsing like
  main window, yet.
d>apply patch for progressively faster keyboard scrolling, make it optional.

Major:
----------------------------------------------
d>Fix window resizing to start-up size when window is made smaller, then an
  image is changed, or widget is 'operated'.
 >Fix hang (endless gtk loop on drags in GTK+ 1.2.3) bah, in gdb its a pain,
  breaking it within the error causes a stuck pointer grab :-/
  HOW TO REPEAT:
   enable 'save tool state'
   set the tools to float
   exit
   restart
   unfloat tools
   try to do drag and drop -> BOOM!
  UPDATE: I dunno, this still looks like a gtk bug?

Minor:
----------------------------------------------
 >add a read-ahead buffer for next image, note that this will not be threaded.
 >add commmand line option to invoke full screen and slideshow on startup
 >make *'s const, where appropriate ()
 >make Escape cancel dialogs.
d>When deleted image is displayed, move to nearest file or logo.
d>When renaming file, keep thumbnail image when changing name in list.
  also rename image, if it is the currently viewed file.
d>When generating thumbnails, generate the visible lines first.

 >add progress dialog when moving/copying/deleting multiple files.
 >.xbm file format not listed by default? .pnm, more?

 >add +tools -tools to commandline to force tools display/hide (+t/-t)
 >ability to specify view window background color
 >show wait cursor during image load

Wishlist?:
----------------------------------------------
d>full-screen view
d>slideshows
 >image list, like playlist in sound players
 >add vert drag bar
 >make *.jpg on command line show only jpg files, for ex.

