Commit Graph

  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • |\
  • * |
  • | *
  • |/
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • |\
  • | *
  • | *
  • |/
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • |\
  • * |
  • * |
  • * |
  • |\ \
  • | | *
  • * | |
  • | |/
  • |/|
  • | *
  • |/
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • 52e56c8 Fixed segfault caused by image removal in thumbnail mode by Bert Münnich 2014-09-11 22:22:51 +0200
  • 2fbc21a Simplified img_frame_animate by Bert Münnich 2014-09-01 20:41:27 +0200
  • 95a7496 Fixed segfault in ci_toggle_animation, fixes issue #173 by Bert Münnich 2014-09-01 20:40:17 +0200
  • f478385 Corrected i_alternate, fixes issue #171 by Bert Münnich 2014-08-29 20:16:24 +0200
  • 0f6cb93 Bug #165: Deletion of unnecessary null pointer checks by Markus Elfring 2014-08-21 20:51:02 +0200
  • 75a6656 Refactored rotation in key-handler by Bert Münnich 2014-08-20 11:39:56 +0200
  • eaf55e9 Added actions for tag addition & removal to key-handler by Bert Münnich 2014-08-20 11:34:05 +0200
  • 3a68017 Unified rotate actions in key-handler; use lossless operation based on file type by Bert Münnich 2014-08-18 20:21:42 +0200
  • 0566245 Beautified thumbnail marks and selection border by Bert Münnich 2014-08-18 15:42:10 +0200
  • fe3a1e3 Further simplified thumbnail marks by Bert Münnich 2014-08-18 12:45:32 +0200
  • d0ba2c5 Simplified thumbnail selection and marks by Bert Münnich 2014-08-17 22:58:02 +0200
  • 4310b84 Increased contrast in default color set by Bert Münnich 2014-08-17 22:57:09 +0200
  • 1094def Added command to remove all image marks, bound to Ctrl-m; fixes issue #163 by Bert Münnich 2014-08-17 20:27:01 +0200
  • 50652f6 Full redraw when removing files during thumbnail reloading; fixes issue #164 by Bert Münnich 2014-08-17 16:31:16 +0200
  • e49d38d Fixed wrong thumbnail-to-file mappings caused by file deletions by Bert Münnich 2014-08-16 22:21:51 +0200
  • e267dc7 Pass marked files to external key handler in thumbnail mode; fixes issue #135 by Bert Münnich 2014-08-16 21:31:05 +0200
  • 284be74 Count number of marked files by Bert Münnich 2014-08-16 19:24:34 +0200
  • 5b01c15 Unified file index variable for image & thumbnail mode by Bert Münnich 2014-08-16 18:36:17 +0200
  • 61f61ca Generalized thumbnail loading, allows easier reloading of thumbnails later on by Bert Münnich 2014-08-16 11:37:49 +0200
  • 3b8a79f Made argument of s_strdup const by lucas8 2014-07-31 23:57:50 +0200
  • bb67215 Overhauled window drawing, yet again; fixes issue #155 by Bert Münnich 2014-07-28 20:36:32 +0200
  • 5e48191 Revised handling of GIF animations by Bert Münnich 2014-07-25 22:52:31 +0200
  • 9c92de8 Added support for multiple commands per key/button mapping; elegant fix for issue #150 by Bert Münnich 2014-07-23 23:41:23 +0200
  • 06164c2 Revised command structure and key and mouse button mappings by Bert Münnich 2014-07-23 21:50:31 +0200
  • 5d0679b Show key handler status in bar while it is running by Bert Münnich 2014-06-15 14:15:48 +0200
  • 5cfae63 Create thumbnail cache dir automatically by Bert Münnich 2014-06-10 23:15:04 +0200
  • cd02f2d Small fix for thumbnail cropping by Bert Münnich 2014-06-10 21:28:10 +0200
  • d26f399 Use thumbnails in EXIF tags; requirement for libexif is back by Bert Münnich 2014-06-09 22:59:49 +0200
  • 0f7b26d Merge branch 'barthalion/master' by Bert Münnich 2014-05-31 11:04:39 +0200
  • 7a74fae Use integers for mouse mappings and buttons 6+7 for horizontal scrolling by Bert Münnich 2014-05-31 10:59:00 +0200
  • b901236 Fix build with giflib >= 5.1.0. by Bartłomiej Piotrowski 2014-05-27 11:46:06 +0200
  • 4cbc734 Timeout initial redraw by Miroslav Koskar 2014-05-21 08:16:10 +0200
  • 5ca20ad Add a section about key-handler to the man page. by Artem Bezsmertnyi 2014-05-19 22:53:23 +0300
  • 1560d2b Stable version 1.2 by Bert Münnich 2014-04-24 20:40:26 +0200
  • 0b83386 Do not center window on screen, workaround for issue #9 by Bert Münnich 2014-04-21 20:40:01 +0200
  • e685859 Use a checkerboard background for alpha layer; fixes issue #138 by Bert Münnich 2014-04-06 22:47:42 +0200
  • 6d7acac Use real path of all files internally, requires _XOPEN_SOURCE>=500, fixes issue #137 by Bert Münnich 2014-03-17 20:01:53 +0100
  • 653a6ee Warn once when external key combo is used and key-handler not installed by Bert Münnich 2014-02-18 21:10:07 +0100
  • d049391 Check for background image allocation failure by Bert Münnich 2014-02-07 22:57:58 +0100
  • 4fde8c8 Use separate background image for alpha layer; fixes issue #132 by Bert Münnich 2014-02-06 22:04:19 +0100
  • 72f1b1c Removed command line option -F by Bert Münnich 2014-02-05 09:58:36 +0100
  • 997c851 Set scale mode at startup via argument to -s option by Bert Münnich 2014-02-04 23:05:29 +0100
  • 43a04c4 Revised scale mode and zoom level handling by Bert Münnich 2014-02-04 23:03:53 +0100
  • 524d9de Removed fit-win-to-img command by Bert Münnich 2014-02-04 22:38:24 +0100
  • eb82519 Preserve panning when switching images; fixes issue #131 by Bert Münnich 2014-02-04 21:02:02 +0100
  • 2e758f7 Check if window manager supports fullscreen; related to issue #128 by Bert Münnich 2014-02-02 14:56:01 +0100
  • e2fa49e Unified X atom initialization by Bert Münnich 2014-01-27 23:16:08 +0100
  • f6510b0 Merged pull request #129 by Bert Münnich 2014-01-31 13:21:23 +0100
  • 2d703c3 Fix tabs and wording by András Mohari 2014-01-31 14:28:35 +0100
  • 54d7b7f Use a prefix key to execute the key handler by András Mohari 2014-01-31 14:17:52 +0100
  • d5b2d37 Use logo in README by Bert Münnich 2014-01-15 23:13:59 +0100
  • 135c4f9 Added window icons; fixes issue #125 by Bert Münnich 2014-01-15 22:40:34 +0100
  • 03b1d7c Fixed -z option argument parsing; fixes issue #127 by Bert Münnich 2014-01-15 21:53:09 +0100
  • ed69b48 Double click on thumbnail to open image by Bert Münnich 2014-01-11 22:52:37 +0100
  • 304fd38 Adhere to XDG Base Directory Specification; fixes issue #124 by Bert Münnich 2014-01-11 22:47:41 +0100
  • 48954a1 Allow config.h to use multimedia keys (XF86_XK_*); fixes issue #123 by Bert Münnich 2014-01-09 20:38:46 +0100
  • 002c7e5 Second take at rotating & flipping multi-frame images; fixes issue #121 by Bert Münnich 2014-01-09 20:32:22 +0100
  • 48700aa Revert "Apply flip & rotation on all frames of a multi-frame image; fixes issue #121" by Bert Münnich 2014-01-09 20:24:58 +0100
  • f795273 Apply flip & rotation on all frames of a multi-frame image; fixes issue #121 by Bert Münnich 2014-01-09 00:01:57 +0100
  • e82397d Fixed handling of overloaded key mappings by Bert Münnich 2014-01-08 22:58:27 +0100
  • 9632dd8 Fixup for 9574150 by Bert Münnich 2014-01-08 21:14:01 +0100
  • 9574150 Check file modification time after key handler by Bert Münnich 2014-01-08 20:31:50 +0100
  • cd34aa2 Fixed slideshow delay corruption after GIF animation by Bert Münnich 2014-01-08 20:31:07 +0100
  • 9a0bcd7 Added doc header to exec/key-handler by Bert Münnich 2014-01-05 22:07:21 +0100
  • d75a5a0 Show metadata of image on Ctrl-e in exec/key-handler by Bert Münnich 2014-01-05 18:12:49 +0100
  • 58b4a1e Copy image path to primary on Ctrl-c in exec/key-handler by Bert Münnich 2014-01-05 18:08:40 +0100
  • 6a0fa25 Slideshow mode is back, in a simplified version by Bert Münnich 2014-01-04 18:38:40 +0100
  • 0e81802 Simplified EXIF tag extraction in exec/image-info by Bert Münnich 2014-01-03 16:24:07 +0100
  • f2e0c49 Moved external shell commands into exec/key-handler script by Bert Münnich 2014-01-02 23:19:31 +0100
  • b2eae52 Proper support for Ctrl/Shift/Alt modifiers in key & mouse mappings by Bert Münnich 2014-01-02 13:36:00 +0100
  • ab28c9a Refactored remote changes by Bert Münnich 2013-12-31 16:38:42 +0100
  • 078136d Read GIF's repeat information from file. by Aleksander Nitecki 2013-12-30 23:16:17 +0100
  • 99dfd14 Fixed Imlib file handle type, issue #117 by Bert Münnich 2013-12-13 13:04:45 +0100
  • 9ab9cee Updated unstable version number by Bert Münnich 2013-11-17 14:59:06 +0100
  • 4780ec5 Close info file descriptor after reading by Bastien Dejean 2013-11-17 12:54:55 +0100
  • cc479ca Fixed segfault when removing first image from file list, fixes issue #112 by Bert Münnich 2013-11-16 20:19:55 +0100
  • 091aacb Merge remote-tracking branch 'baskerville/reverse-marks' by Bert Münnich 2013-11-14 17:16:09 +0100
  • ac2a6ff Correct out-of-range gamma values given on command line by Bert Münnich 2013-11-14 17:12:55 +0100
  • 50f9ad1 Refactored remote changes by Bert Münnich 2013-11-14 17:06:20 +0100
  • 2737fc8 Merge remote-tracking branch 'ariand/gamma' by Bert Münnich 2013-11-14 14:47:36 +0100
  • 5621975 Add command to reverse marked images by Bastien Dejean 2013-11-14 14:45:27 +0100
  • 38bc234 Highlight edges of marked images in thumbnail mode by Bert Münnich 2013-11-14 14:37:08 +0100
  • 0353e6e Add support for changing the gamma value by András Mohari 2013-11-13 20:54:09 +0100
  • 450c1ed Fixed inconsistencies in navigation when removing invalid files by Bert Münnich 2013-10-21 21:57:21 +0200
  • 1b089bc Seek over EXIF APP0 frame instead of reading and discarding it by Bert Münnich 2013-10-05 17:37:00 +0200
  • 5dea695 Fixed image orientation if a JFIF APP0 segment is present in a JPEG header. by Jacek Naglak 2013-09-24 22:14:47 +0200
  • 745eacb Updated unstable version number by Bert Münnich 2013-09-07 17:59:58 +0200
  • b98a485 Warp pointer on first/last pixel by Peter Hofmann 2013-09-07 17:06:47 +0200
  • 26a624a Added options for anti-alias & alpha layer coloring to config.def.h by Bert Münnich 2013-08-22 12:59:05 +0200
  • fb6e4bd Only print marked files when -o is given by Bert Münnich 2013-08-22 09:44:14 +0200
  • 7d878bd Added file marks; fixes issue #94 by Bert Münnich 2013-08-10 21:18:53 +0200
  • 84d77b1 Updated unstable version number by Bert Münnich 2013-08-10 15:59:45 +0200
  • c6bc606 Changed key bindings for flipping to bar & underscore by Bert Münnich 2013-08-10 15:58:16 +0200
  • 56142bd Refactored merged rotation code by Bert Münnich 2013-08-10 15:55:18 +0200
  • 7e51c35 Handle 180 degrees image rotation by Bastien Dejean 2013-06-23 16:02:26 +0200
  • 68ff9d7 Fixed typo in README.md by Bert Münnich 2013-06-02 12:31:27 +0200
  • b4346a9 Stable version 1.1.1 by Bert Münnich 2013-06-02 12:04:40 +0200
  • b1a24cb Fixed build for giflib version >= 5.0; fixed issue #90 by Bert Münnich 2013-04-21 13:55:08 +0200
  • 593da23 Use bgcol as window background pixel; fixed issue #89 by Bert Münnich 2013-04-14 19:50:47 +0200
  • 16a598c Updated source tarball URLs in README.md by Bert Münnich 2013-04-06 14:23:58 +0200