summaryrefslogtreecommitdiff
path: root/png.h
Commit message (Collapse)AuthorAgeFilesLines
* Update the copyright yearCosmin Truta2023-01-091-3/+3
|
* Bump version to 1.6.40.gitCosmin Truta2022-11-271-8/+8
|
* Release libpng version 1.6.39v1.6.39Cosmin Truta2022-11-201-9/+9
|
* Bump version to 1.6.39.gitCosmin Truta2022-09-171-8/+8
|
* Release libpng version 1.6.38v1.6.38Cosmin Truta2022-09-141-9/+9
|
* Fix various typosluz paz2022-09-131-2/+2
| | | Found via `codespell -q 3 -S ./ltmain.sh,./scripts/libtool.m4 -L ake,ans,ba,bloc,crashers,doed,inout,lengthh,maked,paeth,parm,parms,redy,unx`
* Update the copyright yearCosmin Truta2022-08-261-3/+3
|
* Update the copyright yearCosmin Truta2021-03-151-3/+3
|
* Update the copyright yearCosmin Truta2020-02-021-3/+3
|
* Bump version to 1.6.38.gitCosmin Truta2019-04-141-8/+8
|
* Release libpng version 1.6.37v1.6.37Cosmin Truta2019-04-141-9/+10
|
* Fix typo in the new v2 licenseMiguel Ojeda2019-04-141-1/+1
| | | | | Signed-off-by: Miguel Ojeda <miguel.ojeda.sandonis@gmail.com> Signed-off-by: Cosmin Truta <ctruta@gmail.com>
* Update the copyright yearCosmin Truta2019-01-191-4/+4
|
* Bump version to 1.6.37.gitCosmin Truta2018-12-301-11/+10
|
* Release libpng version 1.6.36v1.6.36Cosmin Truta2018-12-011-9/+10
|
* Introduce the PNG Reference Library License version 2Cosmin Truta2018-11-251-71/+89
| | | | | | | | | | | | | | | | The new libpng license comprises the terms and conditions from the zlib license, and the disclaimer from the Boost license. The legacy libpng license, used until libpng-1.6.35, is appended to the new license, following the precedent established in the Python Software Foundation License version 2. From now on, the list of contributing authors shall be maintained in a separate AUTHORS file. The lists of previous contributing authors, mentioned in the legacy libpng license and considered to be an integral part of that license, are kept intact, with no further updates.
* 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-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | 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
* Update the documentationCosmin Truta2018-07-291-16/+17
|
* Remove the Y2K compliance statementCosmin Truta2018-07-281-57/+0
| | | | As of July 2018, this statement is no longer necessary.
* Update the export control informationCosmin Truta2018-07-281-19/+20
| | | | Also reformat the license text.
* Bump version to 1.6.36.git and update copyright noticeCosmin Truta2018-07-281-12/+17
|
* Release libpng version 1.6.35Cosmin Truta2018-07-151-8/+8
|
* [libpng16] Replace the remaining uses of png_size_t with size_tCosmin Truta2018-06-171-17/+17
| | | | | | 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-8/+8
|
* [libpng16] Imported from libpng-1.6.35beta01.tarv1.6.35beta01Glenn Randers-Pehrson2018-03-061-7/+7
|
* More misc. typosluz.paz2018-02-091-2/+2
| | | | found via `codespell-q 3` please review
* Misc. typosUnknown2017-11-031-6/+6
| | | 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-12/+12
|
* [libpng16] Imported from libpng-1.6.34.tarv1.6.34Glenn Randers-Pehrson2017-09-291-10/+10
|
* [libpng16] Bump version to 1.6.34beta01Glenn Randers-Pehrson2017-09-281-14/+14
|
* [libpng16] Imported from libpng-1.6.33.tarv1.6.33Glenn Randers-Pehrson2017-09-281-10/+10
|
* [libpng16] Add support for loading images with associated alpha in theGlenn Randers-Pehrson2017-09-231-5/+5
| | | | Simplified API (Samuel Williams).
* [libpng16] Support associated alpha in the simplified apiGlenn Randers-Pehrson2017-09-231-0/+2
|\
| * Add support for loading images with associated alpha.Samuel Williams2017-09-061-0/+2
| |
* | [libpng16] Bump version to 1.6.33rc02Glenn Randers-Pehrson2017-09-201-9/+9
| |
* | [libpng16] Bump version to 1.6.33rc01Glenn Randers-Pehrson2017-09-201-10/+10
| |
* | [libpng16] Bump version to 1.6.33beta04Glenn Randers-Pehrson2017-09-141-8/+8
| |
* | [libpng16] Imported from libpng-1.6.33beta03.tarv1.6.33beta03Glenn Randers-Pehrson2017-09-141-5/+5
|/
* [libpng16] Bump version to 1.6.33beta03Glenn Randers-Pehrson2017-09-021-8/+8
|
* [libpng16] Imported from libpng-1.6.33beta02.tarv1.6.33beta02Glenn Randers-Pehrson2017-09-021-5/+5
|
* [libpng16] Bump version to 1.6.33beta02Glenn Randers-Pehrson2017-08-301-9/+9
|
* [libpng16] Fix "last changed" datesGlenn Randers-Pehrson2017-08-291-5/+5
|
* [libpng16] Bump version to 1.6.33beta01Glenn Randers-Pehrson2017-08-281-5/+5
|
* [libpng16] Bump version to 1.6.33beta01Glenn Randers-Pehrson2017-08-251-12/+12
|
* [libpng16] Imported from libpng-1.6.32.tarv1.6.32Glenn Randers-Pehrson2017-08-241-10/+10
|
* [libpng16] Bump version to 1.6.32rc03Glenn Randers-Pehrson2017-08-221-9/+9
|
* [libpng16] Bump version to 1.6.32rc02Glenn Randers-Pehrson2017-08-221-9/+9
|
* [libpng16] Imported from libpng-1.6.32rc01.tarv1.6.32rc01Glenn Randers-Pehrson2017-08-181-10/+10
|
* [libpng16] Bump version to 1.6.32beta12Glenn Randers-Pehrson2017-08-071-8/+8
|