Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix layering of small gif frames | Bert Münnich | 2011-09-28 | 2 | -7/+7 |
| | |||||
* | Fix include for ssize_t | Bert Münnich | 2011-09-26 | 1 | -0/+1 |
| | |||||
* | Added STREQ macro | Bert Münnich | 2011-09-26 | 5 | -6/+8 |
| | |||||
* | Make use of EXIT_* macros (2) | Bert Münnich | 2011-09-26 | 2 | -4/+4 |
| | |||||
* | Merge commit '3a81af4' | Bert Münnich | 2011-09-26 | 4 | -12/+12 |
|\ | |||||
| * | make use of EXIT_ macros | rck | 2011-09-26 | 4 | -12/+12 |
| | | |||||
* | | Simplified config.c | Bert Münnich | 2011-09-23 | 2 | -27/+19 |
|/ | |||||
* | Use win_t member in img_t & tns_t instead of parameters | Bert Münnich | 2011-09-17 | 7 | -135/+150 |
| | |||||
* | 270/90 = 3 | Daniel | 2011-09-14 | 1 | -1/+1 |
| | |||||
* | Updated doc | Bert | 2011-09-13 | 1 | -13/+15 |
| | |||||
* | Renamed XLIBS to config, added -D/-l options | Bert | 2011-09-13 | 4 | -30/+52 |
| | |||||
* | Updated screenshot to reflect new title bar | Bert | 2011-09-12 | 1 | -0/+0 |
| | |||||
* | Much nicer handling of compile-time features | Bert | 2011-09-12 | 8 | -57/+73 |
| | | | | | - *_SUPPORT enabled in config.h - XLIBS helper app prints lib flags needed for current settings | ||||
* | Shortened additional features section | Bert | 2011-09-12 | 1 | -17/+10 |
| | |||||
* | Removed Makefile.netbsd | Bert | 2011-09-12 | 1 | -4/+0 |
| | |||||
* | Made XFLAGS & XLIBS macros only | Bert | 2011-09-12 | 2 | -9/+8 |
| | |||||
* | Added own bool type | Bert | 2011-09-11 | 13 | -452/+454 |
| | |||||
* | Added dirty flag to img struct | Bert | 2011-09-11 | 3 | -29/+69 |
| | |||||
* | Added slideshow support | Bert | 2011-09-10 | 10 | -35/+136 |
| | |||||
* | List additional features in usage message (-v) | Bert | 2011-09-10 | 3 | -15/+26 |
| | |||||
* | Strict conformance to IEEE Std 1003.1-2001 | Bert | 2011-09-08 | 8 | -38/+64 |
| | |||||
* | Added screenshots to README.md | Bert | 2011-09-08 | 3 | -0/+13 |
| | |||||
* | Added feature overview to README.md | Bert | 2011-09-08 | 1 | -1/+16 |
| | |||||
* | Updated doc | Bert | 2011-09-08 | 1 | -7/+11 |
| | |||||
* | Fixed exif-only typo in tns_load() | Bert | 2011-09-08 | 1 | -1/+1 |
| | |||||
* | Added section "Additional features" to README.md | Bert | 2011-09-08 | 1 | -3/+30 |
| | |||||
* | Added EXIF_SUPPORT macro for optional dependency on libexif | Bert | 2011-09-08 | 2 | -30/+42 |
| | |||||
* | Added EXIF auto-orientation | Bert | 2011-09-08 | 2 | -1/+56 |
| | |||||
* | Overhauled building | Bert | 2011-09-08 | 5 | -24/+59 |
| | | | | | | | | - config.h -> config.def.h - Create config.h during make, if it does not exist - Nice make output - Use XFLAGS and XLIBS to include additional compile-time features, which depend on third-party libraries | ||||
* | Load as much of a corrupted gif file as possible | Bert | 2011-09-06 | 3 | -16/+15 |
| | |||||
* | Removed useless zl_cnt variable | Bert | 2011-09-06 | 1 | -5/+3 |
| | |||||
* | Avoid conflicting macros | Bert | 2011-09-06 | 4 | -11/+15 |
| | |||||
* | Fixed title-update in thumb mode | Bert | 2011-09-04 | 1 | -1/+1 |
| | |||||
* | Made i(t)_toggle_alpha command work in thumbnail mode too | Bert | 2011-09-04 | 6 | -10/+15 |
| | |||||
* | Reformated license header | Bert | 2011-09-03 | 13 | -143/+143 |
| | |||||
* | Fixed pointer-to-int-cast warnings on x86_64 | Bert | 2011-09-03 | 1 | -3/+3 |
| | |||||
* | Fixed remove_file() | Bert | 2011-09-03 | 1 | -5/+5 |
| | |||||
* | Simplified cursor resetting | Bert | 2011-09-03 | 4 | -44/+48 |
| | |||||
* | Simplified it_shell_cmd() using SXIV_IMG env-variable | Bert | 2011-09-03 | 2 | -43/+28 |
| | |||||
* | Unified feature test macro requirements | Bert | 2011-09-03 | 4 | -10/+10 |
| | |||||
* | Updated docs | Bert | 2011-09-02 | 2 | -2/+15 |
| | |||||
* | Corrected timeout handling | Bert | 2011-09-02 | 1 | -6/+7 |
| | |||||
* | Corrected thumbnail loading and timeout handling | Bert | 2011-09-02 | 1 | -21/+21 |
| | |||||
* | Data driven timeout handling | Bert | 2011-09-02 | 6 | -100/+137 |
| | |||||
* | Mention origin of img_load_gif() in comment | Bert | 2011-08-20 | 1 | -0/+3 |
| | |||||
* | Added command to toggle gif animations | Bert | 2011-08-19 | 5 | -18/+38 |
| | |||||
* | Added support for gif animation | Bert | 2011-08-19 | 7 | -36/+126 |
| | |||||
* | Added HAVE_GIFLIB macro for optional dependency on giflib | Bert | 2011-08-19 | 3 | -3/+13 |
| | |||||
* | Refactored img_load_gif() | Bert | 2011-08-19 | 3 | -41/+63 |
| | | | | | - Corrected handling of transparency settings for individual frames - Corrected handling of different frame dimensions & offsets | ||||
* | Added support for multi-frame images | Bert | 2011-08-19 | 7 | -5/+206 |
| |