aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Beautified thumbnail marks and selection borderBert Münnich2014-08-181-14/+12
* Further simplified thumbnail marksBert Münnich2014-08-183-7/+5
* Simplified thumbnail selection and marksBert Münnich2014-08-173-19/+15
* Increased contrast in default color setBert Münnich2014-08-171-2/+2
* Added command to remove all image marks, bound to Ctrl-m; fixes issue #163Bert Münnich2014-08-175-0/+18
* Full redraw when removing files during thumbnail reloading; fixes issue #164Bert Münnich2014-08-172-1/+3
* Fixed wrong thumbnail-to-file mappings caused by file deletionsBert Münnich2014-08-164-22/+24
* Pass marked files to external key handler in thumbnail mode; fixes issue #135Bert Münnich2014-08-166-56/+76
* Count number of marked filesBert Münnich2014-08-162-3/+11
* Unified file index variable for image & thumbnail modeBert Münnich2014-08-164-78/+65
* Generalized thumbnail loading, allows easier reloading of thumbnails later onBert Münnich2014-08-164-10/+16
* Made argument of s_strdup constlucas82014-08-013-3/+3
* Overhauled window drawing, yet again; fixes issue #155Bert Münnich2014-07-286-75/+54
* Revised handling of GIF animationsBert Münnich2014-07-259-49/+36
* Added support for multiple commands per key/button mapping; elegant fix for i...Bert Münnich2014-07-234-22/+22
* Revised command structure and key and mouse button mappingsBert Münnich2014-07-238-380/+324
* Show key handler status in bar while it is runningBert Münnich2014-06-153-8/+20
* Create thumbnail cache dir automaticallyBert Münnich2014-06-103-91/+61
* Small fix for thumbnail croppingBert Münnich2014-06-102-2/+2
* Use thumbnails in EXIF tags; requirement for libexif is backBert Münnich2014-06-096-221/+107
* Merge branch 'barthalion/master'Bert Münnich2014-05-311-0/+4
|\
| * Fix build with giflib >= 5.1.0.Bartłomiej Piotrowski2014-05-271-0/+4
* | Use integers for mouse mappings and buttons 6+7 for horizontal scrollingBert Münnich2014-05-312-10/+12
|/
* Timeout initial redrawMiroslav Koskar2014-05-241-1/+1
* Add a section about key-handler to the man page.Artem Bezsmertnyi2014-05-242-1/+17
* Stable version 1.2Bert Münnich2014-04-242-1/+12
* Do not center window on screen, workaround for issue #9Bert Münnich2014-04-212-3/+3
* Use a checkerboard background for alpha layer; fixes issue #138Bert Münnich2014-04-0611-46/+45
* Use real path of all files internally, requires _XOPEN_SOURCE>=500, fixes iss...Bert Münnich2014-03-172-9/+22
* Warn once when external key combo is used and key-handler not installedBert Münnich2014-02-182-5/+15
* Check for background image allocation failureBert Münnich2014-02-072-2/+3
* Use separate background image for alpha layer; fixes issue #132Bert Münnich2014-02-062-9/+31
* Removed command line option -FBert Münnich2014-02-057-52/+21
* Set scale mode at startup via argument to -s optionBert Münnich2014-02-043-12/+20
* Revised scale mode and zoom level handlingBert Münnich2014-02-045-33/+21
* Removed fit-win-to-img commandBert Münnich2014-02-047-65/+5
* Preserve panning when switching images; fixes issue #131Bert Münnich2014-02-044-57/+29
* Check if window manager supports fullscreen; related to issue #128Bert Münnich2014-02-022-0/+44
* Unified X atom initializationBert Münnich2014-02-024-15/+30
* Merged pull request #129Bert Münnich2014-01-318-16/+33
|\
| * Fix tabs and wordingAndrás Mohari2014-01-311-3/+3
| * Use a prefix key to execute the key handlerAndrás Mohari2014-01-314-5/+25
|/
* Use logo in READMEBert Münnich2014-01-151-2/+1
* Added window icons; fixes issue #125Bert Münnich2014-01-1510-0/+320
* Fixed -z option argument parsing; fixes issue #127Bert Münnich2014-01-152-2/+2
* Double click on thumbnail to open imageBert Münnich2014-01-112-7/+12
* Adhere to XDG Base Directory Specification; fixes issue #124Bert Münnich2014-01-117-41/+41
* Allow config.h to use multimedia keys (XF86_XK_*); fixes issue #123Bert Münnich2014-01-091-0/+1
* Second take at rotating & flipping multi-frame images; fixes issue #121Bert Münnich2014-01-093-17/+26
* Revert "Apply flip & rotation on all frames of a multi-frame image; fixes iss...Bert Münnich2014-01-093-30/+11