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

Major (1.4.3 release blockers):
----------------------------------------------

d> add horizontal scrolling support

d> fix support for filesystems with broken timestamps, nope - this is a utime + non-owner issue.


Unfixable bugs:
----------------------------------------------

 > If, upon selecting a new image, and the image fails to display with only a
   black picture - and GQview's cpu usage goes up to near 100% - try scrolling
   the file view. If the problem corrects, you may be experiencing a bug in
   GTK 2.2.2, try updating GTK to 2.2.4.

Minor (post 1.4 stable):
----------------------------------------------

 >add support for GDK_SCROLL_LEFT/RIGHT to image.c
 >fix compile error on FreeBSD (missing include for time_t in ui_fileops.h ?)

 >when setting utime on thumbnail files begin to fail, start using a >= check for
  the thumbnail to source image comparisons.

 >add doubleclick to switch to/from fullscreen (on image, this is not that simple to do with current setup...)

 >when resizing/refreshing collection window, keep the same top left thumbnail visible

 >dupe window, fix mouse button 2 drag,3 click behavior to be similar to main window
      (ie: selection does not change on button 2 drags and button 3 right clicks)

 >in fullscreen and confirm delete is off, do not drop out of fullscreen (same for slideshow).

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

 >add animated image support

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

 >full screen mode option to display filename/zoom.

 >image comparison window (displays two or more images for comaprison)

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

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

 >add option for delay flip till next image is loaded when in fullscreen + slideshow

 >allow slideshow transition effects (wipe/fade etc.)

 >add 2 extra zoom options (fit width and fit height).

 >support reading image data, or a list of files via stdin (cat $FILE | gqview -)

