summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove support for Irix, which is discontinued and does not provide a c++17 c...Michele Calgaro2026-02-0519-815/+13
* Don't look up '0-serialized' pointers in TQGDict. This replaces PR #263Michele Calgaro2026-01-211-7/+3
* Remove support for HPUX, which is discontinued and does not provide a c++17 c...Michele Calgaro2026-01-1826-797/+25
* Drop support for Watcom compiler, which is not c++17 compliant.Michele Calgaro2026-01-065-330/+0
* Remove usage of TQ_FULL_TEMPLATE_INSTANTIATION and TQ_DUMMY_COMPARISON_OPERATOR.Michele Calgaro2026-01-0115-63/+1
* Remove usage of TQ_INLINE_TEMPLATES define. inline' is redundant in function ...Michele Calgaro2026-01-018-73/+65
* Remove Q_CANNOT_DELETE_CONSTANT define. We are using c++17 compilers,Michele Calgaro2025-12-292-8/+0
* Remove Q_NO_EXPLICIT_KEYWORD and Q_EXPLICIT macros.Michele Calgaro2025-12-287-28/+7
* Remove Q_NO_BOOL_TYPE define.Michele Calgaro2025-12-284-38/+0
* Remove Q_BROKEN_TEMPLATE_SPECIALIZATION define.Michele Calgaro2025-12-2812-28/+0
* Fix FTBFS caused by typo in previous commitMichele Calgaro2025-12-271-1/+1
* Replace TRUE/FALSE with boolean values true/false - part 10Michele Calgaro2025-12-2789-3062/+3025
* Replace TRUE/FALSE with boolean values true/false - part 9Michele Calgaro2025-12-2674-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
* 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-135-18/+16
* Do not check for expired TQt timers in 'gsourcePrepare' and 'gsourceCheck'Michele Calgaro2025-06-131-10/+14
* 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-134-16/+59
* Extend work on supporting surrogate characters done in commit e0a38072Michele Calgaro2025-02-096-105/+117
* Drop support for discontinued DGUXMichele Calgaro2025-02-055-56/+1
* 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-1211-686/+1
* Remove support for Tru64, OSF and SCO v3.2Michele Calgaro2025-01-0817-448/+19
* Remove support for discontinued Reliant/Sinix unixMichele Calgaro2025-01-083-44/+0
* Remove support for Metrowerks compilerMichele Calgaro2025-01-0814-849/+15
* Drop Borland compiler specific codeMichele Calgaro2025-01-0895-2385/+34
* Rename Q_EXPORT to TQ_EXPORTMichele Calgaro2025-01-0321-119/+119
* Remove unnecessary filesMichele Calgaro2024-12-302-135/+0
* 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
* Fix a missing `if` clause guardOBATA Akio2024-05-231-1/+2
* Fix to compare thread_id with `pthread_equal()`OBATA Akio2024-05-231-1/+1
* Correctly release glib mainloop and gsource, to avoid memory leaksMichele Calgaro2024-05-013-4/+19
* Prevent creation of text codecs when the application is shutting down. This r...Michele Calgaro2024-04-041-34/+74
* TQTextEdit: remove one of two readOnly flagsAlexander Golubev2024-04-032-9/+9
* TQTextEdit: add missing mightStartDrag initializationAlexander Golubev2024-04-031-0/+1
* Improve TQFont-related cleanupAlexander Golubev2024-04-031-1/+1
* Improve TQFont-related cleanupAlexander Golubev2024-04-037-1/+41
* TQFileDialog: cleanup pixmaps before destroying TQApplicationAlexander Golubev2024-03-221-0/+8