Bert Münnich
524d9de877
Removed fit-win-to-img command
11年前
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年前
Bert Münnich
6a0fa2507c
Slideshow mode is back, in a simplified version
11年前
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年前
Bert Münnich
b2eae528ed
Proper support for Ctrl/Shift/Alt modifiers in key & mouse mappings
11年前
Bert Münnich
ab28c9a8b9
Refactored remote changes
11年前
Aleksander Nitecki
078136d217
Read GIF's repeat information from file.
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
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年前
Bert Münnich
56142bd3ba
Refactored merged rotation code
11年前
Bastien Dejean
7e51c35801
Handle 180 degrees image rotation
11年前
Bert Münnich
65d5d44696
Changed default font to support more encodings; fixed issue #66
12年前
Bert Münnich
f2a3d73212
New command: i_alternate, go to last image, issue #65
12年前
baskerville
b56989f8fb
New commands: fit to the window's height/width
12年前
Bert Münnich
d1a1e0142b
Simplified & sped up reloading of all thumbnails
12年前
baskerville
de4e9fc83e
Added a command to refresh the thumbnails
12年前
baskerville
ba0a5b89fa
Added horizontal and vertical flip commands
12年前
Bert Münnich
3238ef6bf6
Fixed issue #41 , added WIN_FS_COLOR to config.h
13年前
Bert Münnich
c666d30eea
Added it_toggle_bar command; default mapping: XK_b
13年前
Bert Münnich
7177270c10
Changed default font string, removed missing fontset warnings
13年前
Bert Münnich
b8458271fb
Added text bar on bottom of window
13年前
Bert Münnich
ef0ed32264
Removed exif support; made gif support non-optional
13年前
Bert Münnich
c3c95ab218
Removed slideshow support
13年前
Bert Münnich
1cdbeb972a
Added screen-wise scrolling for thumbnail mode
13年前
Bert Münnich
4e8dabd6ac
Added i_reset_slideshow: set slideshow delay to number prefix
13年前
Bert Münnich
4f5ce2e828
Added i_set_zoom command: set zoom to number prefix
13年前
Bert Münnich
dc727b8dce
Added support for number prefix for commands
13年前
Bert Münnich
960026d600
Mention min/max zoom level in config.def.h
13年前
Bert
dad06c7561
Much nicer handling of compile-time features
- *_SUPPORT enabled in config.h
- XLIBS helper app prints lib flags needed for current settings
13年前
Bert
b2a2a62b7b
Added own bool type
13年前
Bert
510512714d
Added slideshow support
13年前
Bert
b96c106337
Overhauled building
- config.h -> config.def.h
- Create config.h during make, if it does not exist
- Nice make output
- Use XFLAGS and XLIBS to include additional compile-time features,
which depend on third-party libraries
13年前
Bert
26eae8be96
Made i(t)_toggle_alpha command work in thumbnail mode too
13年前
Bert
9fa0bbca17
Simplified it_shell_cmd() using SXIV_IMG env-variable
13年前
Bert
bb577d274d
Added command to toggle gif animations
13年前
Bert
8b3ae5027e
Added support for gif animation
13年前
Bert
86a6f00112
Added support for multi-frame images
13年前
Bert
1c68a34463
Renamed key/mouse commands to indicate supported modes
13年前
Bert
2a3a9657d3
Fixed keyboard mappings
13年前
Bert
d86c95d795
Made run_command() a normal key/button handler
13年前
Bert
2b7192b1ac
Renamed scroll() to pan_screen()
13年前
Bert
3e4f63e3e2
Nicer thumbnail selection border; new default colors
13年前
Bert
b8ff1677b1
Major code refactoring
- Configurable key and mouse mappings in config.h
- Put event handling code from main.c into events.[ch]
13年前
Bert
a271e16744
Reduced usage of preprocessor macros
13年前
Bert
272ebff865
Lighter selection color
13年前
Bert
8056ddbfd7
Slightly changed config.h
13年前