ChangeLog
Upload User: wmy0603
Upload Date: 2022-05-02
Package Size: 1808k
Code Size: 2k
Development Platform:

Visual C++

  1. 2010-03-22 Matěj Týč <bubla@users.sf.net>
  2. * src-IL/src/il_utility.c: Added missing breaks to a switch statement
  3. 2010-03-11  Matěj Týč <bubla@users.sf.net>
  4. * include/IL/il*.h: Corrected typos that prevented compilation
  5. 2010-03-02  Matěj Týč <bubla@users.sf.net>
  6. * all sorts of files: Changed _IL.._BUILD_LIBRARY to
  7. IL.._BUILD_LIBRARY since _ prefixed stuff is reserved for the compiler
  8. 2010-02-23  Matěj Týč <bubla@users.sf.net>
  9. * m4/, lib/, configure.ac: Added support for gnulib's visibility
  10. module, MSVC support module and prepared for the havelib module
  11. * src-IL/src/il_png.c, il_icon.c: Fixed calling of function
  12. png_set_gray_1_2_4_to_8() to png_set_expand_gray_1_2_4_to_8() in order
  13. to conform to the latest libpng v 1.4
  14. 2010-02-19  Matěj Týč <bubla@users.sf.net>
  15. * src-IL/src/il_dicom.c: Applied patch fixing issue # 2908728
  16. * src-IL/src/il_png.c: Updated call of png_check_sig() to
  17. png_sig_cmp() (png14 compatibility issue)
  18. * il*_internal.h: Moved the _BUILDING_IL*_LIBRARY to a #define if
  19. #defined HAVE_CONFIG_H
  20. * m4/devil-definitions.m4: Added pkg-config support when checking for
  21. libpng
  22. * src-ILUT/src/*.c: Removed DDS (DXTC)-related code since it used
  23. internal IL functions.
  24. * SVN repo: Added some forgotten files to the SVN repo
  25. 2010-01-09  Matěj Týč <bubla@users.sf.net>
  26. * include/IL/{il,ilu,ilut}.h: Slightly changed syntax of the ILAPI
  27. macro
  28. * m4/devil-{definitions,api-checks}.m4: Greatly improved tests for
  29. libraries in terms of reliability
  30. * m4/devil-*.m4: Changed shell scripts code so that DevIL can now
  31. build on OpenBSD (generally on non-bash shells)
  32. * build-aux/gen_ptr_defines.sh, autogen.sh: Moved code that is
  33. supposed to generate ptr_defines.h to the autoreconf section of the
  34. build process
  35. * src-IL/src/il_stack.c: Put a gettext funcion into conditional code
  36. * src-IL/src/il_internal.c: Added some logging, substituted generic
  37. types with DevIL typedefs
  38. * src-ILUT/src/... : Corrected some old errors coming from earlier
  39. refactoring