summaryrefslogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Expand)Author
2014-07-28Overhauled window drawing, yet again; fixes issue #155Bert Münnich
2014-07-25Revised handling of GIF animationsBert 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-10Small fix for thumbnail croppingBert Münnich
2014-06-09Use thumbnails in EXIF tags; requirement for libexif is backBert Münnich
2014-05-31Use integers for mouse mappings and buttons 6+7 for horizontal scrollingBert Münnich
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-04Preserve panning when switching images; fixes issue #131Bert Münnich
2014-02-02Unified X atom initializationBert Münnich
2014-01-31Merged pull request #129Bert Münnich
2014-01-15Fixed -z option argument parsing; fixes issue #127Bert Münnich
2014-01-11Adhere to XDG Base Directory Specification; fixes issue #124Bert Münnich
2014-01-09Second take at rotating & flipping multi-frame images; fixes issue #121Bert Münnich
2014-01-08Fixed slideshow delay corruption after GIF animationBert Münnich
2014-01-04Slideshow mode is back, in a simplified versionBert Münnich
2014-01-03Simplified EXIF tag extraction in exec/image-infoBert Münnich
2014-01-02Moved external shell commands into exec/key-handler scriptBert Münnich
2014-01-02Proper support for Ctrl/Shift/Alt modifiers in key & mouse mappingsBert Münnich
2013-12-31Refactored remote changesBert Münnich
2013-12-13Fixed Imlib file handle type, issue #117Bert Münnich
2013-11-17Updated unstable version numberBert Münnich
2013-11-16Fixed segfault when removing first image from file list, fixes issue #112Bert Münnich
2013-11-14Highlight edges of marked images in thumbnail modeBert Münnich
2013-10-21Fixed inconsistencies in navigation when removing invalid filesBert Münnich
2013-10-05Seek over EXIF APP0 frame instead of reading and discarding itBert Münnich
2013-09-07Updated unstable version numberBert Münnich
2013-08-22Only print marked files when -o is givenBert Münnich
2013-08-10Updated unstable version numberBert Münnich
2013-06-02Fixed typo in README.mdBert Münnich
2013-06-02Stable version 1.1.1v1.1.1Bert Münnich
2013-04-21Fixed build for giflib version >= 5.0; fixed issue #90Bert Münnich
2013-04-14Use bgcol as window background pixel; fixed issue #89Bert Münnich
2013-04-06Fixed non-ASCII characters in window bar, issue #88Bert Münnich
2013-04-02Fixed segfault caused by FD_ISSET() on negative fdBert Münnich
2013-03-30Stable version 1.1v1.11.1Bert Münnich
2013-03-04Applied code style on merged changesBert Münnich
2013-02-11Ignore dotfiles for -rBert Münnich
2013-02-09No checks on window size, use whatever the user has specifiedBert Münnich
2013-02-08Be honest about using C99Bert Münnich
2013-02-08Refactored function definitions to use dangling braceBert Münnich
2013-01-29Fixed issue #77, limit geometry info to first image frameBert Münnich