Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revised error handling | Bert Münnich | 2015-10-28 | 1 | -20/+13 |
| | | | | | | | - 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) | ||||
* | Removed feature test macro definitions from source files | Bert Münnich | 2015-10-28 | 1 | -3/+2 |
| | |||||
* | Revised handling of GIF animations | Bert Münnich | 2014-07-25 | 1 | -2/+6 |
| | | | | | | - New option `-a`: Play animations at startup - Ctrl-Space toggles animation for all GIF files - Infinite loop for all animations | ||||
* | Removed command line option -F | Bert Münnich | 2014-02-05 | 1 | -6/+2 |
| | |||||
* | Set scale mode at startup via argument to -s option | Bert Münnich | 2014-02-04 | 1 | -5/+11 |
| | |||||
* | Revised scale mode and zoom level handling | Bert Münnich | 2014-02-04 | 1 | -6/+3 |
| | | | | | | | - 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 | ||||
* | Fixed -z option argument parsing; fixes issue #127 | Bert Münnich | 2014-01-15 | 1 | -1/+1 |
| | |||||
* | Slideshow mode is back, in a simplified version | Bert Münnich | 2014-01-04 | 1 | -17/+24 |
| | |||||
* | Refactored remote changes | Bert Münnich | 2013-11-14 | 1 | -6/+8 |
| | |||||
* | Add support for changing the gamma value | András Mohari | 2013-11-13 | 1 | -3/+12 |
| | |||||
* | Added options for anti-alias & alpha layer coloring to config.def.h | Bert Münnich | 2013-08-22 | 1 | -6/+2 |
| | | | | Also removed now obsolete -p command line option; fixes issue #98 | ||||
* | New options: -[io], read/write files from/to stdin/out | Bert Münnich | 2013-03-19 | 1 | -4/+16 |
| | | | | Fixes issue #84 | ||||
* | Refactored function definitions to use dangling brace | Bert Münnich | 2013-02-08 | 1 | -3/+6 |
| | |||||
* | Updated/corrected license header | Bert Münnich | 2013-02-08 | 1 | -13/+13 |
| | |||||
* | New option: -N, set X window resource name | Bert Münnich | 2012-10-29 | 1 | -2/+6 |
| | |||||
* | Added option -b: disable bar | Bert Münnich | 2012-02-16 | 1 | -2/+6 |
| | |||||
* | Already in the year 2012 | Bert Münnich | 2012-02-15 | 1 | -1/+1 |
| | |||||
* | Removed exif support; made gif support non-optional | Bert Münnich | 2012-02-11 | 1 | -13/+0 |
| | |||||
* | Updated contact information | Bert Münnich | 2011-10-14 | 1 | -1/+1 |
| | |||||
* | Strictly adhere to ANSI-C standard | Bert Münnich | 2011-10-13 | 1 | -1/+1 |
| | |||||
* | Use void for empty argument lists | Bert Münnich | 2011-10-12 | 1 | -2/+2 |
| | |||||
* | Made all conditionals more precise | Bert Münnich | 2011-09-29 | 1 | -2/+2 |
| | |||||
* | Transformed function macros in util.h to inline functions | Bert Münnich | 2011-09-29 | 1 | -1/+1 |
| | |||||
* | Added STREQ macro | Bert Münnich | 2011-09-26 | 1 | -1/+1 |
| | |||||
* | make use of EXIT_ macros | rck | 2011-09-26 | 1 | -5/+5 |
| | |||||
* | Much nicer handling of compile-time features | Bert | 2011-09-12 | 1 | -2/+3 |
| | | | | | - *_SUPPORT enabled in config.h - XLIBS helper app prints lib flags needed for current settings | ||||
* | Added own bool type | Bert | 2011-09-11 | 1 | -17/+16 |
| | |||||
* | Added slideshow support | Bert | 2011-09-10 | 1 | -8/+7 |
| | |||||
* | List additional features in usage message (-v) | Bert | 2011-09-10 | 1 | -4/+16 |
| | |||||
* | Strict conformance to IEEE Std 1003.1-2001 | Bert | 2011-09-08 | 1 | -2/+2 |
| | |||||
* | Reformated license header | Bert | 2011-09-03 | 1 | -11/+11 |
| | |||||
* | Unified feature test macro requirements | Bert | 2011-09-03 | 1 | -3/+4 |
| | |||||
* | Corrected FSF address in license headers | Bert | 2011-08-18 | 1 | -7/+7 |
| | |||||
* | Major code refactoring | Bert | 2011-07-26 | 1 | -0/+1 |
| | | | | | - Configurable key and mouse mappings in config.h - Put event handling code from main.c into events.[ch] | ||||
* | Reduced usage of preprocessor macros | Bert | 2011-07-22 | 1 | -1/+1 |
| | |||||
* | Use getline instead of readline | Bert | 2011-05-29 | 1 | -1/+1 |
| | |||||
* | New option: -n, start at given picture | Bert | 2011-05-25 | 1 | -3/+14 |
| | |||||
* | Renamed option -C -> -c | Bert | 2011-04-11 | 1 | -3/+3 |
| | |||||
* | Removed option -a | Bert | 2011-04-11 | 1 | -6/+2 |
| | |||||
* | New option: -C, clean thumbnail cache | Bert | 2011-04-08 | 1 | -2/+6 |
| | |||||
* | New option: -a, do not filter out unsupported files | Bert | 2011-04-06 | 1 | -2/+6 |
| | |||||
* | Shorter version information | Bert | 2011-02-27 | 1 | -1/+1 |
| | |||||
* | Always support thumbs; start thumb-mode with single -t | Bert | 2011-02-21 | 1 | -2/+1 |
| | |||||
* | Replaced -T flag with -tt; default thumbnail size | Bert | 2011-02-20 | 1 | -6/+4 |
| | |||||
* | Merge branch 'master' into thumbs | Bert | 2011-02-17 | 1 | -2/+1 |
|\ | |||||
| * | Nicer version info | Bert | 2011-02-17 | 1 | -2/+1 |
| | | |||||
* | | Render thumbnails | Bert | 2011-02-16 | 1 | -3/+7 |
| | | |||||
* | | First things for thumbnail mode | Bert | 2011-02-16 | 1 | -2/+6 |
|/ | |||||
* | Read filenames from stdin | Bert | 2011-02-14 | 1 | -0/+3 |
| | |||||
* | Refactored, new files util.[ch], C89 | Bert | 2011-02-03 | 1 | -1/+1 |
| |