Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-22 | Do not limit fit-to-win to smallest zoom level | Bert Münnich | |
Related to issue #303 | |||
2018-01-22 | Make zoomdiff compare impact on image dimensions | Bert Münnich | |
Before that zoomdiff was a merely heuristic. Related to issue #303 | |||
2018-01-22 | Use float for ox/oy compare values | Bert Münnich | |
Fixes issue #302 | |||
2017-11-23 | Reject text files resembling TGA images | Bert Münnich | |
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. | |||
2017-10-16 | One header file for type definitions and function declarations | Bert Münnich | |
2017-10-16 | Zoom into mouse cursor position | Bert Münnich | |
2017-10-04 | Mouse drag translates pointer position to image area | Bert Münnich | |
This makes mouse panning more direct and faster. | |||
2017-09-06 | Make pan fraction configurable | jcalve | |
2016-12-01 | Merge djhejna/floatdelay | Bert Münnich | |
2016-11-28 | Support for DELAY as a floating point number including less than 1 | Don Hejna | |
second while maintaining backward compatibiitiy with integer arguments. | |||
2016-11-27 | Add -A option to force framerate on animated images | dwminer | |
2016-10-20 | Only open regular files; fixes issue #252 | Bert Münnich | |
2016-08-06 | Use Xft for font loading and text drawing | Bert Münnich | |
2015-12-26 | Fix 32-bit unsigned integer shift | Bert Münnich | |
2015-10-28 | Revised error handling | Bert Münnich | |
- 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) | |||
2015-10-28 | Prefix safe allocation functions with 'e' instead of 's_' | Bert Münnich | |
2015-10-28 | Removed feature test macro definitions from source files | Bert Münnich | |
2015-10-28 | Removed overcautious parameter checks | Bert Münnich | |
2015-02-06 | Round integer cast of image offset during rendering; fixes issue #197 | Bert Münnich | |
2015-01-05 | Apply gamma value on thumbnails too; fixes issue #193 | Bert Münnich | |
2015-01-04 | Use bit-field for boolean flags in fileinfo struct | Bert Münnich | |
2014-10-24 | Do not print could-not-open-warnings for files found by directory traversal | Bert Münnich | |
2014-09-01 | Simplified img_frame_animate | Bert Münnich | |
2014-07-28 | Overhauled window drawing, yet again; fixes issue #155 | Bert Münnich | |
- 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 | |||
2014-07-25 | Revised handling of GIF animations | Bert Münnich | |
- New option `-a`: Play animations at startup - Ctrl-Space toggles animation for all GIF files - Infinite loop for all animations | |||
2014-07-23 | Added support for multiple commands per key/button mapping; elegant fix for ↵ | Bert Münnich | |
issue #150 | |||
2014-06-09 | Use thumbnails in EXIF tags; requirement for libexif is back | Bert Münnich | |
2014-05-27 | Fix build with giflib >= 5.1.0. | Bartłomiej Piotrowski | |
2014-04-06 | Use a checkerboard background for alpha layer; fixes issue #138 | Bert Münnich | |
2014-02-07 | Check for background image allocation failure | Bert Münnich | |
2014-02-06 | Use separate background image for alpha layer; fixes issue #132 | Bert Münnich | |
2014-02-04 | Revised scale mode and zoom level handling | Bert Münnich | |
- 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 | |||
2014-02-04 | Preserve panning when switching images; fixes issue #131 | Bert Münnich | |
2014-01-09 | Second take at rotating & flipping multi-frame images; fixes issue #121 | Bert Münnich | |
2014-01-09 | Revert "Apply flip & rotation on all frames of a multi-frame image; fixes ↵ | Bert Münnich | |
issue #121" This reverts commit f795273b650a4df39dca693f30c3650ec1d3393f. | |||
2014-01-09 | Apply flip & rotation on all frames of a multi-frame image; fixes issue #121 | Bert Münnich | |
2014-01-04 | Slideshow mode is back, in a simplified version | Bert Münnich | |
2013-12-31 | Refactored remote changes | Bert Münnich | |
2013-12-30 | Read GIF's repeat information from file. | Aleksander Nitecki | |
2013-12-13 | Fixed Imlib file handle type, issue #117 | Bert Münnich | |
2013-11-14 | Correct out-of-range gamma values given on command line | Bert Münnich | |
2013-11-14 | Refactored remote changes | Bert Münnich | |
2013-11-13 | Add support for changing the gamma value | András Mohari | |
2013-08-22 | Added options for anti-alias & alpha layer coloring to config.def.h | Bert Münnich | |
Also removed now obsolete -p command line option; fixes issue #98 | |||
2013-08-10 | Refactored merged rotation code | Bert Münnich | |
2013-08-10 | Handle 180 degrees image rotation | Bastien Dejean | |
2013-04-21 | Fixed build for giflib version >= 5.0; fixed issue #90 | Bert Münnich | |
2013-02-08 | Refactored function definitions to use dangling brace | Bert Münnich | |
2013-02-08 | Updated/corrected license header | Bert Münnich | |
2013-01-04 | Fixed compilation with giflib version 4.2.1 | Bert Münnich | |