summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove usage of TQ_FULL_TEMPLATE_INSTANTIATION and TQ_DUMMY_COMPARISON_OPERATOR.r14.1.xMichele Calgaro5 days43-182/+2
* Remove usage of TQ_INLINE_TEMPLATES define. inline' is redundant in function ...Michele Calgaro5 days13-139/+123
* configure: use POSIX-compliant syntax for sedAlexander Golubev7 days1-1/+1
* Remove Q_CANNOT_DELETE_CONSTANT define. We are using c++17 compilers,Michele Calgaro8 days3-12/+0
* Remove Q_NO_EXPLICIT_KEYWORD and Q_EXPLICIT macros.Michele Calgaro9 days13-55/+13
* Remove Q_NO_BOOL_TYPE define.Michele Calgaro9 days8-115/+0
* Remove BSD g++ 3.4 spec since such old version does not provide a c++17 compilerMichele Calgaro9 days2-82/+0
* Remove Q_BROKEN_TEMPLATE_SPECIALIZATION define.Michele Calgaro9 days24-56/+0
* Replace TRUE/FALSE with boolean values true/false - part 11 (for R14.1.x only)Michele Calgaro10 days11-95/+85
* Fix FTBFS caused by typo in previous commitMichele Calgaro10 days1-1/+1
* Replace TRUE/FALSE with boolean values true/false - part 10Michele Calgaro10 days90-3064/+3027
* Add detection of supported c++ standards and require c++17.Michele Calgaro11 days1-2/+33
* Replace TRUE/FALSE with boolean values true/false - part 9Michele Calgaro11 days74-1538/+2682
* Replace TRUE/FALSE with boolean values true/false - part 8Michele Calgaro2025-12-14135-3804/+3803
* Replace TRUE/FALSE with boolean values true/false - part 7Michele Calgaro2025-12-0753-1481/+1479
* Replace TRUE/FALSE with boolean values true/false - part 6Michele Calgaro2025-12-0536-1119/+1119
* Replace TRUE/FALSE with boolean values true/false - part 5Michele Calgaro2025-12-0522-1066/+1066
* Replace TRUE/FALSE with boolean values true/false - part 4Michele Calgaro2025-11-26571-5292/+5292
* Amend to previous 'replace TRUE/FALSE' commitr14.1.5Michele Calgaro2025-07-314-10/+10
* Replace TRUE/FALSE with boolean values true/false - part 3Michele Calgaro2025-07-31292-2627/+2627
* Replace TRUE/FALSE with boolean values true/false - part 2Michele Calgaro2025-07-08201-1552/+1549
* Replace TRUE/FALSE with boolean values true/false - part 1Michele Calgaro2025-06-25219-3290/+3289
* Fix handling of socket notifier events in gmainloop functions.Michele Calgaro2025-06-182-10/+19
* Improve X11 'ProcessEvents()' with some code from the equivalent glib versionMichele Calgaro2025-06-131-10/+17
* Explicitly add 'ExcludeTimers' to 'ProcessEvent' enumMichele Calgaro2025-06-137-23/+23
* Do not check for expired TQt timers in 'gsourcePrepare' and 'gsourceCheck'Michele Calgaro2025-06-131-10/+14
* Update readme to reflect the change from TQt3 to TQtMichele Calgaro2025-05-222-26/+16
* Add missing templates for translations.Slávek Banko2025-05-074-0/+8232
* Merge translation files from master branch.r14.1.4Slávek Banko2025-04-177-1/+2025
* Fix usage of condition variable in TQThread which could lead to a thread bein...Michele Calgaro2025-03-231-3/+5
* Fix editing of text containing surrogate characters.Michele Calgaro2025-02-135-17/+60
* Extend work on supporting surrogate characters done in commit e0a38072Michele Calgaro2025-02-096-105/+117
* Drop support for discontinued DGUXMichele Calgaro2025-02-0511-233/+5
* Add support for surrogate pairs to TQChar API.Michele Calgaro2025-01-307-58/+82
* Fix FTBFS with gcc 15. This resolves issue #214Michele Calgaro2025-01-302-2/+2
* Add support for Unicode surrogate characters and planes above zero.Michele Calgaro2025-01-127-111/+72
* Drop code for obsolete FreeType 1Michele Calgaro2025-01-1212-710/+2
* Remove support for Tru64, OSF and SCO v3.2Michele Calgaro2025-01-0834-1213/+37
* Remove support for discontinued Reliant/Sinix unixMichele Calgaro2025-01-0811-424/+3
* Remove support for Metrowerks compilerMichele Calgaro2025-01-0825-2704/+18
* Drop Borland compiler specific codeMichele Calgaro2025-01-08120-3469/+45
* Rename Q_EXPORT to TQ_EXPORTMichele Calgaro2025-01-0342-166/+166
* Remove unnecessary filesMichele Calgaro2024-12-302-135/+0
* Merge translation files from master branch.r14.1.3Slávek Banko2024-10-144-2/+2
* Make sure to release thread resources back to the OS once the thread completes.Michele Calgaro2024-10-031-0/+1
* Fix fallover case for TQEvent::MetaCallMichele Calgaro2024-10-011-2/+8
* Fix possible SEGV if the sender object list was null and thread support enabledMichele Calgaro2024-09-241-13/+19
* Improve handling of the global post event list in order to minimize possible ...Michele Calgaro2024-08-293-77/+92
* Added check for tqApp pointer in TQWidget destructorormorph2024-08-161-2/+2
* Fix OpenType language definition tags and array access. This resolves issue #171Michele Calgaro2024-07-211-9/+32