aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
...
* Further simplified thumbnail marksBert Münnich2014-08-181-1/+1
* Full redraw when removing files during thumbnail reloading; fixes issue #164Bert Münnich2014-08-171-1/+1
* Generalized thumbnail loading, allows easier reloading of thumbnails later onBert Münnich2014-08-161-1/+1
* Made argument of s_strdup constlucas82014-08-011-1/+1
* Overhauled window drawing, yet again; fixes issue #155Bert Münnich2014-07-281-1/+1
* Revised handling of GIF animationsBert Münnich2014-07-251-1/+1
* Revised command structure and key and mouse button mappingsBert Münnich2014-07-231-1/+1
* Show key handler status in bar while it is runningBert Münnich2014-06-151-1/+1
* Small fix for thumbnail croppingBert Münnich2014-06-101-1/+1
* Use thumbnails in EXIF tags; requirement for libexif is backBert Münnich2014-06-091-4/+4
* Use integers for mouse mappings and buttons 6+7 for horizontal scrollingBert Münnich2014-05-311-1/+1
* Add a section about key-handler to the man page.Artem Bezsmertnyi2014-05-241-1/+1
* Stable version 1.2Bert Münnich2014-04-241-1/+1
* Do not center window on screen, workaround for issue #9Bert Münnich2014-04-211-1/+1
* Use a checkerboard background for alpha layer; fixes issue #138Bert Münnich2014-04-061-1/+1
* Use real path of all files internally, requires _XOPEN_SOURCE>=500, fixes iss...Bert Münnich2014-03-171-6/+7
* Warn once when external key combo is used and key-handler not installedBert Münnich2014-02-181-1/+1
* Check for background image allocation failureBert Münnich2014-02-071-1/+1
* Use separate background image for alpha layer; fixes issue #132Bert Münnich2014-02-061-1/+1
* Removed command line option -FBert Münnich2014-02-051-1/+1
* Preserve panning when switching images; fixes issue #131Bert Münnich2014-02-041-1/+1
* Unified X atom initializationBert Münnich2014-02-021-1/+1
* Merged pull request #129Bert Münnich2014-01-311-1/+1
* Fixed -z option argument parsing; fixes issue #127Bert Münnich2014-01-151-1/+1
* Adhere to XDG Base Directory Specification; fixes issue #124Bert Münnich2014-01-111-1/+1
* Second take at rotating & flipping multi-frame images; fixes issue #121Bert Münnich2014-01-091-1/+1
* Fixed slideshow delay corruption after GIF animationBert Münnich2014-01-081-1/+1
* Slideshow mode is back, in a simplified versionBert Münnich2014-01-041-1/+1
* Simplified EXIF tag extraction in exec/image-infoBert Münnich2014-01-031-1/+1
* Moved external shell commands into exec/key-handler scriptBert Münnich2014-01-021-2/+2
* Proper support for Ctrl/Shift/Alt modifiers in key & mouse mappingsBert Münnich2014-01-021-1/+1
* Refactored remote changesBert Münnich2013-12-311-1/+1
* Fixed Imlib file handle type, issue #117Bert Münnich2013-12-131-1/+1
* Updated unstable version numberBert Münnich2013-11-171-1/+1
* Fixed segfault when removing first image from file list, fixes issue #112Bert Münnich2013-11-161-1/+1
* Highlight edges of marked images in thumbnail modeBert Münnich2013-11-141-1/+1
* Fixed inconsistencies in navigation when removing invalid filesBert Münnich2013-10-211-1/+1
* Seek over EXIF APP0 frame instead of reading and discarding itBert Münnich2013-10-051-1/+1
* Updated unstable version numberBert Münnich2013-09-071-1/+1
* Only print marked files when -o is givenBert Münnich2013-08-221-1/+1
* Updated unstable version numberBert Münnich2013-08-101-1/+1
* Fixed typo in README.mdBert Münnich2013-06-021-1/+1
* Stable version 1.1.1Bert Münnich2013-06-021-1/+1
* Fixed build for giflib version >= 5.0; fixed issue #90Bert Münnich2013-04-211-1/+1
* Use bgcol as window background pixel; fixed issue #89Bert Münnich2013-04-141-1/+1
* Fixed non-ASCII characters in window bar, issue #88Bert Münnich2013-04-061-1/+1
* Fixed segfault caused by FD_ISSET() on negative fdBert Münnich2013-04-021-1/+1
* Stable version 1.1Bert Münnich2013-03-301-1/+1
* Applied code style on merged changesBert Münnich2013-03-041-1/+1
* Ignore dotfiles for -rBert Münnich2013-02-111-1/+1