#
20e18366 |
| 25-Aug-2023 |
Augustin Cavalier <waddlesplash@gmail.com> |
ShowImage: Use layouts for the main view area.
The main window itself is still not using them, due to incompatibilities with the toolbar animation.
Fixes #18547.
|
#
baa27ccb |
| 09-Apr-2015 |
Janus <janus2@ymail.com> |
ShowImage: Multipage images displayed in sequence.
* The correct page is displayed. * Next/Previous/First/Last page are enabled and disable as Next/Previous File. * Add in the status bar current p
ShowImage: Multipage images displayed in sequence.
* The correct page is displayed. * Next/Previous/First/Last page are enabled and disable as Next/Previous File. * Add in the status bar current page/ total page. * Fixes #11959.
show more ...
|
#
cae52ead |
| 07-Apr-2015 |
Janus <janus2@ymail.com> |
Showimage: Add zoom level to StatusBar.
* Improve StatusBar graphics (Same style as StyledEdit). * Resize the StatusBar to best fit. * Fixes #7394.
|
#
b9767a83 |
| 08-Nov-2010 |
Axel Dörfler <axeld@pinc-software.de> |
* The ImageFileNavigator is now only for navigation, it doesn't load any images anymore. * Moved the new ImageCache into its own source file. * The cache is now used within ShowImage. There is no r
* The ImageFileNavigator is now only for navigation, it doesn't load any images anymore. * Moved the new ImageCache into its own source file. * The cache is now used within ShowImage. There is no read-ahead caching being done yet, though, but you can quickly return to previous images, and you can also skip images faster than before. * Improved separation between the ShowImageStatusView and the rest; ShowImageWindow no longer has a getter for the image view. * The status view is now using the private BDirMenu which implements enhancement ticket #6778. * Made a few more methods private/protected in ShowImageWindow. * Fixed bug #6797. * The bitmap is currently only owned by the ImageCache, but we need to have a separate referenceable object owning it. Added a TODO comment for this. * The ProgressWindow is currently not being used anymore, added a TODO comment for this as well.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39364 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 ...
|
#
dc6d91a9 |
| 02-May-2008 |
François Revol <revol@free.fr> |
Added a path popup menu like Tracker's and Pe's to the Status bar.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25295 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
#
e615cc51 |
| 19-Jan-2008 |
Jérôme Duval <korli@users.berlios.de> |
minor cleanup
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23631 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
#
7eca0987 |
| 04-Nov-2003 |
Michael Pfeiffer <michael.w.pfeiffer@gmail.com> |
- added option resize image to window size - added show next/previous file using Command + Cursor Up/Down key - rewrote selection code - added marching ants - renamed member variables to start with c
- added option resize image to window size - added show next/previous file using Command + Cursor Up/Down key - rewrote selection code - added marching ants - renamed member variables to start with capital letter after field prefix
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5255 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
cdb89ebb |
| 02-Aug-2003 |
Matthew Wilber <mwilber@nowhere.fake> |
Change to have a more consistent coding style, eliminated unused / unessecary code, added MIT license notice, prevented image window from closing when a save panel is open, prevented the user from op
Change to have a more consistent coding style, eliminated unused / unessecary code, added MIT license notice, prevented image window from closing when a save panel is open, prevented the user from opening multiple save panels for a single image window, etc.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4214 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
67515cfb |
| 02-Aug-2003 |
Matthew Wilber <mwilber@nowhere.fake> |
Changed to use a BString for storing the status text instead of a char *
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4211 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
#
13afa642 |
| 22-Jul-2002 |
Phil Greenway <sikosis@gmail.com> |
Initial Checkin. Coded by Fernando Francisco de Oliveira.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@388 a95241bf-73f2-0310-859d-f6bbb57e9c96
|