summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Replace various Q_* and QT_* defines with TQ_* and TQT_*Michele Calgaro2023-09-0736-317/+317
* Drop attic Qt2 classes (TQtMultiLineEdit and TQtTableView)Michele Calgaro2023-07-076-7128/+0
* SunOS res_ninit() requires a clean structureDenis Kozadaev2023-06-151-0/+2
* Revert "Add single TQObject root parent for all guarded pointers."Michele Calgaro2023-06-131-2/+1
* Enable use of pthread's recursive mutexesBobby Bingham2023-06-021-190/+6
* Fix level when using pthreads recursive mutexBobby Bingham2023-05-231-16/+12
* 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
* SGI style: enable complex widget renderingMavridis Philippe2022-04-241-1/+1
* Use empty d->cString for TQString::shared_null instead of null string.Slávek Banko2022-03-221-2/+2
* Avoid changes of d->cString for TQString::shared_null to make the value relia...Slávek Banko2022-03-221-4/+13
* Removed QT_NON_COMMERCIAL check and related code.Michele Calgaro2022-02-071-8/+0
* tools: fix to use `pthread_t` for Thread IDOBATA Akio2021-12-281-10/+10
* Remove deprecated glib2 function calls g_thread_get_initialized(), g_thread_i...gregory guy2021-06-181-7/+8
* Add unicode points so that upper() and lower() functions work for:Ray-V2021-04-141-964/+981
* Return TQT_NO_WORKSPACE setting, according to TQT_MODULE_WORKSPACE,Slávek Banko2021-03-301-0/+3
* Fixed broken Q_FULL_TEMPLATE_INSTANTIATION define (renamed to TQ_FULL_TEMPLAT...Michele Calgaro2021-02-132-7/+7
* Fix buffer overflow in XBM parser.Slávek Banko2020-10-161-7/+32
* Removed additional code formatting modelines.Michele Calgaro2020-09-252-14/+0
* Fix FTBFS with compiler's options(gcc): -Werror=format-security -Wformatgregory guy2020-09-221-3/+3
* Removed code formatting modelines.Michele Calgaro2020-09-191-5/+0
* 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
* Improve modern res API available conditionOBATA Akio2020-07-091-1/+1
* Fixed minor typo in H file include names.Michele Calgaro2020-05-231-1/+1
* Removed obsolete Qt2's TQStack class and replaced with TQt3's TQPtrStack.Michele Calgaro2020-05-232-31/+0
* Improved code for keyboard and mouse grabbing and releasing to avoidMichele Calgaro2020-04-291-23/+28
* Remove dates from generated files.Slávek Banko2020-03-202-8/+4
* Removed explicit usage of the 'register' keyword.Michele Calgaro2020-01-3044-404/+404