Commit Graph

86 Commits (5a3fb3b8123a1c6cee677062587d0f18d8797f8f)

Author SHA1 Message Date
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 years ago
Bert Münnich 6a0fa2507c Slideshow mode is back, in a simplified version 11 years ago
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 years ago
Bert Münnich b2eae528ed Proper support for Ctrl/Shift/Alt modifiers in key & mouse mappings 11 years ago
Bert Münnich ab28c9a8b9 Refactored remote changes 11 years ago
Aleksander Nitecki 078136d217 Read GIF's repeat information from file. 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 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
Bert Münnich 56142bd3ba Refactored merged rotation code 11 years ago
Bastien Dejean 7e51c35801 Handle 180 degrees image rotation 11 years ago
Bert Münnich 65d5d44696 Changed default font to support more encodings; fixed issue #66 12 years ago
Bert Münnich f2a3d73212 New command: i_alternate, go to last image, issue #65 12 years ago
baskerville b56989f8fb New commands: fit to the window's height/width 12 years ago
Bert Münnich d1a1e0142b Simplified & sped up reloading of all thumbnails 12 years ago
baskerville de4e9fc83e Added a command to refresh the thumbnails 12 years ago
baskerville ba0a5b89fa Added horizontal and vertical flip commands 12 years ago
Bert Münnich 3238ef6bf6 Fixed issue #41, added WIN_FS_COLOR to config.h 13 years ago
Bert Münnich c666d30eea Added it_toggle_bar command; default mapping: XK_b 13 years ago
Bert Münnich 7177270c10 Changed default font string, removed missing fontset warnings 13 years ago
Bert Münnich b8458271fb Added text bar on bottom of window 13 years ago
Bert Münnich ef0ed32264 Removed exif support; made gif support non-optional 13 years ago
Bert Münnich c3c95ab218 Removed slideshow support 13 years ago
Bert Münnich 1cdbeb972a Added screen-wise scrolling for thumbnail mode 13 years ago
Bert Münnich 4e8dabd6ac Added i_reset_slideshow: set slideshow delay to number prefix 13 years ago
Bert Münnich 4f5ce2e828 Added i_set_zoom command: set zoom to number prefix 13 years ago
Bert Münnich dc727b8dce Added support for number prefix for commands 13 years ago
Bert Münnich 960026d600 Mention min/max zoom level in config.def.h 13 years ago
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 years ago
Bert b2a2a62b7b Added own bool type 13 years ago
Bert 510512714d Added slideshow support 13 years ago
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 years ago