Bert Münnich
174e2dd94c
Overhaul introductionary text
6年前
Bert Münnich
6a662ae5e0
Document undocumented "-" behavior
6年前
Daniel Lublin
6e696ba98c
Add mark range function
Sets the marked state of all images ranging from the latest marked/unmarked
image to the current image, to the state of that latest toggled image.
6年前
Bert Münnich
2bf8f2ac42
Add missing description for Button3 to man page
7年前
Bert Münnich
8081cbebf3
Improve mouse support
None of the mouse mappings uses a keyboard modifier, making it possible to
access the most basic features by only using the mouse.
Next/previous image with left button depending on cursor position, middle
button for dragging, right button for switching to thumnail mode and wheel for
zooming.
Users can keep the old behaviour by simply not adapting the changes to the
buttons array in config.def.h to their config.h file.
7年前
Antti Korpi
ecc363ec10
Add -p flag to disable writing of cache and temporary files
Closes #285 .
7年前
Bert Münnich
30e9ec8970
Add Max Voit to list of contributors
7年前
Don Hejna
27bbaab976
Support for DELAY as a floating point number including less than 1
second while maintaining backward compatibiitiy with integer
arguments.
8年前
dwminer
ec47ecb23a
Document -A option
8年前
Bert Münnich
32b29e61c1
Document new -e flag
8年前
Bert Münnich
aabc2bddbd
Provide image width and height to image-info script; fixes issue #159
8年前
Bert Münnich
160dd62953
Refined grouping of key/mouse mappings in man page
9年前
Bert Münnich
f75fa78eca
Make navigate_frame command respect a count prefix
9年前
Bert Münnich
9264a65c19
Clarified comments in key-handler, fixes issue #206
9年前
Bert Münnich
808a10ed04
Updated documentation regarding gamma correction
10年前
Bert Münnich
216ad81b59
Pass file paths to key handler via stdin; fixes issue #187
10年前
Bert Münnich
7b91e10f22
Added thumbnail zooming...
- Key mappings +/- are now general commands
- Use JPG as thumbnail cache file format instead of PNG
- Fixes issue #161
10年前
Bert Münnich
1094def183
Added command to remove all image marks, bound to Ctrl-m; fixes issue #163
10年前
Bert Münnich
e267dc7793
Pass marked files to external key handler in thumbnail mode; fixes issue #135
10年前
Bert Münnich
5e481912ec
Revised handling of GIF animations
- New option `-a`: Play animations at startup
- Ctrl-Space toggles animation for all GIF files
- Infinite loop for all animations
10年前
Bert Münnich
06164c29b7
Revised command structure and key and mouse button mappings
10年前
Bert Münnich
5cfae63620
Create thumbnail cache dir automatically
10年前
Artem Bezsmertnyi
5ca20ad3e8
Add a section about key-handler to the man page.
10年前
Bert Münnich
e685859a30
Use a checkerboard background for alpha layer; fixes issue #138
10年前
Bert Münnich
72f1b1ca6f
Removed command line option -F
11年前
Bert Münnich
997c8518c5
Set scale mode at startup via argument to -s option
11年前
Bert Münnich
43a04c4757
Revised scale mode and zoom level handling
- Scale mode is not reset to default value upon image loading anymore
- New default key binding to change mode to scale-down
- Removed scale mode setting from config.h
- Removed -d command line option, as this is now the default at startup
11年前
Bert Münnich
524d9de877
Removed fit-win-to-img command
11年前
Bert Münnich
304fd382db
Adhere to XDG Base Directory Specification; fixes issue #124
11年前
Bert Münnich
6a0fa2507c
Slideshow mode is back, in a simplified version
11年前
Bert Münnich
50f9ad14de
Refactored remote changes
11年前
Bastien Dejean
562197577b
Add command to reverse marked images
11年前
András Mohari
0353e6eea2
Add support for changing the gamma value
11年前
Bert Münnich
26a624a543
Added options for anti-alias & alpha layer coloring to config.def.h
Also removed now obsolete -p command line option; fixes issue #98
11年前
Bert Münnich
fb6e4bdd98
Only print marked files when -o is given
Fallback to print all files, if no images are marked, was kind of
irritating.
11年前
Bert Münnich
7d878bd16d
Added file marks; fixes issue #94
- Command it_toggle_image_mark (bound to 'm') toggles mark of current
image
- Command it_navigate_marked (bound to 'N'/'P') can be used to go to
the next/previous marked image
- When option -o is given, all marked files get printed
11年前
Bert Münnich
c6bc6069d6
Changed key bindings for flipping to bar & underscore
11年前
Bastien Dejean
7e51c35801
Handle 180 degrees image rotation
11年前
Bert Münnich
6f05e77728
New options: -[io], read/write files from/to stdin/out
Fixes issue #84
12年前
Bert Münnich
9c0a53bc34
Added documentation for image-info script
12年前
Bert Münnich
b6a6c260e1
Moved thumbnail cache to ~/.sxiv/cache/
12年前
Bert Münnich
6f9b4f5b2e
New option: -N, set X window resource name
12年前
Bert Münnich
4ce323213d
Slightly changed the doc after merging remote changes
12年前
Bert Münnich
c86079e650
Removed dropped slideshow mappings from man page & README
12年前
baskerville
b56989f8fb
New commands: fit to the window's height/width
12年前
baskerville
c330b55de4
handle count prefix in thumbnail movements
12年前
muennich
e86b713f2d
Fixed mail address in man page
12年前
Bert Münnich
dde2fd0aa8
Added baskerville to Contributors list in man page
12年前
Bert Münnich
60f84190f0
Added section CONTRIBUTORS to man page
12年前
Bert Münnich
d1a1e0142b
Simplified & sped up reloading of all thumbnails
12年前