2007-07-14 03:11:43 +04:00
|
|
|
Version 0.94: Beta 5
|
|
|
|
* (bugfix: fix cacheing code to allow refreshing current image after flip etc.)
|
|
|
|
* (feature: use 'f' to flip image vertically, in case FreeImage sucks)
|
|
|
|
* change: change the border control keys to 'b' instead of 'f' for next feature
|
|
|
|
* feature: use FreeImage.dll if it's available
|
|
|
|
* bugfix: fix bug in right or bottom cursor region due to internal cleanup
|
|
|
|
|
2007-07-10 13:48:36 +04:00
|
|
|
Version 0.93: Beta 4
|
|
|
|
* bugfix: alter stb_image to support jpegs with weird header blocks
|
|
|
|
* bugfix: exit after printing directory error message
|
|
|
|
* bugfix: change naming of frame/border variables
|
|
|
|
* bugfix: ESC when showing help clears help, rather than exiting
|
|
|
|
* internal: clean up registry code to halve registry ops
|
|
|
|
|
2007-07-04 00:10:39 +04:00
|
|
|
Version 0.92: Beta 3
|
|
|
|
* internal: replace Sleep()-based thread-joining code with synchronization primitive
|
|
|
|
* internal: change work queue internals to use stb_mutex
|
|
|
|
* internal: change stb_mutex from using win32 semaphore to using CRITICAL_SECTION
|
|
|
|
* internal: stbi_load_from_memory() only; remove stdio from stb_image (500 bytes)
|
|
|
|
|
2007-07-02 02:11:30 +04:00
|
|
|
Version 0.91: Beta 2 (2007-07-01)
|
2007-07-02 02:27:57 +04:00
|
|
|
* feature: allow changing the label font size, toggle label in preferences
|
2007-07-02 02:11:30 +04:00
|
|
|
* internal: various refactorings to clean up the code
|
|
|
|
* bugfix: finish commenting code (except resizer)
|
|
|
|
* bugfix: fix tiny leak closing the preferences dialog with the close button
|
|
|
|
|
|
|
|
Version 0.90: Beta 1 (2007-06-30)
|
|
|
|
* bugfix: user-friendlier error messages
|
|
|
|
* feature: save preferences to registry
|
|
|
|
* feature: preferences dialog
|
|
|
|
|
|
|
|
Version 0.57 (2007-06-29)
|
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
|
|
|
|
|
2007-07-02 02:11:30 +04:00
|
|
|
Version 0.56 (2007-06-27)
|
2007-06-29 02:57:49 +04:00
|
|
|
* 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 02:24:56 +04:00
|
|
|
|
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 02:24:56 +04:00
|
|
|
|
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
|