summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2014-09-28Added thumbnail zooming...Bert Münnich
2014-09-27Changed image mark in thumbnail view to small rectangleBert Münnich
2014-09-26Refactored main loop; properly fixes startup issueBert Münnich
2014-09-26Fixed startup in thumbnail mode with floating windowBert Münnich
2014-09-26Revised thumbnail loading...Bert Münnich
2014-09-11Fixed segfault caused by image removal in thumbnail modeBert Münnich
2014-09-01Simplified img_frame_animateBert Münnich
2014-09-01Fixed segfault in ci_toggle_animation, fixes issue #173Bert Münnich
2014-08-29Corrected i_alternate, fixes issue #171Bert Münnich
2014-08-22Bug #165: Deletion of unnecessary null pointer checksMarkus Elfring
2014-08-20Refactored rotation in key-handlerBert Münnich
2014-08-20Added actions for tag addition & removal to key-handlerBert Münnich
2014-08-18Unified rotate actions in key-handler; use lossless operation based on file typeBert Münnich
2014-08-18Beautified thumbnail marks and selection borderBert Münnich
2014-08-18Further simplified thumbnail marksBert Münnich
2014-08-17Simplified thumbnail selection and marksBert Münnich
2014-08-17Increased contrast in default color setBert Münnich
2014-08-17Added command to remove all image marks, bound to Ctrl-m; fixes issue #163Bert Münnich
2014-08-17Full redraw when removing files during thumbnail reloading; fixes issue #164Bert Münnich
2014-08-16Fixed wrong thumbnail-to-file mappings caused by file deletionsBert Münnich
2014-08-16Pass marked files to external key handler in thumbnail mode; fixes issue #135Bert Münnich
2014-08-16Count number of marked filesBert Münnich
2014-08-16Unified file index variable for image & thumbnail modeBert Münnich
2014-08-16Generalized thumbnail loading, allows easier reloading of thumbnails later onBert Münnich
2014-08-01Made argument of s_strdup constlucas8
2014-07-28Overhauled window drawing, yet again; fixes issue #155Bert Münnich
2014-07-25Revised handling of GIF animationsBert Münnich
2014-07-23Added support for multiple commands per key/button mapping; elegant fix for i...Bert Münnich
2014-07-23Revised command structure and key and mouse button mappingsBert Münnich
2014-06-15Show key handler status in bar while it is runningBert Münnich
2014-06-10Create thumbnail cache dir automaticallyBert Münnich
2014-06-10Small fix for thumbnail croppingBert Münnich
2014-06-09Use thumbnails in EXIF tags; requirement for libexif is backBert Münnich
2014-05-31Merge branch 'barthalion/master'Bert Münnich
2014-05-31Use integers for mouse mappings and buttons 6+7 for horizontal scrollingBert Münnich
2014-05-27Fix build with giflib >= 5.1.0.Bartłomiej Piotrowski
2014-05-24Timeout initial redrawMiroslav Koskar
2014-05-24Add a section about key-handler to the man page.Artem Bezsmertnyi
2014-04-24Stable version 1.2v1.2Bert Münnich
2014-04-21Do not center window on screen, workaround for issue #9Bert Münnich
2014-04-06Use a checkerboard background for alpha layer; fixes issue #138Bert Münnich
2014-03-17Use real path of all files internally, requires _XOPEN_SOURCE>=500, fixes iss...Bert Münnich
2014-02-18Warn once when external key combo is used and key-handler not installedBert Münnich
2014-02-07Check for background image allocation failureBert Münnich
2014-02-06Use separate background image for alpha layer; fixes issue #132Bert Münnich
2014-02-05Removed command line option -FBert Münnich
2014-02-04Set scale mode at startup via argument to -s optionBert Münnich
2014-02-04Revised scale mode and zoom level handlingBert Münnich
2014-02-04Removed fit-win-to-img commandBert Münnich
2014-02-04Preserve panning when switching images; fixes issue #131Bert Münnich