Bert Münnich
e685859a30
Use a checkerboard background for alpha layer; fixes issue #138
il y a 10 ans
Bert Münnich
524d9de877
Removed fit-win-to-img command
il y a 11 ans
Bert Münnich
eb82519a80
Preserve panning when switching images; fixes issue #131
il y a 11 ans
Bert Münnich
e82397db15
Fixed handling of overloaded key mappings
Issue described here:
https://bbs.archlinux.org/viewtopic.php?pid=1117294#p1117294
il y a 11 ans
Bert Münnich
6a0fa2507c
Slideshow mode is back, in a simplified version
il y a 11 ans
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.
il y a 11 ans
Bert Münnich
50f9ad14de
Refactored remote changes
il y a 11 ans
Bastien Dejean
562197577b
Add command to reverse marked images
il y a 11 ans
Bert Münnich
38bc23405d
Highlight edges of marked images in thumbnail mode
il y a 11 ans
András Mohari
0353e6eea2
Add support for changing the gamma value
il y a 11 ans
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.
il y a 11 ans
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
il y a 11 ans
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.
il y a 11 ans
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
il y a 11 ans
Bert Münnich
56142bd3ba
Refactored merged rotation code
il y a 11 ans
Bastien Dejean
7e51c35801
Handle 180 degrees image rotation
il y a 11 ans
Bert Münnich
6f05e77728
New options: -[io], read/write files from/to stdin/out
Fixes issue #84
il y a 12 ans
Bert Münnich
30802cec0f
Spawn info script & update bar contents only when needed
il y a 12 ans
Bert Münnich
9ee34477f8
Applied code style on merged changes
il y a 12 ans
Rob Pilling
c8fcc3d354
Wrap the pointer when the edge of the window is reached
il y a 12 ans
Bert Münnich
08ae25da22
Refactored function definitions to use dangling brace
il y a 12 ans
Bert Münnich
6d3bbc6d5e
Updated/corrected license header
il y a 12 ans
Bert Münnich
f2a3d73212
New command: i_alternate, go to last image, issue #65
il y a 12 ans
baskerville
b56989f8fb
New commands: fit to the window's height/width
il y a 12 ans
baskerville
c330b55de4
handle count prefix in thumbnail movements
il y a 12 ans
Bert Münnich
9d74a57447
Fixed issue #51 , no more bar artifact when switching to fullscreen
il y a 12 ans
Bert Münnich
d1a1e0142b
Simplified & sped up reloading of all thumbnails
il y a 12 ans
baskerville
de4e9fc83e
Added a command to refresh the thumbnails
il y a 12 ans
Bert Münnich
4c40cc24bc
Slightly refactored flipping
il y a 12 ans
baskerville
ba0a5b89fa
Added horizontal and vertical flip commands
il y a 12 ans
Bert Münnich
497880e102
Fixed issue #42 : image dragging broken by commit b845827
il y a 13 ans
Bert Münnich
c666d30eea
Added it_toggle_bar command; default mapping: XK_b
il y a 13 ans
Bert Münnich
d407dd65d5
Already in the year 2012
il y a 13 ans
Bert Münnich
c3c95ab218
Removed slideshow support
il y a 13 ans
Bert Münnich
c4007beb2e
Fixed rendering after fit win to img
il y a 13 ans
Bert Münnich
71a7940d74
Better fix for issue #25
il y a 13 ans
Bert Münnich
ac1300ae00
Fixed issue #25 : invalid file cnt and sel in thumb mode
il y a 13 ans
Bert Münnich
1cdbeb972a
Added screen-wise scrolling for thumbnail mode
il y a 13 ans
Bert Münnich
4e8dabd6ac
Added i_reset_slideshow: set slideshow delay to number prefix
il y a 13 ans
Bert Münnich
c6bddfe838
Multiply i_navigate argument with number prefix
il y a 13 ans
Bert Münnich
4f5ce2e828
Added i_set_zoom command: set zoom to number prefix
il y a 13 ans
Bert Münnich
867940ea85
Pan by pixel count, if number prefix given
il y a 13 ans
Bert Münnich
dc727b8dce
Added support for number prefix for commands
il y a 13 ans
Bert Münnich
36177fb180
Updated contact information
il y a 13 ans
Bert Münnich
a09b20c5e6
Use void for empty argument lists
il y a 13 ans
Bert Münnich
8dcf682de9
Made all conditionals more precise
il y a 13 ans
rck
3a81af41ac
make use of EXIT_ macros
il y a 13 ans
Bert Münnich
515e410451
Use win_t member in img_t & tns_t instead of parameters
il y a 13 ans
Bert
b2a2a62b7b
Added own bool type
il y a 13 ans
Bert
510512714d
Added slideshow support
il y a 13 ans