#
e2069723 |
| 14-Nov-2010 |
Axel Dörfler <axeld@pinc-software.de> |
* Removed the "shrink to window" option. Instead, there is now a "Fit to window" menu item that just does that. Additionally, the image is always fit to the window size when first shown, or if th
* Removed the "shrink to window" option. Instead, there is now a "Fit to window" menu item that just does that. Additionally, the image is always fit to the window size when first shown, or if the full screen mode switches. That also fixes #6765, and #6810. * The ImageCache now also passes a referenced BitmapOwner object, and bitmaps are now actually freed when it's allowed to. * Pressing the zoom button will cause ShowImage to enter full screen again. For some reason this has been removed as part of r19540. * The progress window is now visible again, although not that often, as you will only see it for images that were not in the queue already. The window is now known to the ShowImageWindow instead of the ShowImageView. * Moved most constants out of ShowImageConstants.h to where they belong. * Dropping an image now opens it in another window. * Removed EntryMenuItem as it's no longer used anywhere. * Minor other cleanup.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39431 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
8c1ad886 |
| 13-Aug-2009 |
Ryan Leavengood <leavengood@gmail.com> |
- Cleanup to match coding guidelines. The header cleanup might have been overkill. - Updating some copyright years. - ResizerWindow.h was not self-contained.
Some of the other files were skipped d
- Cleanup to match coding guidelines. The header cleanup might have been overkill. - Updating some copyright years. - ResizerWindow.h was not self-contained.
Some of the other files were skipped due to complexity and planned code changes.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32296 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
a58eacec |
| 11-Apr-2007 |
Axel Dörfler <axeld@pinc-software.de> |
Implemented a progress window: it will be shown after one second in case the translator supports it - currently, only the RAW image translator does this (as it needs about 10 seconds to open a 6 mio.
Implemented a progress window: it will be shown after one second in case the translator supports it - currently, only the RAW image translator does this (as it needs about 10 seconds to open a 6 mio. pixel RAW image on a 2.6 GHz P4).
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20650 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|