| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove support for Irix, which is discontinued and does not provide a c++17 c... | Michele Calgaro | 2026-02-05 | 4 | -117/+0 |
| * | Remove support for HPUX, which is discontinued and does not provide a c++17 c... | Michele Calgaro | 2026-01-18 | 4 | -39/+4 |
| * | Remove usage of TQ_FULL_TEMPLATE_INSTANTIATION and TQ_DUMMY_COMPARISON_OPERATOR. | Michele Calgaro | 2026-01-01 | 6 | -16/+0 |
| * | Remove usage of TQ_INLINE_TEMPLATES define. inline' is redundant in function ... | Michele Calgaro | 2026-01-01 | 2 | -2/+2 |
| * | Remove Q_CANNOT_DELETE_CONSTANT define. We are using c++17 compilers, | Michele Calgaro | 2025-12-29 | 1 | -4/+0 |
| * | Remove Q_NO_EXPLICIT_KEYWORD and Q_EXPLICIT macros. | Michele Calgaro | 2025-12-28 | 1 | -1/+1 |
| * | Replace TRUE/FALSE with boolean values true/false - part 10 | Michele Calgaro | 2025-12-27 | 2 | -5/+5 |
| * | Replace TRUE/FALSE with boolean values true/false - part 8 | Michele Calgaro | 2025-12-14 | 132 | -3800/+3799 |
| * | Fix handling of socket notifier events in gmainloop functions. | Michele Calgaro | 2025-06-18 | 2 | -10/+19 |
| * | Improve X11 'ProcessEvents()' with some code from the equivalent glib version | Michele Calgaro | 2025-06-13 | 1 | -10/+17 |
| * | Explicitly add 'ExcludeTimers' to 'ProcessEvent' enum | Michele Calgaro | 2025-06-13 | 5 | -18/+16 |
| * | Do not check for expired TQt timers in 'gsourcePrepare' and 'gsourceCheck' | Michele Calgaro | 2025-06-13 | 1 | -10/+14 |
| * | Fix usage of condition variable in TQThread which could lead to a thread bein... | Michele Calgaro | 2025-03-23 | 1 | -3/+5 |
| * | Fix editing of text containing surrogate characters. | Michele Calgaro | 2025-02-13 | 2 | -11/+34 |
| * | Extend work on supporting surrogate characters done in commit e0a38072 | Michele Calgaro | 2025-02-09 | 6 | -105/+117 |
| * | Add support for surrogate pairs to TQChar API. | Michele Calgaro | 2025-01-30 | 2 | -11/+9 |
| * | Add support for Unicode surrogate characters and planes above zero. | Michele Calgaro | 2025-01-12 | 7 | -111/+72 |
| * | Drop code for obsolete FreeType 1 | Michele Calgaro | 2025-01-12 | 10 | -680/+1 |
| * | Remove support for Tru64, OSF and SCO v3.2 | Michele Calgaro | 2025-01-08 | 5 | -21/+3 |
| * | Drop Borland compiler specific code | Michele Calgaro | 2025-01-08 | 5 | -27/+2 |
| * | Rename Q_EXPORT to TQ_EXPORT | Michele Calgaro | 2025-01-03 | 1 | -1/+1 |
| * | Make sure to release thread resources back to the OS once the thread completes. | Michele Calgaro | 2024-10-03 | 1 | -0/+1 |
| * | Fix fallover case for TQEvent::MetaCall | Michele Calgaro | 2024-10-01 | 1 | -2/+8 |
| * | Fix possible SEGV if the sender object list was null and thread support enabled | Michele Calgaro | 2024-09-24 | 1 | -13/+19 |
| * | Improve handling of the global post event list in order to minimize possible ... | Michele Calgaro | 2024-08-29 | 3 | -77/+92 |
| * | Added check for tqApp pointer in TQWidget destructor | ormorph | 2024-08-16 | 1 | -2/+2 |
| * | Fix OpenType language definition tags and array access. This resolves issue #171 | Michele Calgaro | 2024-07-21 | 1 | -9/+32 |
| * | Fix to compare thread_id with `pthread_equal()` | OBATA Akio | 2024-05-23 | 1 | -1/+1 |
| * | Correctly release glib mainloop and gsource, to avoid memory leaks | Michele Calgaro | 2024-05-01 | 3 | -4/+19 |
| * | Improve TQFont-related cleanup | Alexander Golubev | 2024-04-03 | 1 | -1/+1 |
| * | Improve TQFont-related cleanup | Alexander Golubev | 2024-04-03 | 6 | -1/+36 |
| * | TQPrinterPrivate: add virtual destructor. | Alexander Golubev | 2024-03-20 | 1 | -0/+3 |
| * | Zero unused data fields in XClientMessageEvent struct | Alexander Golubev | 2024-03-19 | 1 | -1/+1 |
| * | Fix TQThreadStorage destruction in the main thread | Alexander Golubev | 2024-03-18 | 3 | -2/+28 |
| * | Resort includes in ntqt.h | Alexander Golubev | 2024-03-13 | 1 | -5/+5 |
| * | Fix compilation with -no-thread | Alexander Golubev | 2024-03-11 | 3 | -26/+59 |
| * | Fix compilation with -disable-inputmethod and -no-inputmethod | Alexander Golubev | 2024-03-08 | 3 | -5/+15 |
| * | Fix FTBFS with -no-xkb | Alexander Golubev | 2024-03-04 | 1 | -4/+17 |
| * | avoid translating the /qt/XIMInputStyle options when saving into config | Alexander Golubev | 2024-03-02 | 1 | -4/+4 |
| * | Replace QT_STATIC_CONST_* with actual definitions | Michele Calgaro | 2024-02-16 | 3 | -72/+72 |
| * | Replace Q_WS_* defines with TQ_WS_* equivalents | Michele Calgaro | 2024-02-14 | 67 | -568/+568 |
| * | Rename METHOD, SIGNAL, SLOT to TQ_METHOD, TQ_SIGNAL, TQ_SLOT | Michele Calgaro | 2023-12-31 | 21 | -222/+222 |
| * | Add support for HistoryBackButton and HistoryForwardButton | Mavridis Philippe | 2023-12-17 | 3 | -12/+21 |
| * | Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERN | Michele Calgaro | 2023-09-14 | 104 | -397/+397 |
| * | Replace various Q_* and QT_* defines with TQ_* and TQT_* | Michele Calgaro | 2023-09-07 | 13 | -153/+153 |
| * | Revert "Add single TQObject root parent for all guarded pointers." | Michele Calgaro | 2023-06-13 | 1 | -2/+1 |
| * | Add single TQObject root parent for all guarded pointers.r14.1.0 | Michele Calgaro | 2023-02-13 | 1 | -1/+2 |
| * | Rename ENABLE_QSTYLECONTROLELEMENTDATA_SLOW_COPY in ENABLE_TQSTYLECONTROLELEM... | Michele Calgaro | 2022-04-30 | 1 | -3/+3 |
| * | Remove deprecated glib2 function calls g_thread_get_initialized(), g_thread_i... | gregory guy | 2021-06-18 | 1 | -7/+8 |
| * | Fix buffer overflow in XBM parser. | Slávek Banko | 2020-10-16 | 1 | -7/+32 |