summaryrefslogtreecommitdiffstats
path: root/src/kernel
Commit message (Expand)AuthorAgeFilesLines
* Remove usage of TQ_FULL_TEMPLATE_INSTANTIATION and TQ_DUMMY_COMPARISON_OPERATOR.Michele Calgaro2026-01-016-16/+0
* Remove usage of TQ_INLINE_TEMPLATES define. inline' is redundant in function ...Michele Calgaro2026-01-012-2/+2
* Remove Q_CANNOT_DELETE_CONSTANT define. We are using c++17 compilers,Michele Calgaro2025-12-291-4/+0
* Remove Q_NO_EXPLICIT_KEYWORD and Q_EXPLICIT macros.Michele Calgaro2025-12-281-1/+1
* Replace TRUE/FALSE with boolean values true/false - part 10Michele Calgaro2025-12-272-5/+5
* Replace TRUE/FALSE with boolean values true/false - part 8Michele Calgaro2025-12-14132-3800/+3799
* 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-132-11/+34
* Extend work on supporting surrogate characters done in commit e0a38072Michele Calgaro2025-02-096-105/+117
* Add support for surrogate pairs to TQChar API.Michele Calgaro2025-01-302-11/+9
* Add support for Unicode surrogate characters and planes above zero.Michele Calgaro2025-01-127-111/+72
* Drop code for obsolete FreeType 1Michele Calgaro2025-01-1210-680/+1
* Remove support for Tru64, OSF and SCO v3.2Michele Calgaro2025-01-085-21/+3
* Drop Borland compiler specific codeMichele Calgaro2025-01-085-27/+2
* Rename Q_EXPORT to TQ_EXPORTMichele Calgaro2025-01-031-1/+1
* 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 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
* Improve TQFont-related cleanupAlexander Golubev2024-04-031-1/+1
* Improve TQFont-related cleanupAlexander Golubev2024-04-036-1/+36
* TQPrinterPrivate: add virtual destructor.Alexander Golubev2024-03-201-0/+3
* Zero unused data fields in XClientMessageEvent structAlexander Golubev2024-03-191-1/+1
* Fix TQThreadStorage destruction in the main threadAlexander Golubev2024-03-183-2/+28
* Resort includes in ntqt.hAlexander Golubev2024-03-131-5/+5
* Fix compilation with -no-threadAlexander Golubev2024-03-113-26/+59
* Fix compilation with -disable-inputmethod and -no-inputmethodAlexander Golubev2024-03-083-5/+15
* Fix FTBFS with -no-xkbAlexander Golubev2024-03-041-4/+17
* avoid translating the /qt/XIMInputStyle options when saving into configAlexander Golubev2024-03-021-4/+4
* Replace QT_STATIC_CONST_* with actual definitionsMichele Calgaro2024-02-163-72/+72
* Replace Q_WS_* defines with TQ_WS_* equivalentsMichele Calgaro2024-02-1467-568/+568
* Rename METHOD, SIGNAL, SLOT to TQ_METHOD, TQ_SIGNAL, TQ_SLOTMichele Calgaro2023-12-3121-222/+222
* Add support for HistoryBackButton and HistoryForwardButtonMavridis Philippe2023-12-173-12/+21
* Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERNMichele Calgaro2023-09-14104-397/+397
* Replace various Q_* and QT_* defines with TQ_* and TQT_*Michele Calgaro2023-09-0713-153/+153
* Revert "Add single TQObject root parent for all guarded pointers."Michele Calgaro2023-06-131-2/+1
* Add single TQObject root parent for all guarded pointers.r14.1.0Michele Calgaro2023-02-131-1/+2
* Rename ENABLE_QSTYLECONTROLELEMENTDATA_SLOW_COPY in ENABLE_TQSTYLECONTROLELEM...Michele Calgaro2022-04-301-3/+3
* Remove deprecated glib2 function calls g_thread_get_initialized(), g_thread_i...gregory guy2021-06-181-7/+8
* Fix buffer overflow in XBM parser.Slávek Banko2020-10-161-7/+32
* Fix `qt_xft_handle` to work as expectedOBATA Akio2020-08-081-1/+1
* Fix MIT_SHM related conditionOBATA Akio2020-08-061-1/+5