summaryrefslogtreecommitdiffstats
path: root/src/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix to detect Thread Execution Scheduling support correctlyOBATA Akio2020-08-041-1/+4
* Remove unwanted code for writing pngOBATA Akio2020-07-181-13/+0
* Change to use PKG_LIBPNG_VER for libpng version checkOBATA Akio2020-07-181-23/+23
* Improved code for keyboard and mouse grabbing and releasing to avoidMichele Calgaro2020-04-291-23/+28
* Removed explicit usage of the 'register' keyword.Michele Calgaro2020-01-3017-168/+168
* Fix crash in tqimage for certain malformed ppm image filesSlávek Banko2019-12-161-1/+1
* Renamed QT_IM_* to TQT_IM_*. This relates to bug 3020.Michele Calgaro2019-06-161-3/+3
* Rename tqt-kde integration to tqt-tde.Slávek Banko2019-06-044-71/+71
* The TDE integration library (libtqtkde) will be searched forgregory guy2019-06-021-5/+1
* Added convenient TQStringVariantMap type and iterators.Michele Calgaro2019-06-011-7/+7