aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Added i_set_zoom command: set zoom to number prefixBert Münnich2011-10-163-2/+10
|
* Pan by pixel count, if number prefix givenBert Münnich2011-10-164-10/+25
|
* Added support for number prefix for commandsBert Münnich2011-10-164-10/+21
|
* Mention min/max zoom level in config.def.hBert Münnich2011-10-162-2/+4
|
* Updated contact informationBert Münnich2011-10-1413-13/+13
|
* Fix TV_ADD_MSEC macroBert Münnich2011-10-131-2/+2
|
* Strictly adhere to ANSI-C standardBert Münnich2011-10-138-35/+26
|
* Use void for empty argument listsBert Münnich2011-10-127-23/+23
|
* Regard gif disposal method; fix bug #18Bert Münnich2011-10-112-6/+8
|
* Made zoomdiff an inline functionBert Münnich2011-09-291-4/+8
|
* Made all conditionals more preciseBert Münnich2011-09-298-234/+236
|
* Transformed function macros in util.h to inline functionsBert Münnich2011-09-297-24/+35
|
* Fix layering of small gif framesBert Münnich2011-09-282-7/+7
|
* Fix include for ssize_tBert Münnich2011-09-261-0/+1
|
* Added STREQ macroBert Münnich2011-09-265-6/+8
|
* Make use of EXIT_* macros (2)Bert Münnich2011-09-262-4/+4
|
* Merge commit '3a81af4'Bert Münnich2011-09-264-12/+12
|\
| * make use of EXIT_ macrosrck2011-09-264-12/+12
| |
* | Simplified config.cBert Münnich2011-09-232-27/+19
|/
* Use win_t member in img_t & tns_t instead of parametersBert Münnich2011-09-177-135/+150
|
* 270/90 = 3Daniel2011-09-141-1/+1
|
* Updated docBert2011-09-131-13/+15
|
* Renamed XLIBS to config, added -D/-l optionsBert2011-09-134-30/+52
|
* Updated screenshot to reflect new title barBert2011-09-121-0/+0
|
* Much nicer handling of compile-time featuresBert2011-09-128-57/+73
| | | | | - *_SUPPORT enabled in config.h - XLIBS helper app prints lib flags needed for current settings
* Shortened additional features sectionBert2011-09-121-17/+10
|
* Removed Makefile.netbsdBert2011-09-121-4/+0
|
* Made XFLAGS & XLIBS macros onlyBert2011-09-122-9/+8
|
* Added own bool typeBert2011-09-1113-452/+454
|
* Added dirty flag to img structBert2011-09-113-29/+69
|
* Added slideshow supportBert2011-09-1010-35/+136
|
* List additional features in usage message (-v)Bert2011-09-103-15/+26
|
* Strict conformance to IEEE Std 1003.1-2001Bert2011-09-088-38/+64
|
* Added screenshots to README.mdBert2011-09-083-0/+13
|
* Added feature overview to README.mdBert2011-09-081-1/+16
|
* Updated docBert2011-09-081-7/+11
|
* Fixed exif-only typo in tns_load()Bert2011-09-081-1/+1
|
* Added section "Additional features" to README.mdBert2011-09-081-3/+30
|
* Added EXIF_SUPPORT macro for optional dependency on libexifBert2011-09-082-30/+42
|
* Added EXIF auto-orientationBert2011-09-082-1/+56
|
* Overhauled buildingBert2011-09-085-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 possibleBert2011-09-063-16/+15
|
* Removed useless zl_cnt variableBert2011-09-061-5/+3
|
* Avoid conflicting macrosBert2011-09-064-11/+15
|
* Fixed title-update in thumb modeBert2011-09-041-1/+1
|
* Made i(t)_toggle_alpha command work in thumbnail mode tooBert2011-09-046-10/+15
|
* Reformated license headerBert2011-09-0313-143/+143
|
* Fixed pointer-to-int-cast warnings on x86_64Bert2011-09-031-3/+3
|
* Fixed remove_file()Bert2011-09-031-5/+5
|
* Simplified cursor resettingBert2011-09-034-44/+48
|