Minor bugfix changes
Added newfound IconFamily project link
Fixed compile issue
Fixed uncertain data types
icns is now a fully standalone library
Added make test files from original branch
Finished 1,4,8 bit read support, started write ...
Added icnsinfo utility
Fixed problem with 64-bit big endian read
Fixed dynamic library build issues on OS X
Updated naming conventions, moved jp2000 stuff ...
data type size debug test
Updated TODO
Removed ALL Apple Copyrighted stuff, replaced w...
Finished icns_write_family_to_file. Write suppo...
Started jasper jp2 decoder
Fixed missing icns_utils.c
Minor bugfixes
Merged with source from icns2png '0.6' fork. Pr...
Prepped for standalone icns library
Remove oddly placed cast
Added support to toggle debug/openjpeg from Mak...
Finished RLE encoder, minor bugfixes
More work on jasper decoder - still nonfunctional
Fixed dual sizeof error
Established icns type naming conventions, added...
Updated endian handling, enhanced error handlin...
Added CHANGELOG and versioning info
Fixed bug with make install
Broke down source into libicns / icns2png, mino...
Restructuring to seperate library from utils
Added more write support (SetIcnsElementForIcns...
Release 0.1.1 for bugfixes
Fixed numerous bugs, added many error checks
Made memory error reporting more consistent
Moved jp2 decoding routines into icns.c for bet...
Fixed dual sizeof error 2nd try
Added TODO for developers wanting to help
Fixed macbinary read error, other bugfixes
Finished up write struct support
Added support to icns2png for additional icon s...
Improved error handling messages
Created RLE compression function, but problems ...
Fixed DEVNOTES ^M issues
Added routines for unaligned memory access
Post-merge reimplementation of pabs3's changes
Fixed commit of bugged SVN client
Added to write support (RemoveIcnsElementFromIc...
Updated README in preperation for release
Minor bugfix to icontainer2icns
Merged apple_* into icns.h for more sensible po...
Minor bugfixes, moved refs/derefs out of Endian...
Fixed missing icns_internals.h
Several bugfixes
byteswap routines to be replaced with endian.h ...
Minor textual changes for consistency
Fixed compatibility_version in Makefile for Darwin
jasper decoding routing finished (Note libjaspe...
Added additional tests to 'make test'
Moved paths to config section of Makefile
Updated TODO
Added function for pulling single image from fa...
Yun Zheng Hu - OS X Makefile,getopts
Added byte reading check debug
Enhanced endian detection, split icns.c (2500+ ...
Merged with tree from http://code.google.com/p/...
Fixed bug with RLE data < 128px
Several bugfixes, configure link against jasper...
More minor bugfixes
Merged info functionality into icns2png, enhanc...
More restructuring - broken for now
More minor bugfixes with write support
Debianizing source tree
More restructuring - still broken
added debian doc-base
Consistent use of LGPL v2.1 in library source h...
more debian changes
Fixed munged pointer issue, minor change to deb...
more debian fixes
More work on the iContainer decoder
Added fix for SF ID: 2991016 [png_set_expand_gr...
First stage of new icontainer parser.
Fixed symbols file
Moved library-only definitions to internal header
Added html api documentation
Code to add CDEF block
Removed icns2png dependency on internal functions
Added missing Makefile.inc
Exhanced build for Mac OS X systems
Updated changelogs
Debianizing source tree
Several bugfixes, more work on v2 icontainer ex...
Fixed Debian copyright, per lintian
Finished debainization
Added support for extracting icons little endia...
Fixed extern in global - SF Bug 2139996
icns2png now fully supports odrp and other vari...
Updated README
Fix link against jasper in Makefile
Some bugfixes, clarifications