Home | History | Annotate | Download | only in libpng

Lines Matching full:moved

56   moved png_info_init() to png.c
271 Moved makefiles into a "scripts" directory, and added INSTALL instruction file
326 Moved a misplaced pngrutil code block that truncates tRNS if it has more
345 Moved PNG_WRITE_WEIGHTED_FILTER_SUPPORTED and PNG_WRITE_FLUSH_SUPPORTED
374 Moved png_convert_to_rfc_1123() from pngwrite.c to png.c
518 Moved PNG_FLAG_HAVE_CHUNK_HEADER, PNG_FLAG_BACKGROUND_IS_GRAY and
525 Moved png_get_header_version from png.h to png.c, to accommodate ansi2knr.
527 accommodate making DLL's: Moved usr_png_ver from global variable to function
528 png_get_header_ver() in png.c. Moved png_sig to png_sig_bytes in png.c and
529 eliminated use of png_sig in pngwutil.c. Moved the various png_CHNK arrays
574 Moved PNG_CHNK string macro definitions outside of PNG_NO_EXTERN block
673 PNG_FLAG_HAVE_CHUNK_HEADER was moved into png_ptr->mode in version 1.0.5b
686 Updated references to the zlib home page, which has moved to freesoftware.com.
909 Moved pngasmrd.h into pngconf.h.
935 Moved some error checking from png_handle_IHDR to png_set_IHDR.
1117 Moved generation of libpng.pc from "install" to "all" in 15 makefiles.
1263 Moved the definition of PNG_HEADER_VERSION_STRING near the definitions
1276 Moved projects/visualc6/png32ms.def to scripts/pngw32.def,
1340 Moved "PNG_HANDLE_CHUNK_*" macros out of PNG_INTERNAL section of png.h
1346 Moved "PNG_HANDLE_CHUNK_*" macros out of PNG_ASSEMBLER_CODE_SUPPORTED
1395 Moved handling of BUILD macros from pngconf.h to png.h
1428 Moved test for nonzero gamma outside of png_build_gamma_table() in pngrtran.c
1547 Moved -DPNG_CONFIGURE_LIBPNG into @LIBPNG_DEFINES@
1711 Moved several PNG_HAVE_* macros out of PNG_INTERNAL because applications
2017 Moved misplaced test for malloc failure in png_set_sPLT(). This bug was
2195 Moved local array "chunkdata" from pngrutil.c to the png_struct, so
2273 Added png_check_cHRM_fixed() in png.c and moved checking from pngget.c,
2415 pngconf.h, and moved the various unknown chunk macro definitions
2476 Moved redundant IHDR checking into new png_check_IHDR() in png.c
2520 Moved CMakeLists.txt from scripts into the main libpng directory.
2592 Moved descriptions of makefiles and other scripts out of INSTALL into