Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | Fixed include in thumbs.h | Bert | 2011-08-19 | 1 | -0/+1 | |
| | ||||||
* | Put event handling back into main.c; events -> commands | Bert | 2011-08-19 | 5 | -216/+211 | |
| | ||||||
* | Added force parameter to tns_load() to disregard cache | Bert | 2011-08-19 | 4 | -12/+14 | |
| | ||||||
* | Renamed application modes | Bert | 2011-08-19 | 3 | -36/+36 | |
| | ||||||
* | Renamed key/mouse commands to indicate supported modes | Bert | 2011-08-19 | 3 | -189/+197 | |
| | ||||||
* | Uniform thumbnail selection border size | Bert | 2011-08-19 | 2 | -10/+8 | |
| | | | | | - Consistent handling of thumbnails - Makes it easier to select very small thumbnails with mouse | |||||
* | Small refactorings | Bert | 2011-08-18 | 2 | -5/+5 | |
| | ||||||
* | Fixed hyphen-used-as-minus-sign issues in man page | Bert | 2011-08-18 | 1 | -2/+2 | |
| | ||||||
* | Corrected FSF address in license headers | Bert | 2011-08-18 | 13 | -91/+91 | |
| | ||||||
* | Revised handling of file names & paths | Bert | 2011-08-18 | 10 | -81/+100 | |
| | ||||||
* | Fixed keyboard mappings | Bert | 2011-08-17 | 2 | -8/+12 | |
| | ||||||
* | Stable version 0.9 | Bert | 2011-08-17 | 1 | -1/+1 | |
| | ||||||
* | No more need for CLEANMASK macro | Bert | 2011-08-12 | 1 | -2/+0 | |
| | ||||||
* | Made run_command() a normal key/button handler | Bert | 2011-08-12 | 3 | -184/+208 | |
| | ||||||
* | Much better drag() | Bert | 2011-08-12 | 3 | -101/+106 | |
| | | | | No more need to pass XEvent* to handler functions | |||||
* | Renamed scroll() to pan_screen() | Bert | 2011-08-05 | 4 | -11/+11 | |
| | ||||||
* | Added -O2 flag to CFLAGS | Bert | 2011-08-05 | 1 | -2/+2 | |
| |