aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
...
* Use integers for mouse mappings and buttons 6+7 for horizontal scrollingBert Münnich2014-05-311-1/+1
| | | | Fixes issue #143
* 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 ↵Bert Münnich2014-03-171-6/+7
| | | | issue #137
* 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
| | | | | Gets called on all unset key mappings. Arguments are: key combo and current file. Thanks to Francesco Orsenigo (xarvh) for the idea.
* 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
| | | | | Fallback to print all files, if no images are marked, was kind of irritating.
* 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
| | | | Reported by Kris Siwiec
* 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
|
* No checks on window size, use whatever the user has specifiedBert Münnich2013-02-091-1/+1
|
* Be honest about using C99Bert Münnich2013-02-081-1/+1
|
* Refactored function definitions to use dangling braceBert Münnich2013-02-081-1/+1
|
* Fixed issue #77, limit geometry info to first image frameBert Münnich2013-01-291-1/+1
|
* Added documentation for image-info scriptBert Münnich2013-01-271-2/+6
|
* Fixed completely insane {C,LD}FLAGS -I/-L settingsBert Münnich2013-01-121-3/+3
|
* Made Makefile more verboseBert Münnich2013-01-101-30/+15
|
* Fixed compilation with giflib version 4.2.1Bert Münnich2013-01-041-1/+1
|
* Fixed issue #74, conditional compilation of gif supportBert Münnich2012-12-271-2/+2
|
* Fixed issue #73Bert Münnich2012-12-271-1/+1
|