Home | History | Annotate | Download | only in libpng

Lines Matching refs:all

63   put all the configurable stuff in pngconf.h
127 allow PNG file to be read when some or all of file signature has already
129 of info_struct and invalidates all programs that use a shared libpng****
139 - all chunk handling routines have the same prototypes, so we will
140 be able to handle all chunks via a callback mechanism
157 removed all implicit variable tests which assume NULL == 0 (I think)
173 renamed pngrcb.c to pngset.c, and all png_read_<chunk> functions to be
201 all configurable options can be selected from command-line instead
220 changed all references to RFC1152 to read RFC1123 and changed the
237 added type casting to all png_malloc() function calls
239 Added type casts and parentheses to all returns that return a value.(Tim W.)
407 Removed trailing blanks from all files.
453 Changed leading blanks to tabs in all makefiles.
526 Removed all global arrays (according to PNG_NO_GLOBAL_ARRAYS macro), to
542 Remove all the new declarations with #ifdef/#endif when
582 Option to eliminate all floating point support was added. Some new
743 Added PNG_LEGACY_SUPPORTED macro, and #ifdef out all new (since version
748 the high-level interface, and unknown chunks support (all new in 1.0.6).
770 Added PNGAPI macro, and added it to the definitions of all exported functions.
864 Revised pnggccrd.c to get it all working, and updated makefile.gcmmx (Greg).
944 Changed all instances of memcpy, strcpy, and strlen to png_memcpy, png_strcpy,
1029 Removed type casts from all NULLs.
1066 Added install-static to all makefiles that make shared libraries.
1075 Added install-shared target to all makefiles that make shared libraries.
1117 Moved generation of libpng.pc from "install" to "all" in 15 makefiles.
1167 Added libpng.pc and libpng-config to "all:" target in 16 makefiles.
1629 Check all exported functions for NULL png_ptr.
2005 Reject attempt to set all-zero cHRM values.
2160 Updated all configure files to autoconf-2.62
2207 Changed all remaining "chunkdata" to "png_ptr->chunkdata" in
2218 Changed "-Wall" to "-W -Wall" in the CFLAGS in all makefiles (Cosmin Truta)
2277 check for all-zero coordinates that is detected by the triangle check.
2320 this will not work on platforms where the NULL pointer is not all zeroes.
2477 and report all errors found in the IHDR data.
2503 Converted all PNG_NO_* tests to PNG_*_SUPPORTED everywhere except pngconf.h