summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge translation files from master branch.r14.1.4Slávek Banko2025-04-177-1/+2025
* 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-135-17/+60
* Extend work on supporting surrogate characters done in commit e0a38072Michele Calgaro2025-02-096-105/+117
* Drop support for discontinued DGUXMichele Calgaro2025-02-0511-233/+5
* 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-1212-710/+2
* Remove support for Tru64, OSF and SCO v3.2Michele Calgaro2025-01-0834-1213/+37
* Remove support for discontinued Reliant/Sinix unixMichele Calgaro2025-01-0811-424/+3
* Remove support for Metrowerks compilerMichele Calgaro2025-01-0825-2704/+18
* Drop Borland compiler specific codeMichele Calgaro2025-01-08120-3469/+45
* Rename Q_EXPORT to TQ_EXPORTMichele Calgaro2025-01-0342-166/+166
* Remove unnecessary filesMichele Calgaro2024-12-302-135/+0
* Merge translation files from master branch.r14.1.3Slávek Banko2024-10-144-2/+2
* 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
* Remove commercial site content and documentationNik Reist2024-05-166-380/+4
* Correctly release glib mainloop and gsource, to avoid memory leaksMichele Calgaro2024-05-013-4/+19
* Merge translation files from master branch.r14.1.2Slávek Banko2024-04-1813-484/+2564
* 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
* examples/canvas: fix some memory leaksAlexander Golubev2024-03-222-9/+22
* TQPrintDialog: cleanup data requested from libcupsAlexander Golubev2024-03-211-0/+5
* inputmethods/xim: fix incorrect fontset ref countingAlexander Golubev2024-03-211-3/+4
* 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
* Fix a small memory leak in xim pluginAlexander Golubev2024-03-161-4/+6
* gitignore: add a couple more testsAlexander Golubev2024-03-161-0/+3
* Add explicit declaration TQChar&TQCharRef default constructor/destructorAlexander Golubev2024-03-161-0/+12
* Resort includes in ntqt.hAlexander Golubev2024-03-131-5/+5
* ./configure: turn thread support on by defaultAlexander Golubev2024-03-111-1/+0
* Avoid setting CONFIG=thread in qmake.confAlexander Golubev2024-03-115-5/+5
* Fix compilation with -no-threadAlexander Golubev2024-03-114-27/+61
* Fix up mkspecs/linux-g++-32/qplatformdefs.hAlexander Golubev2024-03-101-0/+7
* Fix compilation with -disable-inputmethod and -no-inputmethodAlexander Golubev2024-03-084-5/+18
* Fix FTBFS with -no-xkbAlexander Golubev2024-03-041-4/+17