aboutsummaryrefslogtreecommitdiff
path: root/image.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixed compilation with giflib version 4.2.1Bert Münnich2013-01-041-5/+5
|
* Fixed issue #74, conditional compilation of gif supportBert Münnich2012-12-271-1/+7
|
* Smaller minimum gif delay, fixed issue #71Bert Münnich2012-10-291-1/+1
|
* Simplified zoomdiff functionBert Münnich2012-08-161-7/+1
|
* Corrected zoom level handlingBert Münnich2012-08-161-8/+17
|
* New commands: fit to the window's height/widthbaskerville2012-07-191-3/+14
|
* Slightly refactored flippingBert Münnich2012-05-061-14/+11
|
* Added horizontal and vertical flip commandsbaskerville2012-05-061-0/+20
|
* Already in the year 2012Bert Münnich2012-02-151-1/+1
|
* Added own exif tag handling in files exif.[ch]Bert Münnich2012-02-151-0/+31
|
* Added text bar on bottom of windowBert Münnich2012-02-121-2/+0
|
* Removed exif support; made gif support non-optionalBert Münnich2012-02-111-67/+3
|
* Removed slideshow supportBert Münnich2012-02-111-3/+1
|
* Fixed issue #32: wrong antialias setting after it_shell_cmdBert Münnich2011-12-171-1/+1
|
* Fixed issue #28 (again)Bert Münnich2011-11-131-6/+8
|
* Fixed issue #28Bert Münnich2011-11-111-8/+6
|
* Fixed handling of gif disposal method (issue #23)Bert Münnich2011-10-171-2/+8
|
* Fixed pixel-wise panning by chaning x, y vars to floatBert Münnich2011-10-161-8/+8
|
* Pan by pixel count, if number prefix givenBert Münnich2011-10-161-5/+18
|
* Updated contact informationBert Münnich2011-10-141-1/+1
|
* Strictly adhere to ANSI-C standardBert Münnich2011-10-131-3/+2
|
* Regard gif disposal method; fix bug #18Bert Münnich2011-10-111-5/+7
|
* Made zoomdiff an inline functionBert Münnich2011-09-291-4/+8
|
* Made all conditionals more preciseBert Münnich2011-09-291-29/+31
|
* Transformed function macros in util.h to inline functionsBert Münnich2011-09-291-2/+2
|
* Fix layering of small gif framesBert Münnich2011-09-281-6/+6
|
* Added STREQ macroBert Münnich2011-09-261-2/+2
|
* Use win_t member in img_t & tns_t instead of parametersBert Münnich2011-09-171-74/+80
|
* 270/90 = 3Daniel2011-09-141-1/+1
|
* Much nicer handling of compile-time featuresBert2011-09-121-11/+12
| | | | | - *_SUPPORT enabled in config.h - XLIBS helper app prints lib flags needed for current settings
* Added own bool typeBert2011-09-111-84/+85
|
* Added dirty flag to img structBert2011-09-111-28/+67
|
* Added slideshow supportBert2011-09-101-2/+3
|
* Strict conformance to IEEE Std 1003.1-2001Bert2011-09-081-0/+2
|
* Added EXIF_SUPPORT macro for optional dependency on libexifBert2011-09-081-25/+32
|
* Added EXIF auto-orientationBert2011-09-081-1/+47
|
* Overhauled buildingBert2011-09-081-4/+4
| | | | | | | | - 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-061-10/+8
|
* Removed useless zl_cnt variableBert2011-09-061-5/+3
|
* Reformated license headerBert2011-09-031-11/+11
|
* Unified feature test macro requirementsBert2011-09-031-2/+2
|
* Mention origin of img_load_gif() in commentBert2011-08-201-0/+3
|
* Added command to toggle gif animationsBert2011-08-191-11/+7
|
* Added support for gif animationBert2011-08-191-29/+75
|
* Added HAVE_GIFLIB macro for optional dependency on giflibBert2011-08-191-1/+11
|
* Refactored img_load_gif()Bert2011-08-191-39/+61
| | | | | - Corrected handling of transparency settings for individual frames - Corrected handling of different frame dimensions & offsets
* Added support for multi-frame imagesBert2011-08-191-0/+176
|
* Corrected FSF address in license headersBert2011-08-181-7/+7
|
* Revised handling of file names & pathsBert2011-08-181-4/+4
|
* Renamed scroll() to pan_screen()Bert2011-08-051-5/+5
|