Commit Graph

95 Commits (d5c5708110bcaa60815d7648260f9688bbd12824)

Author SHA1 Message Date
Bert Münnich 2bf8f2ac42 Add missing description for Button3 to man page 7 years ago
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 years ago
Antti Korpi ecc363ec10 Add -p flag to disable writing of cache and temporary files
Closes #285.
7 years ago
Bert Münnich 30e9ec8970 Add Max Voit to list of contributors 7 years ago
Bert Münnich ff2ce99bf7 Merge djhejna/floatdelay 8 years ago
Bert Münnich c1ba841783 Merge dwminer/framerate 8 years ago
Don Hejna 27bbaab976 Support for DELAY as a floating point number including less than 1
second while maintaining backward compatibiitiy with integer
arguments.
8 years ago
dwminer ec47ecb23a Document -A option 8 years ago
Bert Münnich 32b29e61c1 Document new -e flag 8 years ago
Bert Münnich aabc2bddbd Provide image width and height to image-info script; fixes issue #159 8 years ago
Bert Münnich 160dd62953 Refined grouping of key/mouse mappings in man page 9 years ago
Bert Münnich f75fa78eca Make navigate_frame command respect a count prefix 9 years ago
Bert Münnich 9264a65c19 Clarified comments in key-handler, fixes issue #206 9 years ago
Bert Münnich 808a10ed04 Updated documentation regarding gamma correction 10 years ago
Bert Münnich 216ad81b59 Pass file paths to key handler via stdin; fixes issue #187 10 years ago
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 years ago
Bert Münnich 1094def183 Added command to remove all image marks, bound to Ctrl-m; fixes issue #163 10 years ago
Bert Münnich e267dc7793 Pass marked files to external key handler in thumbnail mode; fixes issue #135 10 years ago
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 years ago
Bert Münnich 06164c29b7 Revised command structure and key and mouse button mappings 10 years ago
Bert Münnich 5cfae63620 Create thumbnail cache dir automatically 10 years ago
Artem Bezsmertnyi 5ca20ad3e8 Add a section about key-handler to the man page. 10 years ago
Bert Münnich e685859a30 Use a checkerboard background for alpha layer; fixes issue #138 10 years ago
Bert Münnich 72f1b1ca6f Removed command line option -F 11 years ago
Bert Münnich 997c8518c5 Set scale mode at startup via argument to -s option 11 years ago
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 years ago
Bert Münnich 524d9de877 Removed fit-win-to-img command 11 years ago
Bert Münnich f6510b0a04 Merged pull request #129 11 years ago
Bert Münnich 304fd382db Adhere to XDG Base Directory Specification; fixes issue #124 11 years ago
Bert Münnich 6a0fa2507c Slideshow mode is back, in a simplified version 11 years ago
Bert Münnich 091aacb462 Merge remote-tracking branch 'baskerville/reverse-marks' 11 years ago
Bert Münnich 50f9ad14de Refactored remote changes 11 years ago
Bastien Dejean 562197577b Add command to reverse marked images 11 years ago
András Mohari 0353e6eea2 Add support for changing the gamma value 11 years ago
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 years ago
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 years ago
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 years ago
Bert Münnich c6bc6069d6 Changed key bindings for flipping to bar & underscore 11 years ago
Bastien Dejean 7e51c35801 Handle 180 degrees image rotation 11 years ago
Bert Münnich 6f05e77728 New options: -[io], read/write files from/to stdin/out
Fixes issue #84
11 years ago
Bert Münnich 9c0a53bc34 Added documentation for image-info script 12 years ago
Bert Münnich b6a6c260e1 Moved thumbnail cache to ~/.sxiv/cache/ 12 years ago
Bert Münnich 6f9b4f5b2e New option: -N, set X window resource name 12 years ago
Bert Münnich 4ce323213d Slightly changed the doc after merging remote changes 12 years ago
Bert Münnich 795beac132 Merge remote-tracking branch 'baskerville/master' 12 years ago
Bert Münnich c86079e650 Removed dropped slideshow mappings from man page & README 12 years ago
baskerville b56989f8fb New commands: fit to the window's height/width 12 years ago
baskerville c330b55de4 handle count prefix in thumbnail movements 12 years ago
muennich e86b713f2d Fixed mail address in man page 12 years ago
Bert Münnich dde2fd0aa8 Added baskerville to Contributors list in man page 12 years ago