Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix 32-bit unsigned integer shift | Bert Münnich | 2015-12-26 | 1 | -1/+1 |
| | |||||
* | Revised error handling | Bert Münnich | 2015-10-28 | 1 | -5/+6 |
| | | | | | | | - Functions warn() and die() replaced by GNU-like error(3) function - Register cleanup() with atexit(3) - Functions called by cleanup() are marked with CLEANUP and are not allowed to call exit(3) | ||||
* | Prefix safe allocation functions with 'e' instead of 's_' | Bert Münnich | 2015-10-28 | 1 | -6/+6 |
| | |||||
* | Removed feature test macro definitions from source files | Bert Münnich | 2015-10-28 | 1 | -3/+2 |
| | |||||
* | Removed overcautious parameter checks | Bert Münnich | 2015-10-28 | 1 | -52/+3 |
| | |||||
* | Round integer cast of image offset during rendering; fixes issue #197 | Bert Münnich | 2015-02-06 | 1 | -2/+2 |
| | |||||
* | Apply gamma value on thumbnails too; fixes issue #193 | Bert Münnich | 2015-01-05 | 1 | -30/+11 |
| | |||||
* | Use bit-field for boolean flags in fileinfo struct | Bert Münnich | 2015-01-04 | 1 | -2/+2 |
| | |||||
* | Do not print could-not-open-warnings for files found by directory traversal | Bert Münnich | 2014-10-24 | 1 | -2/+3 |
| | |||||
* | Simplified img_frame_animate | Bert Münnich | 2014-09-01 | 1 | -10/+5 |
| | |||||
* | Overhauled window drawing, yet again; fixes issue #155 | Bert Münnich | 2014-07-28 | 1 | -1/+1 |
| | | | | | | | | - Buffer for window content is bigger than the window, minimizes artifacts when window is resized - Back to using XSetWindowBackgroundPixmap() instead of XCopyArea(), no need to handle exposure events; X server can show gray background directly after resize event before sxiv redraws the window contents | ||||
* | Revised handling of GIF animations | Bert Münnich | 2014-07-25 | 1 | -30/+13 |
| | | | | | | - New option `-a`: Play animations at startup - Ctrl-Space toggles animation for all GIF files - Infinite loop for all animations | ||||
* | Added support for multiple commands per key/button mapping; elegant fix for ↵ | Bert Münnich | 2014-07-23 | 1 | -14/+8 |
| | | | | issue #150 | ||||
* | Use thumbnails in EXIF tags; requirement for libexif is back | Bert Münnich | 2014-06-09 | 1 | -16/+32 |
| | |||||
* | Fix build with giflib >= 5.1.0. | Bartłomiej Piotrowski | 2014-05-27 | 1 | -0/+4 |
| | |||||
* | Use a checkerboard background for alpha layer; fixes issue #138 | Bert Münnich | 2014-04-06 | 1 | -9/+21 |
| | |||||
* | Check for background image allocation failure | Bert Münnich | 2014-02-07 | 1 | -1/+2 |
| | |||||
* | Use separate background image for alpha layer; fixes issue #132 | Bert Münnich | 2014-02-06 | 1 | -8/+30 |
| | |||||
* | Revised scale mode and zoom level handling | Bert Münnich | 2014-02-04 | 1 | -1/+1 |
| | | | | | | | - Scale mode is not reset to default value upon image loading anymore - New default key binding to change mode to scale-down - Removed scale mode setting from config.h - Removed -d command line option, as this is now the default at startup | ||||
* | Preserve panning when switching images; fixes issue #131 | Bert Münnich | 2014-02-04 | 1 | -49/+24 |
| | |||||
* | Second take at rotating & flipping multi-frame images; fixes issue #121 | Bert Münnich | 2014-01-09 | 1 | -14/+23 |
| | |||||
* | Revert "Apply flip & rotation on all frames of a multi-frame image; fixes ↵ | Bert Münnich | 2014-01-09 | 1 | -23/+9 |
| | | | | | | issue #121" This reverts commit f795273b650a4df39dca693f30c3650ec1d3393f. | ||||
* | Apply flip & rotation on all frames of a multi-frame image; fixes issue #121 | Bert Münnich | 2014-01-09 | 1 | -9/+23 |
| | |||||
* | Slideshow mode is back, in a simplified version | Bert Münnich | 2014-01-04 | 1 | -4/+7 |
| | |||||
* | Refactored remote changes | Bert Münnich | 2013-12-31 | 1 | -20/+11 |
| | |||||
* | Read GIF's repeat information from file. | Aleksander Nitecki | 2013-12-30 | 1 | -2/+23 |
| | |||||
* | Fixed Imlib file handle type, issue #117 | Bert Münnich | 2013-12-13 | 1 | -1/+1 |
| | |||||
* | Correct out-of-range gamma values given on command line | Bert Münnich | 2013-11-14 | 1 | -1/+1 |
| | |||||
* | Refactored remote changes | Bert Münnich | 2013-11-14 | 1 | -18/+40 |
| | |||||
* | Add support for changing the gamma value | András Mohari | 2013-11-13 | 1 | -0/+30 |
| | |||||
* | Added options for anti-alias & alpha layer coloring to config.def.h | Bert Münnich | 2013-08-22 | 1 | -2/+3 |
| | | | | Also removed now obsolete -p command line option; fixes issue #98 | ||||
* | Refactored merged rotation code | Bert Münnich | 2013-08-10 | 1 | -10/+7 |
| | |||||
* | Handle 180 degrees image rotation | Bastien Dejean | 2013-08-10 | 1 | -16/+9 |
| | |||||
* | Fixed build for giflib version >= 5.0; fixed issue #90 | Bert Münnich | 2013-04-21 | 1 | -0/+4 |
| | |||||
* | Refactored function definitions to use dangling brace | Bert Münnich | 2013-02-08 | 1 | -25/+50 |
| | |||||
* | Updated/corrected license header | Bert Münnich | 2013-02-08 | 1 | -13/+13 |
| | |||||
* | Fixed compilation with giflib version 4.2.1 | Bert Münnich | 2013-01-04 | 1 | -5/+5 |
| | |||||
* | Fixed issue #74, conditional compilation of gif support | Bert Münnich | 2012-12-27 | 1 | -1/+7 |
| | |||||
* | Smaller minimum gif delay, fixed issue #71 | Bert Münnich | 2012-10-29 | 1 | -1/+1 |
| | |||||
* | Simplified zoomdiff function | Bert Münnich | 2012-08-16 | 1 | -7/+1 |
| | |||||
* | Corrected zoom level handling | Bert Münnich | 2012-08-16 | 1 | -8/+17 |
| | |||||
* | New commands: fit to the window's height/width | baskerville | 2012-07-19 | 1 | -3/+14 |
| | |||||
* | Slightly refactored flipping | Bert Münnich | 2012-05-06 | 1 | -14/+11 |
| | |||||
* | Added horizontal and vertical flip commands | baskerville | 2012-05-06 | 1 | -0/+20 |
| | |||||
* | Already in the year 2012 | Bert Münnich | 2012-02-15 | 1 | -1/+1 |
| | |||||
* | Added own exif tag handling in files exif.[ch] | Bert Münnich | 2012-02-15 | 1 | -0/+31 |
| | |||||
* | Added text bar on bottom of window | Bert Münnich | 2012-02-12 | 1 | -2/+0 |
| | |||||
* | Removed exif support; made gif support non-optional | Bert Münnich | 2012-02-11 | 1 | -67/+3 |
| | |||||
* | Removed slideshow support | Bert Münnich | 2012-02-11 | 1 | -3/+1 |
| | |||||
* | Fixed issue #32: wrong antialias setting after it_shell_cmd | Bert Münnich | 2011-12-17 | 1 | -1/+1 |
| |