summaryrefslogtreecommitdiffstats
path: root/src/kernel/qfontengine_x11.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Extend work on supporting surrogate characters done in commit e0a38072Michele Calgaro2025-02-091-36/+22
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 486aa07930e7b6e900f77e64726c8cc4110511d8)
* Add support for surrogate pairs to TQChar API.Michele Calgaro2025-01-301-9/+8
| | | | | | | | 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)
* Add support for Unicode surrogate characters and planes above zero.Michele Calgaro2025-01-121-40/+43
| | | | | | | | | | If the selected font supports the required characters, the text will be displayed correctly. If the selected font does not support such characters, empty boxes will be displayed in place of the expected text. Part of the code changes comes from Qt4 code. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit e0a38072cf48a6819a5cd788588267f3441d9d6a)
* Drop code for obsolete FreeType 1Michele Calgaro2025-01-121-190/+0
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit ccd304b2a6415d8b747d04b3a47736d1e6f45717)
* Fix OpenType language definition tags and array access. This resolves issue #171Michele Calgaro2024-07-211-9/+32
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 14c414378d96f7463b989384f4a0e5dd76632b6d)
* Replace Q_WS_* defines with TQ_WS_* equivalentsMichele Calgaro2024-02-141-2/+2
| | | | | | | | | | | | | This is the first part of the replacement process. Usage of Q_WS_* has been replaced with the equivalent TQ_WS_*. Definition of Q_WS_* has been mirrored into TQ_WS_* defines, to allow TDE code to continue building till replacement is carried over to all other modules. Once that is completed, the original Q_WS_* defines will be removed. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 67bff2edcacb208dc44dcd521386bef686dc6dbf)
* QT_NO_* -> TQT_NO_* renaming.Michele Calgaro2018-10-171-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Automated conversion from qt3Timothy Pearson2012-02-281-51/+51
|
* Automated update from Qt3Timothy Pearson2012-02-131-50/+50
|
* Update to latest tqt3 automated conversionTimothy Pearson2012-01-261-10/+10
|
* Sync againTimothy Pearson2011-12-051-4/+4
|
* Sync with latest scriptTimothy Pearson2011-12-051-4/+4
|
* Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731Timothy Pearson2011-11-081-0/+2724