summaryrefslogtreecommitdiffstats
path: root/src
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-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
* TQPrintDialog: cleanup data requested from libcupsAlexander Golubev2024-03-211-0/+5
* 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-185-2/+47
* Fix TQString::sprintf() not calling va_end() in case of bad cformatAlexander Golubev2024-03-171-4/+3
* Add explicit declaration TQChar&TQCharRef default constructor/destructorAlexander Golubev2024-03-161-0/+12
* 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-084-5/+18
* Fix FTBFS with -no-xkbAlexander Golubev2024-03-041-4/+17
* Fix FTBFS with -no-stlAlexander Golubev2024-03-041-0/+2
* avoid translating the /qt/XIMInputStyle options when saving into configAlexander Golubev2024-03-021-4/+4
* Fix FTBFS with -qt-sql-sqlite3Alexander Golubev2024-02-291-0/+5
* Remove original Q_WS_* definesMichele Calgaro2024-02-201-11/+0
* Replace QT_STATIC_CONST_* with actual definitionsMichele Calgaro2024-02-168-99/+86
* Replace Q_WS_* defines with TQ_WS_* equivalentsMichele Calgaro2024-02-14126-863/+874
* Rename METHOD, SIGNAL, SLOT to TQ_METHOD, TQ_SIGNAL, TQ_SLOTMichele Calgaro2023-12-3178-1008/+1008
* Fix potential buffer overflow in debug functions.Slávek Banko2023-12-261-3/+3
* Add support for HistoryBackButton and HistoryForwardButtonMavridis Philippe2023-12-173-12/+21
* Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODev...r14.1.1Michele Calgaro2023-09-241-9/+9
* Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERNMichele Calgaro2023-09-14301-921/+921