Commit Graph

44 Commits

Author SHA1 Message Date
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
9c92de8584 Added support for multiple commands per key/button mapping; elegant fix for issue #150 2014-07-23 23:41:23 +02:00
06164c29b7 Revised command structure and key and mouse button mappings 2014-07-23 21:50:31 +02:00
7a74fae56a Use integers for mouse mappings and buttons 6+7 for horizontal scrolling
Fixes issue #143
2014-05-31 10:59:19 +02:00
e685859a30 Use a checkerboard background for alpha layer; fixes issue #138 2014-04-06 22:47:42 +02:00
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
2014-02-04 23:03:53 +01:00
524d9de877 Removed fit-win-to-img command 2014-02-04 22:38:24 +01:00
f6510b0a04 Merged pull request #129 2014-01-31 13:21:23 +01:00
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.
2014-01-31 14:17:52 +01:00
6a0fa2507c Slideshow mode is back, in a simplified version 2014-01-04 19:07:15 +01:00
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
b2eae528ed Proper support for Ctrl/Shift/Alt modifiers in key & mouse mappings 2014-01-02 14:13:08 +01:00
ab28c9a8b9 Refactored remote changes 2013-12-31 16:38:42 +01:00
078136d217 Read GIF's repeat information from file. 2013-12-30 23:16:17 +01:00
091aacb462 Merge remote-tracking branch 'baskerville/reverse-marks' 2013-11-14 17:57:45 +01:00
50f9ad14de Refactored remote changes 2013-11-14 17:06:20 +01:00
562197577b Add command to reverse marked images 2013-11-14 14:45:27 +01:00
0353e6eea2 Add support for changing the gamma value 2013-11-13 20:54:09 +01:00
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
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
2013-08-10 21:18:53 +02:00
c6bc6069d6 Changed key bindings for flipping to bar & underscore 2013-08-10 15:58:16 +02:00
56142bd3ba Refactored merged rotation code 2013-08-10 15:55:18 +02:00
7e51c35801 Handle 180 degrees image rotation 2013-08-10 15:33:14 +02:00
65d5d44696 Changed default font to support more encodings; fixed issue #66 2012-08-24 18:25:03 +02:00
f2a3d73212 New command: i_alternate, go to last image, issue #65 2012-08-16 13:40:04 +02:00
b56989f8fb New commands: fit to the window's height/width 2012-07-19 12:28:44 +02:00
d1a1e0142b Simplified & sped up reloading of all thumbnails 2012-05-13 21:52:53 +02:00
de4e9fc83e Added a command to refresh the thumbnails 2012-05-08 16:30:56 +02:00
ba0a5b89fa Added horizontal and vertical flip commands 2012-05-06 09:39:45 +02:00
3238ef6bf6 Fixed issue #41, added WIN_FS_COLOR to config.h 2012-03-02 19:42:14 +01:00
c666d30eea Added it_toggle_bar command; default mapping: XK_b 2012-02-15 22:33:39 +01:00
7177270c10 Changed default font string, removed missing fontset warnings 2012-02-12 19:06:07 +01:00
b8458271fb Added text bar on bottom of window 2012-02-12 19:00:41 +01:00
ef0ed32264 Removed exif support; made gif support non-optional 2012-02-11 02:42:52 +01:00
c3c95ab218 Removed slideshow support 2012-02-11 02:34:18 +01:00
1cdbeb972a Added screen-wise scrolling for thumbnail mode 2011-10-27 16:21:01 +02:00
4e8dabd6ac Added i_reset_slideshow: set slideshow delay to number prefix 2011-10-16 18:58:32 +02:00
4f5ce2e828 Added i_set_zoom command: set zoom to number prefix 2011-10-16 17:58:53 +02:00
dc727b8dce Added support for number prefix for commands 2011-10-16 16:08:55 +02:00
960026d600 Mention min/max zoom level in config.def.h 2011-10-16 15:41:23 +02:00
dad06c7561 Much nicer handling of compile-time features
- *_SUPPORT enabled in config.h
- XLIBS helper app prints lib flags needed for current settings
2011-09-12 19:28:02 +02:00
b2a2a62b7b Added own bool type 2011-09-11 21:01:24 +02:00
510512714d Added slideshow support 2011-09-10 18:41:20 +02:00
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
2011-09-08 15:41:18 +02:00