Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Removed slideshow support | Bert Münnich | 2012-02-11 | 1 | -1/+1 | |
| | ||||||
* | Fixed issue #32: wrong antialias setting after it_shell_cmd | Bert Münnich | 2011-12-17 | 1 | -1/+1 | |
| | ||||||
* | Fixed issue #28 (again) | Bert Münnich | 2011-11-13 | 1 | -1/+1 | |
| | ||||||
* | Removed target "dist" from Makefile | Bert Münnich | 2011-11-11 | 1 | -9/+0 | |
| | ||||||
* | Fixed issue #28 | Bert Münnich | 2011-11-11 | 1 | -1/+1 | |
| | ||||||
* | Thumbnails only get scaled down, fixed issue #27 | Bert Münnich | 2011-11-05 | 1 | -1/+1 | |
| | ||||||
* | Better fix for issue #25 | Bert Münnich | 2011-11-01 | 1 | -1/+1 | |
| | ||||||
* | Stable version 1.0 | Bert Münnich | 2011-10-31 | 1 | -1/+1 | |
| | ||||||
* | Fixed issue #25: invalid file cnt and sel in thumb mode | Bert Münnich | 2011-10-31 | 1 | -1/+1 | |
| | ||||||
* | Added screen-wise scrolling for thumbnail mode | Bert Münnich | 2011-10-27 | 1 | -1/+1 | |
| | ||||||
* | Fixed handling of gif disposal method (issue #23) | Bert Münnich | 2011-10-17 | 1 | -1/+1 | |
| | ||||||
* | Mention min/max zoom level in config.def.h | Bert Münnich | 2011-10-16 | 1 | -1/+1 | |
| | ||||||
* | Strictly adhere to ANSI-C standard | Bert Münnich | 2011-10-13 | 1 | -2/+2 | |
| | ||||||
* | Use void for empty argument lists | Bert Münnich | 2011-10-12 | 1 | -1/+1 | |
| | ||||||
* | Regard gif disposal method; fix bug #18 | Bert Münnich | 2011-10-11 | 1 | -1/+1 | |
| | ||||||
* | Transformed function macros in util.h to inline functions | Bert Münnich | 2011-09-29 | 1 | -1/+1 | |
| | ||||||
* | Fix layering of small gif frames | Bert Münnich | 2011-09-28 | 1 | -1/+1 | |
| | ||||||
* | Make use of EXIT_* macros (2) | Bert Münnich | 2011-09-26 | 1 | -1/+1 | |
| | ||||||
* | Simplified config.c | Bert Münnich | 2011-09-23 | 1 | -1/+1 | |
| | ||||||
* | Use win_t member in img_t & tns_t instead of parameters | Bert Münnich | 2011-09-17 | 1 | -1/+1 | |
| | ||||||
* | Renamed XLIBS to config, added -D/-l options | Bert | 2011-09-13 | 1 | -6/+6 | |
| | ||||||
* | Much nicer handling of compile-time features | Bert | 2011-09-12 | 1 | -13/+10 | |
| | | | | | - *_SUPPORT enabled in config.h - XLIBS helper app prints lib flags needed for current settings | |||||
* | Made XFLAGS & XLIBS macros only | Bert | 2011-09-12 | 1 | -2/+6 | |
| | ||||||
* | Added dirty flag to img struct | Bert | 2011-09-11 | 1 | -1/+1 | |
| | ||||||
* | List additional features in usage message (-v) | Bert | 2011-09-10 | 1 | -1/+1 | |
| | ||||||
* | Overhauled building | Bert | 2011-09-08 | 1 | -18/+52 | |
| | | | | | | | | - 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 | |||||
* | Avoid conflicting macros | Bert | 2011-09-06 | 1 | -1/+1 | |
| | ||||||
* | Made i(t)_toggle_alpha command work in thumbnail mode too | Bert | 2011-09-04 | 1 | -1/+1 | |
| | ||||||
* | Simplified cursor resetting | Bert | 2011-09-03 | 1 | -1/+1 | |
| | ||||||
* | Data driven timeout handling | Bert | 2011-09-02 | 1 | -1/+1 | |
| | ||||||
* | Added HAVE_GIFLIB macro for optional dependency on giflib | Bert | 2011-08-19 | 1 | -1/+1 | |
| | ||||||
* | Added support for multi-frame images | Bert | 2011-08-19 | 1 | -1/+1 | |
| | ||||||
* | Put event handling back into main.c; events -> commands | Bert | 2011-08-19 | 1 | -1/+1 | |
| | ||||||
* | Uniform thumbnail selection border size | Bert | 2011-08-19 | 1 | -1/+1 | |
| | | | | | - Consistent handling of thumbnails - Makes it easier to select very small thumbnails with mouse | |||||
* | Revised handling of file names & paths | Bert | 2011-08-18 | 1 | -1/+1 | |
| | ||||||
* | Stable version 0.9 | Bert | 2011-08-17 | 1 | -1/+1 | |
| | ||||||
* | Much better drag() | Bert | 2011-08-12 | 1 | -1/+1 | |
| | | | | No more need to pass XEvent* to handler functions | |||||
* | Added -O2 flag to CFLAGS | Bert | 2011-08-05 | 1 | -2/+2 | |
| | ||||||
* | Major code refactoring | Bert | 2011-07-26 | 1 | -2/+2 | |
| | | | | | - 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 | |
| | ||||||
* | Fixed dependency on Makefile & config.h | Bert | 2011-07-17 | 1 | -1/+3 | |
| | ||||||
* | Stable version 0.8.2 | Bert | 2011-06-29 | 1 | -1/+1 | |
| | ||||||
* | Fixed Makefile | Bert | 2011-06-28 | 1 | -1/+1 | |
| | ||||||
* | All timeouts in milliseconds | Bert | 2011-06-28 | 1 | -1/+1 | |
| | ||||||
* | Small refactoring | Bert | 2011-06-24 | 1 | -1/+1 | |
| | ||||||
* | Made Makefile POSIX compliant | Bert | 2011-06-08 | 1 | -18/+12 | |
| | ||||||
* | Fixed mtime cache check on filesystems supporting nsec resolution | Bert | 2011-06-06 | 1 | -1/+1 | |
| | ||||||
* | New mappings: ctrl-[hjkl], pan image one window width/height | Bert | 2011-06-03 | 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 | -1/+1 | |
| |