Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Multiply i_navigate argument with number prefix | Bert Münnich | 2011-10-16 | 1 | -0/+2 |
| | |||||
* | Fixed pixel-wise panning by chaning x, y vars to float | Bert Münnich | 2011-10-16 | 2 | -11/+11 |
| | |||||
* | Added i_set_zoom command: set zoom to number prefix | Bert Münnich | 2011-10-16 | 3 | -2/+10 |
| | |||||
* | Pan by pixel count, if number prefix given | Bert Münnich | 2011-10-16 | 4 | -10/+25 |
| | |||||
* | Added support for number prefix for commands | Bert Münnich | 2011-10-16 | 4 | -10/+21 |
| | |||||
* | Mention min/max zoom level in config.def.h | Bert Münnich | 2011-10-16 | 2 | -2/+4 |
| | |||||
* | Updated contact information | Bert Münnich | 2011-10-14 | 13 | -13/+13 |
| | |||||
* | 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 | 8 | -35/+26 |
| | |||||
* | Use void for empty argument lists | Bert Münnich | 2011-10-12 | 7 | -23/+23 |
| | |||||
* | Regard gif disposal method; fix bug #18 | Bert Münnich | 2011-10-11 | 2 | -6/+8 |
| | |||||
* | Made zoomdiff an inline function | Bert Münnich | 2011-09-29 | 1 | -4/+8 |
| | |||||
* | Made all conditionals more precise | Bert Münnich | 2011-09-29 | 8 | -234/+236 |
| | |||||
* | Transformed function macros in util.h to inline functions | Bert Münnich | 2011-09-29 | 7 | -24/+35 |
| | |||||
* | 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 |
| |