stb-imv/notes.txt

32 lines
1.4 KiB
Plaintext
Raw Normal View History

2007-06-29 02:57:49 +04:00
Version 0.57
2007-06-29 14:18:49 +04:00
* feature: cubic image resampling
2007-06-30 04:25:15 +04:00
* bugfix: advancing to pre-loaded image then retreated to previous image
2007-06-29 14:18:49 +04:00
* bugfix: occasional error when advancing to image that was about to be decoded
2007-06-30 04:25:15 +04:00
* bugfix: commented about 75% of code
2007-06-29 02:57:49 +04:00
* bugfix: fix logic for fitting large images onscreen to not stop a few pixels short
Version 0.56
* bugfix: stb_image wouldn't load jpegtran output (which is invalid JFIF)
2007-06-27 23:45:57 +04:00
Version 0.55 (2007-06-27)
2007-06-27 23:42:35 +04:00
* feature: toggle filename label
* feature: toggle entire border
* feature: toggle white stripe in border
2007-06-27 01:22:01 +04:00
* bugfix: display error message for files that don't load
Version 0.54 (2007-06-26)
* bugfix: keep current window position while switching windows in actual-size mode
* feature: mousewheel to resize
* feature: checkerboard border behind alpha - but image sized, not zoom-independent
* feature: integrated help with F1/h/?
* bugfix: resizing with ctrl- and ctrl+ correctly sets the actual-size-mode
2007-06-26 05:00:05 +04:00
Version 0.53 (2007-06-25)
2007-06-27 01:22:01 +04:00
* feature: double-click, alt-enter to toggle actual-size vs. fullscreen
* feature: ctrl-O lets you open an arbitrary file
* feature: added Open File dialog if you run without a commandline
* bugfix: changing images doesn't change window size except in actual-size mode
2007-06-26 05:00:05 +04:00
Version 0.52 (2007-06-25)
2007-06-27 01:22:01 +04:00
* bugfix: hang when resizing first image