Bert Münnich
1613b42411
Simplify cg_mark_range further
2018-06-10 12:39:23 +02:00
Bert Münnich
1de5f06f83
Set global markidx whenever a single img is (un)marked
...
This also sets *markidx* when using the right mouse button in thumbnail mode.
2018-06-09 14:07:13 +02:00
Bert Münnich
87a1ace8a1
(Un)mark single image through generic function
2018-06-09 13:12:46 +02:00
Bert Münnich
1892ed9fd7
Simplify cg_mark_range
2018-06-09 12:17:03 +02:00
Bert Münnich
a1165df878
Rename variable toggledidx to markidx
2018-06-09 11:57:42 +02:00
Bert Münnich
cc476be7cc
Remove unnecessary special cases in cg_mark_range
2018-06-09 11:52:48 +02:00
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.
2018-06-09 11:44:47 +02:00
Bert Münnich
762420cdf1
Close image-info explicitly
2018-02-18 14:12:41 +01:00
phi
d5c5708110
Use argument to select between two drag methods
2018-01-22 09:46:38 +01:00
Bert Münnich
148026007c
One header file for type definitions and function declarations
2017-10-16 21:10:35 +02:00
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.
2017-10-06 10:15:43 +02:00
Bert Münnich
ee908ca0a1
Simplify cursor reset in image mode
...
No need to give cursor name. reset_cursor() is now the only place to decide
what cursor to fall back to.
2017-10-05 13:49:11 +02:00
Bert Münnich
d81442f55d
Own win method for mouse cursor location
2017-10-05 13:47:02 +02:00
Bert Münnich
e310136e02
Mouse drag translates pointer position to image area
...
This makes mouse panning more direct and faster.
2017-10-04 18:22:43 +02:00
Bert Münnich
ff2ce99bf7
Merge djhejna/floatdelay
2016-12-01 21:18:41 +01:00
Bert Münnich
f75fa78eca
Make navigate_frame command respect a count prefix
2015-12-26 15:24:08 +01:00
Bert Münnich
d3a70a285d
Revised error handling
...
- Functions warn() and die() replaced by GNU-like error(3) function
- Register cleanup() with atexit(3)
- Functions called by cleanup() are marked with CLEANUP and are not allowed to
call exit(3)
2015-10-28 23:03:37 +01:00
Bert Münnich
e574a6d0dd
Removed feature test macro definitions from source files
2015-10-28 21:37:45 +01:00
Bert Münnich
5dc7993478
Simplified command arguments
2015-01-11 11:39:38 +01:00
Bert Münnich
47e6cd0669
Apply gamma value on thumbnails too; fixes issue #193
2015-01-05 20:53:04 +01:00
Bert Münnich
47af0dd7b5
Cache out of view thumbnails in the background
2015-01-04 21:24:43 +01:00
Bert Münnich
9b9294bae6
Use bit-field for boolean flags in fileinfo struct
2015-01-04 21:24:43 +01:00
Bert Münnich
0cb1d11305
Removed obsolete ss_delays array, fixes issue #191
2014-12-22 09:00:36 +01:00
Bert Münnich
ddd028eb3e
Unified file count variable for image & thumbnail mode
2014-09-30 21:54:17 +02:00
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
2014-09-28 00:28:50 +02:00
Bert Münnich
eaa269b6cb
Revised thumbnail loading...
...
- Only load the thumbnails that are currently visible in the window
- Unload thumbnails that are leaving the visible area
- Much less memory needed, but scrolling is now slower
- This also unintentionally fixes issue #86
2014-09-26 10:31:03 +02:00
Bert Münnich
2fbc21a205
Simplified img_frame_animate
2014-09-01 20:41:33 +02:00
Bert Münnich
95a7496edc
Fixed segfault in ci_toggle_animation, fixes issue #173
2014-09-01 20:40:17 +02:00
Bert Münnich
1094def183
Added command to remove all image marks, bound to Ctrl-m; fixes issue #163
2014-08-17 20:27:01 +02:00
Bert Münnich
e49d38d6f9
Fixed wrong thumbnail-to-file mappings caused by file deletions
2014-08-16 22:21:51 +02:00
Bert Münnich
e267dc7793
Pass marked files to external key handler in thumbnail mode; fixes issue #135
2014-08-16 21:49:46 +02:00
Bert Münnich
284be74927
Count number of marked files
2014-08-16 21:49:46 +02:00
Bert Münnich
5b01c15176
Unified file index variable for image & thumbnail mode
2014-08-16 21:49:45 +02:00
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
2014-07-25 22:52:31 +02:00
Bert Münnich
06164c29b7
Revised command structure and key and mouse button mappings
2014-07-23 21:50:31 +02:00
Bert Münnich
e685859a30
Use a checkerboard background for alpha layer; fixes issue #138
2014-04-06 22:47:42 +02:00
Bert Münnich
524d9de877
Removed fit-win-to-img command
2014-02-04 22:38:24 +01:00
Bert Münnich
eb82519a80
Preserve panning when switching images; fixes issue #131
2014-02-04 21:02:02 +01:00
Bert Münnich
f6510b0a04
Merged pull request #129
2014-01-31 13:21:23 +01:00
Bert Münnich
e82397db15
Fixed handling of overloaded key mappings
...
Issue described here:
https://bbs.archlinux.org/viewtopic.php?pid=1117294#p1117294
2014-01-08 22:58:34 +01:00
Bert Münnich
6a0fa2507c
Slideshow mode is back, in a simplified version
2014-01-04 19:07:15 +01:00
Bert Münnich
f2e0c492bd
Moved external shell commands into exec/key-handler script
...
Gets called on all unset key mappings. Arguments are: key combo and
current file. Thanks to Francesco Orsenigo (xarvh) for the idea.
2014-01-02 23:19:31 +01:00
Bert Münnich
091aacb462
Merge remote-tracking branch 'baskerville/reverse-marks'
2013-11-14 17:57:45 +01:00
Bert Münnich
50f9ad14de
Refactored remote changes
2013-11-14 17:06:20 +01:00
Bert Münnich
2737fc8b81
Merge remote-tracking branch 'ariand/gamma'
2013-11-14 14:47:36 +01:00
Bastien Dejean
562197577b
Add command to reverse marked images
2013-11-14 14:45:27 +01:00
Bert Münnich
38bc23405d
Highlight edges of marked images in thumbnail mode
2013-11-14 14:37:08 +01:00
András Mohari
0353e6eea2
Add support for changing the gamma value
2013-11-13 20:54:09 +01:00
Peter Hofmann
b98a48576e
Warp pointer on first/last pixel
...
Previously, the pointer would get warped when it had left the window.
This doesn't work when sxiv is run in fullscreen mode (or similar -- see
dwm's monocle mode): The pointer can never leave the window in such
situations.
To fix this, warp the pointer when it's on the first/last pixel. To
avoid an endless warping loop, the new position must be at least one
pixel away from the next warp position.
2013-09-07 17:10:59 +02:00
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
2013-08-22 12:59:05 +02:00