Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use normal win colors in fullscreen mode | Bert Münnich | 2019-07-16 | 1 | -1/+1 |
| | | | | Fixes issues #361 and #367 | ||||
* | Align compile-time color options with X resource colors | Bert Münnich | 2019-01-23 | 1 | -1/+1 |
| | | | | Two colors are more than enough! | ||||
* | Do not limit fit-to-win to smallest zoom level | Bert Münnich | 2018-01-22 | 1 | -7/+4 |
| | | | | Related to issue #303 | ||||
* | Make zoomdiff compare impact on image dimensions | Bert Münnich | 2018-01-22 | 1 | -6/+6 |
| | | | | | | Before that zoomdiff was a merely heuristic. Related to issue #303 | ||||
* | Use float for ox/oy compare values | Bert Münnich | 2018-01-22 | 1 | -4/+4 |
| | | | | Fixes issue #302 | ||||
* | Reject text files resembling TGA images | Bert Münnich | 2017-11-23 | 1 | -9/+23 |
| | | | | | | | | | | | | | | | | | | | Fixes issue #295 The imlib2 TGA loader returns an imlib image handle without any actual data when given a text file like this: T Content-Type: application/javascript Content-Length: 3836 Last-Modified: Wed, 23 Sep 2015 12:25:47 GMT Etag: "56029a4b-efc" Expires: Sat, 20 Aug 2016 15:14:33 GMT Cache-Control: max-age=604800, public Accept-Ranges: bytes Fortunately, `imlib_image_get_data()` returns NULL in this case, so that we can use it as an additional check when opening files. | ||||
* | One header file for type definitions and function declarations | Bert Münnich | 2017-10-16 | 1 | -7/+4 |
| | |||||
* | Zoom into mouse cursor position | Bert Münnich | 2017-10-16 | 1 | -2/+9 |
| | |||||
* | Mouse drag translates pointer position to image area | Bert Münnich | 2017-10-04 | 1 | -3/+8 |
| | | | | This makes mouse panning more direct and faster. | ||||
* | Make pan fraction configurable | jcalve | 2017-09-06 | 1 | -3/+3 |
| | |||||
* | Merge djhejna/floatdelay | Bert Münnich | 2016-12-01 | 1 | -1/+1 |
|\ | |||||
| * | Support for DELAY as a floating point number including less than 1 | Don Hejna | 2016-11-27 | 1 | -2/+2 |
| | | | | | | | | | | second while maintaining backward compatibiitiy with integer arguments. | ||||
* | | Add -A option to force framerate on animated images | dwminer | 2016-11-27 | 1 | -0/+2 |
|/ | |||||
* | Only open regular files; fixes issue #252 | Bert Münnich | 2016-10-20 | 1 | -1/+4 |
| | |||||
* | Use Xft for font loading and text drawing | Bert Münnich | 2016-08-06 | 1 | -1/+1 |
| | |||||
* | 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 |
| |