summaryrefslogtreecommitdiffstats
path: root/src/kernel/tqscriptengine.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove TQ_INLINE_TEMPLATES define.remove/tq-inline-template-defineMichele Calgaro33 hours1-1/+1
| | | | | | inline' is redundant in function template definitions, except for specific template specialization Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace TRUE/FALSE with boolean values true/false - part 8Michele Calgaro2025-12-081-37/+37
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Extend work on supporting surrogate characters done in commit e0a38072Michele Calgaro2025-02-091-5/+16
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add support for Unicode surrogate characters and planes above zero.Michele Calgaro2025-01-121-5/+3
| | | | | | | | | 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>
* Rename private q* headers into equivalent tq*Michele Calgaro2024-09-131-0/+1622
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>