TODO key: d = done, w = work in progress, ? = possibly fixed
          * = required before next release

Major:  (1.2 blockers)
----------------------------------------------

d>see if calling a gdk_flush will fix the paned positioning problem (drops to 1,1 when holding down f or h).
  UPDATE: just check if allocation.x is not -1 (it is -1 until really allocated)

d>fix the broken 'fit window to image' for the main window...

d>add skip all to file overwrite dialog

d>changing directory should also change the image to the first listed image (or blank if there is none).
  (I guess this would be correct, pity, I like the current behavior - lazy image changes)

d>auto update in file list view is causing list to 'jump' to the actively viewed image - it shouldn't be


Minor:
----------------------------------------------

d>keep same portion of image visible when toggling tools and full screen view.
 UPDATE: best that could be done without a lot of work is maintaining upper left scroll point.

 >drag and drop should honor escaped (ex: %20 == space) characters

 >add dnd support to property windows (drag only?).

 >add a real CRC checksum and use in place of checksum_simple

 >tab completion popup filename menu needs some work (currently will not scroll!).

 >there is an icon view bug causing scroll jumping after drag selection with mouse
  (looks like a GTK clist bug ?)

 >the lazy_image_sync option is read/written to the rc file and honored, but is not selectable
  from the options window.

 >port to gtk+ 2, work is in progress in another source tree...

 >list and icon views differ in selecting next image after a delete when multiple files are selected.

 >add EXIF image info support (have patch) - not sure how I want to use it though.

Wishlist?:
----------------------------------------------

 >allow display of text (filename) under icons in collection window.
  (stupid CList is going to make this difficult ?, maybe impossible w/ clist)

 >move from middle button to standard button for mouse dragging (requires either our
  own selection code for the clists, or wait until GTK 2.0 port - looks like latter.)

 >full screen mode option to display filename/zoom.

 >rewrite the file filter, it uses globals for each type - use 1 GList,
  allow easy addition of other types.

 >add symlink option (in addition to the move/copy stuff.)

 >the '..' directory icon should be an icon for up one dir
