noamcore
4853e17b83
Add Xresources capability
6 yıl önce
Bert Münnich
7efcf55a5f
Change default key-bindings of mark commands
*Shift-m* feels much more natural for *mark_range* and *Ctrl-u* is decent
enough for *unmark_all*.
6 yıl önce
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 yıl önce
phi
d5c5708110
Use argument to select between two drag methods
7 yıl önce
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 yıl önce
jcalve
ec545a6b6c
Make pan fraction configurable
7 yıl önce
Bert Münnich
c280129cef
Use Xft for font loading and text drawing
8 yıl önce
Bert Münnich
de4649fc28
Build-time option for default thumbnail size; fixes issue #207
9 yıl önce
Bert Münnich
5dc7993478
Simplified command arguments
10 yıl önce
Bert Münnich
47e6cd0669
Apply gamma value on thumbnails too; fixes issue #193
10 yıl önce
Bert Münnich
39671a149c
Moved thumbnail sizes array to config.def.h
10 yıl önce
Bert Münnich
c3c70a6c3e
Removed obsolete thumbnail dimension configuration setting
10 yıl önce
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 yıl önce
Bert Münnich
4310b846c1
Increased contrast in default color set
10 yıl önce
Bert Münnich
1094def183
Added command to remove all image marks, bound to Ctrl-m; fixes issue #163
10 yıl önce
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 yıl önce
Bert Münnich
9c92de8584
Added support for multiple commands per key/button mapping; elegant fix for issue #150
10 yıl önce
Bert Münnich
06164c29b7
Revised command structure and key and mouse button mappings
10 yıl önce
Bert Münnich
7a74fae56a
Use integers for mouse mappings and buttons 6+7 for horizontal scrolling
Fixes issue #143
10 yıl önce
Bert Münnich
e685859a30
Use a checkerboard background for alpha layer; fixes issue #138
10 yıl önce
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 yıl önce
Bert Münnich
524d9de877
Removed fit-win-to-img command
11 yıl önce
András Mohari
54d7b7f20f
Use a prefix key to execute the key handler
The default prefix key is C-x, and can be changed in config.def.h. The
first key pressed after the prefix key will be passed the external key
handler, unless the key is Escape, which is used to cancel the prefix.
11 yıl önce
Bert Münnich
6a0fa2507c
Slideshow mode is back, in a simplified version
11 yıl önce
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.
11 yıl önce
Bert Münnich
b2eae528ed
Proper support for Ctrl/Shift/Alt modifiers in key & mouse mappings
11 yıl önce
Bert Münnich
ab28c9a8b9
Refactored remote changes
11 yıl önce
Aleksander Nitecki
078136d217
Read GIF's repeat information from file.
11 yıl önce
Bert Münnich
50f9ad14de
Refactored remote changes
11 yıl önce
Bastien Dejean
562197577b
Add command to reverse marked images
11 yıl önce
András Mohari
0353e6eea2
Add support for changing the gamma value
11 yıl önce
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 yıl önce
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 yıl önce
Bert Münnich
c6bc6069d6
Changed key bindings for flipping to bar & underscore
11 yıl önce
Bert Münnich
56142bd3ba
Refactored merged rotation code
11 yıl önce
Bastien Dejean
7e51c35801
Handle 180 degrees image rotation
11 yıl önce
Bert Münnich
65d5d44696
Changed default font to support more encodings; fixed issue #66
12 yıl önce
Bert Münnich
f2a3d73212
New command: i_alternate, go to last image, issue #65
12 yıl önce
baskerville
b56989f8fb
New commands: fit to the window's height/width
12 yıl önce
Bert Münnich
d1a1e0142b
Simplified & sped up reloading of all thumbnails
12 yıl önce
baskerville
de4e9fc83e
Added a command to refresh the thumbnails
12 yıl önce
baskerville
ba0a5b89fa
Added horizontal and vertical flip commands
12 yıl önce
Bert Münnich
3238ef6bf6
Fixed issue #41 , added WIN_FS_COLOR to config.h
13 yıl önce
Bert Münnich
c666d30eea
Added it_toggle_bar command; default mapping: XK_b
13 yıl önce
Bert Münnich
7177270c10
Changed default font string, removed missing fontset warnings
13 yıl önce
Bert Münnich
b8458271fb
Added text bar on bottom of window
13 yıl önce
Bert Münnich
ef0ed32264
Removed exif support; made gif support non-optional
13 yıl önce
Bert Münnich
c3c95ab218
Removed slideshow support
13 yıl önce
Bert Münnich
1cdbeb972a
Added screen-wise scrolling for thumbnail mode
13 yıl önce
Bert Münnich
4e8dabd6ac
Added i_reset_slideshow: set slideshow delay to number prefix
13 yıl önce