summaryrefslogtreecommitdiff
path: root/libpng.3
Commit message (Collapse)AuthorAgeFilesLines
* manuals: Remove references to libpngpf(3); update linksCosmin Truta2022-11-271-25/+15
| | | | | | | | | | From libpng-1.5.0 onwards, the private libpng functions are no longer accessible to the libpng users, and the content of libpngpf(3) is no longer relevant. Update links, introducing the new canonical location of the libpng source repository: https://github.com/pnggroup/libpng
* Release libpng version 1.6.39v1.6.39Cosmin Truta2022-11-201-3/+3
|
* Clean up comments and whitespace characters in source filesCosmin Truta2022-11-201-1/+1
| | | | | | | Remove all remaining "last changed" version info from source comments. (The version control system maintains this information automatically.) Delete the trailing whitespace characters.
* Release libpng version 1.6.38v1.6.38Cosmin Truta2022-09-141-5/+5
|
* Fix typo in libpng manualSamanta Navarro2022-09-131-1/+1
|
* Release libpng version 1.6.37v1.6.37Cosmin Truta2019-04-141-8/+6
|
* Release libpng version 1.6.36v1.6.36Cosmin Truta2018-12-011-5/+9
|
* Some more trivial source typosluz.paz2018-08-191-1/+1
| | | Found via `codespell` and `grep`
* Remove top-level const from function-scope variablesCosmin Truta2018-08-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | As per the const correctness rules, top-level const-ness of data in automatic scopes does not propagate outside of these scopes (unlike const-ness at lower levels, such as pointers to const data). Previously, const was used liberally, but inconsistently across the libpng codebase. Using const wherever applicable is not incorrect. However, _consistent_ use of const is difficult to maintain in such conditions. In conclusion, we shall continue to use const only where doing so is strictly necessary: 1. If a function guarantees that it will not modify an argument passed by pointer, the corresponding function parameter should be a pointer-to-const (const T *). 2. Static data should not be modified, therefore it should be const. Reference: Google C++ Style Guide https://google.github.io/styleguide/cppguide.html#Use_of_const
* Replace the remaining uses of PNG_CONST with constCosmin Truta2018-08-181-1/+1
| | | | | | In v1.6.0, compiler support for const became a requirement. It should be used consistently. To maintain backwards compatibility, PNG_CONST is still maintained in deprecated form.
* Update the documentationCosmin Truta2018-07-291-237/+42
|
* Release libpng version 1.6.35Cosmin Truta2018-07-151-36/+32
|
* [libpng16] Replace the remaining uses of png_size_t with size_tCosmin Truta2018-06-171-12/+12
| | | | | | In v1.6.0, size_t became a required type. It should be used consistently. To maintain backwards compatibility, png_size_t is still maintained in deprecated form.
* [libpng16] Bump version to 1.6.35beta02Glenn Randers-Pehrson2018-03-061-6/+6
|
* [libpng16] Imported from libpng-1.6.35beta01.tarv1.6.35beta01Glenn Randers-Pehrson2018-03-061-6/+6
|
* More misc. typosluz.paz2018-02-091-1/+1
| | | | found via `codespell-q 3` please review
* [libpng16] Update copyright yearGlenn Randers-Pehrson2018-01-071-7/+7
|
* Misc. typosUnknown2017-11-031-3/+3
| | | Some are user facing. Some are in actual code. Most are in source comments. Also, please double check the changes in contrib/tools/pngfix.c
* [libpng16] Bump version to 1.6.35beta01Glenn Randers-Pehrson2017-09-291-7/+7
|
* [libpng16] Imported from libpng-1.6.34.tarv1.6.34Glenn Randers-Pehrson2017-09-291-8/+8
|
* [libpng16] Bump version to 1.6.34beta01Glenn Randers-Pehrson2017-09-281-9/+9
|
* [libpng16] Imported from libpng-1.6.33.tarv1.6.33Glenn Randers-Pehrson2017-09-281-8/+8
|
* [libpng16] Document alpha_mode choices in the man pageGlenn Randers-Pehrson2017-09-231-9/+18
|
* [libpng16] Bump version to 1.6.33rc02Glenn Randers-Pehrson2017-09-201-7/+7
|
* [libpng16] Bump version to 1.6.33rc01Glenn Randers-Pehrson2017-09-201-8/+8
|
* [libpng16] Bump version to 1.6.33beta04Glenn Randers-Pehrson2017-09-141-6/+6
|
* [libpng16] Imported from libpng-1.6.33beta03.tarv1.6.33beta03Glenn Randers-Pehrson2017-09-141-6/+6
|
* [libpng16] Bump version to 1.6.33beta03Glenn Randers-Pehrson2017-09-021-6/+6
|
* [libpng16] Imported from libpng-1.6.33beta02.tarv1.6.33beta02Glenn Randers-Pehrson2017-09-021-6/+6
|
* [libpng16] Bump version to 1.6.33beta02Glenn Randers-Pehrson2017-08-301-8/+8
|
* [libpng16] Bump version to 1.6.33beta01Glenn Randers-Pehrson2017-08-281-6/+6
|
* [libpng16] Bump version to 1.6.33beta01Glenn Randers-Pehrson2017-08-251-8/+8
|
* [libpng16] Imported from libpng-1.6.32.tarv1.6.32Glenn Randers-Pehrson2017-08-241-8/+8
|
* [libpng16] Bump version to 1.6.32rc03Glenn Randers-Pehrson2017-08-221-8/+8
|
* [libpng16] Bump version to 1.6.32rc02Glenn Randers-Pehrson2017-08-221-8/+8
|
* [libpng16] Imported from libpng-1.6.32rc01.tarv1.6.32rc01Glenn Randers-Pehrson2017-08-181-8/+8
|
* [libpng16] Bump version to 1.6.32beta12Glenn Randers-Pehrson2017-08-071-6/+6
|
* [libpng16] Imported from libpng-1.6.32beta11.tarv1.6.32beta11Glenn Randers-Pehrson2017-08-071-6/+6
|
* [libpng16] Bump version to 1.6.32beta11Glenn Randers-Pehrson2017-08-041-6/+6
|
* [libpng16] Imported from libpng-1.6.32beta10.tarv1.6.32beta10Glenn Randers-Pehrson2017-08-041-6/+6
|
* [lbipng16] Fix "const" declaration info_ptr argument to png_get_eXIf_1() and theGlenn Randers-Pehrson2017-08-041-1/+1
| | | | num_exif argument to png_get_eXIf_1() (Github Issue 171).
* [libpng16] Fix "const" declaration info_ptr argument to png_get_eXIf_1().Glenn Randers-Pehrson2017-08-041-6/+10
|
* [libpng16] Bump version to 1.6.32beta10Glenn Randers-Pehrson2017-08-031-6/+6
|
* [libpng16] Bump version to 1.6.32beta09Glenn Randers-Pehrson2017-08-031-6/+6
|
* [libpng16] Imported from libpng-1.6.32beta08.tarv1.6.32beta08Glenn Randers-Pehrson2017-08-031-2/+2
|
* [libpng16] Update manpage about user malloc_max limitGlenn Randers-Pehrson2017-08-021-2/+3
|
* [libpng16] Bump version to 1.6.32beta08Glenn Randers-Pehrson2017-08-021-6/+6
|
* [libpng16] Imported from libpng-1.6.32beta07.tarv1.6.32beta07Glenn Randers-Pehrson2017-08-021-6/+6
|
* [libpng16] Bump version to 1.6.32beta07Glenn Randers-Pehrson2017-08-021-6/+6
|
* [libpng16] Removed png_get_eXIf_1() and png_set_eXIf_1().Glenn Randers-Pehrson2017-08-021-14/+6
|