2007-xx-xx: * src/main.c: - Fix store and load functions for background-color, functions used where only available since gtk 2.12. - Fix opening of relative paths. * src/main_window.c src/picture_viewer.c: - Redraw the picture-viewer after setting a new background-color * src/picture_viewer.c: - Improve box-zoom 2007-12-01: Release 0.0.14 * src/main_window.c: - Add keyboard-shortcuts for rotating - Fix modification of bg-color using preferences dialog * src/navigator.c: - Fix thumbnail-scaling when thumbnail is first generated (Bug #3693) - Refresh when new images are added and within visible range of the thumbnail-viewer * src/main.c: - Improve behaviour when opening images from cli. (Bug #3701) 2007-11-25: Release 0.0.13 * src/main.c: - Fix segfault when running ristretto with unknown cli-options * src/picture-viewer.c: - Add rudimentary box-zoom (use ctrl-click to make use it) (Bug 3665) - Use gtk-style background-color by default - Allow modification of background-color (Bug #3684) * src/main-window.c: - Add Rotate sub-menu and buttons - Add Zooming sub-menu and buttons - Override picture-viewer bg-color when switching to fullscreen mode. 2007-11-17: Release 0.0.12 * src/picture_viewer.c: - Fix High CPU-usage * src/thumbnail_viewer.c: - Improve performance when new images are added to the navigator * src/navigator.c: - Emit iter_changed signal when navigator is cleared. * src/main_window.c: - Leave fullscreen mode by using 'Escape' key - Fix toolbar always visible after leaving fullscreen mode (Bug #3655) - Fix titlebar string (did not always display the correct nr of available images) * src/main.c: - Fix open file from CLI 2007-11-06: Release 0.0.11 * src/picture_viewer.c: - Improve performance when zooming with mouse-wheel - Improve performance when dragging the image around * src/thumbnail_viewer.c: - Add some comments * src/main_window.c: - Improve preferences dialog 2007-11-03: Release 0.0.10 * src/navigator.c src/picture_viewer.c: - Move image loading to navigator (to aid preloading and cache) * src/main_window.c: - Add Preferences dialog - Add file-properties dialog (uses d-bus and thunar for now) * src/navigator.c: - Add preloading - add thunar-vfs-monitor support (images are now reloaded when they are modified) * src/thumbnail_viewer.c: - Fix rendering bug 2007-10-15: Release 0.0.9 * src/navigator.c src/main_window.c src/picture_viewer.c: - Fix EXIF orientation (was broken with previous release) - Add right mouse click menu - Add drag move when zoomed (still experimental) 2007-10-14: Release 0.0.8 * src/navigation.c src/picture_viewer.c src/thumbnail_viewer.c: - Add support for animated images (like .gif and .mng) - Improve load-times - Improve responsiveness when loading images * src/main_window.c src/main.c: - Fix memory leak when opening files / folders 2007-09-30: Release 0.0.7 * src/navigation.c: - Fix Segfault * src/main_window.c: - Fix some broken if-statements that didn't work 2007-09-30: Release 0.0.6 * src/main.c: - Index the entire folder when a file is opened from the CLI * src/picture_viewer.c: - When switching files, fix the timeout and darken thei original image until the timeout is exceeded. * src/navigation.c: - Add EXIF support for detecting the image-orientation. - Fix memory-leak * src/thumbnail_viewer.c: - Improve the paint behaviour, do not paint the same pixel twice. * src/main_window.c: - Place all the MainWindow code inside a separate class - Improve the way the titlebar displays the image-name. 2007-09-13: Release 0.0.5 * src/main.c: - Add the possibility to close images - Add an 'open with' submenu, to open an image with alternative applications - Add confirmation dialog to the recent-documents list clear button * src/navigation.c: - Add the possibility to remove images * src/thumbnail_viewer.c: - Let thumbnail-viewer respond to reordered signal 2007-09-08: Release 0.0.4 * ristretto.desktop.in: - Add %F to the Exec field * src/main.c: - Toggle thumbnail-bar visibility (Bug #3507) (Ctrl-T) - Add button to clear the recent-documents list. - Toggle slideshow when fullscreen. - Allow ristretto to open multiple files from the command-line * src/picture_viewer.c: - Improve zooming functionality, using scroll-wheel should no longer freeze the window. 2007-09-02: Release 0.0.3 * src/main.c: Toggle toolbar visibility (Bug #3499) Remember window-dimensions (Bug #3520) * src/thumbnail_viewer.c: Improve themeability Improve thumbnail-rendering * src/picture_viewer.c: Improve performance when switching files Improve zooming 2007-08-29: Release 0.0.2 * icons/22x22, icons/24x24, icons/32x32, icons/36x36: Added aditional icons * README: Written the README file * configure.in.in: Fixed version-numbering * src/thumbnail_viewer.c: Added scrollwheel navigation Fixed backwards scrolling of thumbnailer * src/picture_viewer.c: Added scrollwheel zooming Fix Bug #3500 (Do not upscale images by default) Add a minimum zoom-level of 5% and a maximum of 1600%. Prevent images being down-scaled beyond 1 pixel. * src/main.c: Added space/backspace navigation 2007-08-26: Release 0.0.1 * */*: Initial release