summaryrefslogtreecommitdiffstats
path: root/src/3rdparty
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-01-29 18:05:37 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-01-30 19:06:32 +0900
commitb64537250370dd61e3d8ba037679bddbc0f79d61 (patch)
tree9531e2d2fb79945ae821a2805079b93697e54734 /src/3rdparty
parentc919740e87c71232b3d2d1335efb2c4c293ff80c (diff)
downloadtqt-b6453725.tar.gz
tqt-b6453725.zip
Add support for surrogate pairs to TQChar API.
This relates to issue #162. The new code is partially taken from Qt4 but with some local rework. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit c5cda03125a6d34c179d968011083bceb87976bd)
Diffstat (limited to 'src/3rdparty')
-rw-r--r--src/3rdparty/libpng/CHANGES2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/libpng/CHANGES b/src/3rdparty/libpng/CHANGES
index d151a41c7..eea6916ee 100644
--- a/src/3rdparty/libpng/CHANGES
+++ b/src/3rdparty/libpng/CHANGES
@@ -828,7 +828,7 @@ version 1.0.8 [July 24, 2000]
version 1.0.9beta1 [November 10, 2000]
Fixed typo in scripts/makefile.hpux
Updated makevms.com in scripts and contrib/* and contrib/* (Martin Zinser)
- Fixed seqence-point bug in contrib/pngminus/png2pnm (Martin Zinser)
+ Fixed sequence-point bug in contrib/pngminus/png2pnm (Martin Zinser)
Changed "cdrom.com" in documentation to "libpng.org"
Revised pnggccrd.c to get it all working, and updated makefile.gcmmx (Greg).
Changed type of "params" from voidp to png_voidp in png_read|write_png().