1.1.41.5 JPEGView Hippety Hop
A few more changes to make slideshow less 'pausey'.
- ALT+<Left/Right> to jump back/forward by 100 images. (somewhat for this)
- Jumping to image in a different folder no longer pauses slideshow. Go back 1 image too.
- Default to
FolderNavigation
toLoopSubFolders
(loop into sub-folders as well), instead ofLoopFolder
(stay in same folder). - sync upstream patch: don't try to "Explore" path if clipboard image.
New changes (after tag); hence, JPEGView*.ZIPs contains newer content than source archives.
- '-'/'=' (i.e. the ones between numbers and backspace) to zoom out/in for keyboards without Numpad -/+ keys.
- Also update hotkeys for colour et al adjustments.
- CTRL+ALT+<Left/Right arrow>: Jump to previous/next folder. (for this)
- Sync from upstream
- New: always on top (SHF+F11), hide title bar (SHF+F12)
- incomplete: DefaultSelectionMode - may remove in future if conflict with expanded panning mod
- Selection mode:
- Navigation panel’s zoom mode button has been changed to selection mode.
- CTRL+Z to toggle (left mouse drag) zoom mode instead.
- Deconflict: Select & zoom modes toggle each other off.
- Selection box same as image aspect ratio (partial for this]
- Don't silent abort crop when selection box is out of image bounds.
- When no aspect ratio is specified, just adjust automatically and crop.
- When aspect ratio is specified, ask user whether to crop as is, or adjust then crop, or abort.
- one of number 1 to 9: when in selection mode, selects these aspect ratio:
- 1= Free
- 2= Same as image
- 3= 3:2
- 4= 4:3
- 5= 5:4
- 6= 16:9
- 7= 16:10
- 8= Fixed size
- 9= User predefined in settings
- Don't silent abort crop when selection box is out of image bounds.
- Navigation panel’s zoom mode button has been changed to selection mode.
- Wrap backwards. Allowed for
LoopSameFolderLevel
&LoopSubFolders
too, not justLoopFolder
.- bug fix or something. Even if WrapAround=false (for
LoopFolder
), don't get stuck at initial image in the middle of folder; allow navigating to first image in the folder and get stuck there without wrapping around instead. For now,LoopSameFolderLevel
&LoopSubFolders
should wrap around regardless of the setting. - bug fix: more tidying up
- bug fix or something. Even if WrapAround=false (for
- Slideshow fixes:
- slideshow transition no longer messed up. Use same pan-zoom adjustment calculations for both OnPaint and PaintToDC.
- slideshow should no longer get stuck at animated images.
- File filters (configure in
JPEGView.ini
)- Hide small images below
MinFilesize
(default: 30K). ALT+M to toggle and reload. - Hide hidden images. ALT+H to toggle and reload. (mainly for above, but incidentally for this)
- hide hidden folder too, unless it is the initial folder
- setting is
HideHidden
... now it really is used >.<"
- Hide small images below
TODOs?:
- Filter: Show newest images only? Last week, or pick from a calendar? Need some fancy calendar widget perhaps.
Download
- JPEGView.zip - full, portable package, you may unzip and run from.
- JPEGView-less-config.zip - for updating existing installation; just unzip and replace EXE & DLLs.
- Merge any new config option(s) yourself.