Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow opening directories non-recursively | Paride Legovini | 2016-09-28 | 1 | -1/+2 |
| | |||||
* | Simplified r_mkdir() | Bert Münnich | 2015-10-28 | 1 | -1/+1 |
| | |||||
* | Revised error handling | Bert Münnich | 2015-10-28 | 1 | -2/+3 |
| | | | | | | | - 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 | -3/+3 |
| | |||||
* | Use XSI realpath(3) | Bert Münnich | 2015-10-28 | 1 | -2/+0 |
| | |||||
* | Use POSIX.1-2008 getline(3) | Bert Münnich | 2015-10-28 | 1 | -2/+0 |
| | |||||
* | Made argument of s_strdup const | lucas8 | 2014-08-01 | 1 | -1/+1 |
| | |||||
* | Updated/corrected license header | Bert Münnich | 2013-02-08 | 1 | -13/+13 |
| | |||||
* | Simplified zoomdiff function | Bert Münnich | 2012-08-16 | 1 | -3/+0 |
| | |||||
* | Corrected zoom level handling | Bert Münnich | 2012-08-16 | 1 | -0/+3 |
| | |||||
* | Already in the year 2012 | Bert Münnich | 2012-02-15 | 1 | -1/+1 |
| | |||||
* | Removed slideshow support | Bert Münnich | 2012-02-11 | 1 | -1/+0 |
| | |||||
* | Updated contact information | Bert Münnich | 2011-10-14 | 1 | -1/+1 |
| | |||||
* | Fix TV_ADD_MSEC macro | Bert Münnich | 2011-10-13 | 1 | -2/+2 |
| | |||||
* | Strictly adhere to ANSI-C standard | Bert Münnich | 2011-10-13 | 1 | -23/+15 |
| | |||||
* | Transformed function macros in util.h to inline functions | Bert Münnich | 2011-09-29 | 1 | -15/+26 |
| | |||||
* | Fix include for ssize_t | Bert Münnich | 2011-09-26 | 1 | -0/+1 |
| | |||||
* | Added STREQ macro | Bert Münnich | 2011-09-26 | 1 | -1/+3 |
| | |||||
* | Added slideshow support | Bert | 2011-09-10 | 1 | -0/+1 |
| | |||||
* | Strict conformance to IEEE Std 1003.1-2001 | Bert | 2011-09-08 | 1 | -7/+2 |
| | |||||
* | Avoid conflicting macros | Bert | 2011-09-06 | 1 | -2/+6 |
| | |||||
* | Reformated license header | Bert | 2011-09-03 | 1 | -11/+11 |
| | |||||
* | Data driven timeout handling | Bert | 2011-09-02 | 1 | -3/+6 |
| | |||||
* | Added support for gif animation | Bert | 2011-08-19 | 1 | -0/+2 |
| | |||||
* | Corrected FSF address in license headers | Bert | 2011-08-18 | 1 | -7/+7 |
| | |||||
* | Revised handling of file names & paths | Bert | 2011-08-18 | 1 | -0/+1 |
| | |||||
* | All timeouts in milliseconds | Bert | 2011-06-28 | 1 | -5/+12 |
| | |||||
* | Use getline instead of readline | Bert | 2011-05-29 | 1 | -2/+0 |
| | |||||
* | Refactored recursive directory util functions | Bert | 2011-04-08 | 1 | -2/+15 |
| | |||||
* | Moved read_dir_rec into util.c | Bert | 2011-04-07 | 1 | -0/+2 |
| | |||||
* | Use directory structure in cache dir | Bert | 2011-04-07 | 1 | -0/+1 |
| | |||||
* | Write thumbnail cache files on exit | Bert | 2011-04-07 | 1 | -0/+7 |
| | |||||
* | Immediately respond to events while loading thumbs | Bert | 2011-02-17 | 1 | -0/+3 |
| | |||||
* | Read filenames from stdin | Bert | 2011-02-14 | 1 | -0/+3 |
| | |||||
* | Display filesize in window title | Bert | 2011-02-03 | 1 | -0/+3 |
| | |||||
* | Refactored, new files util.[ch], C89 | Bert | 2011-02-03 | 1 | -0/+34 |