summaryrefslogtreecommitdiffstats
path: root/src/kernel
Commit message (Expand)AuthorAgeFilesLines
* Fix buffer overflow in XBM parser.Slávek Banko2021-02-021-7/+32
* Fix `qt_xft_handle` to work as expectedOBATA Akio2021-02-021-1/+1
* Fix MIT_SHM related conditionOBATA Akio2021-02-021-1/+5
* Fix to detect Thread Execution Scheduling support correctlyOBATA Akio2021-02-021-1/+4
* Remove unwanted code for writing pngOBATA Akio2021-02-021-13/+0
* Change to use PKG_LIBPNG_VER for libpng version checkOBATA Akio2021-02-021-23/+23
* Improved code for keyboard and mouse grabbing and releasing to avoidMichele Calgaro2021-02-021-23/+28
* Removed explicit usage of the 'register' keyword.Michele Calgaro2021-02-0117-168/+168
* Fix crash in tqimage for certain malformed ppm image filesSlávek Banko2019-12-181-1/+1
* The TDE integration library (libqtkde) will be searched forgregory guy2019-06-021-5/+1
* Added convenient QStringVariantMap type and iterators.Michele Calgaro2019-06-011-7/+7
* Adjusted to latest QVariant::QVariant(bool) function.Michele Calgaro2019-05-273-8/+5
* bmp image: check for out of range image size.Slávek Banko2019-03-031-0/+2
* Check for QImage allocation failure in qasyncimageio.Slávek Banko2019-03-031-3/+6
* Add the definition _WANT_SEMUN to ensure the definition of the semun structure.Slávek Banko2019-02-161-0/+1
* Removed some obsolete code related to Qt1.Michele Calgaro2018-10-213-98/+0
* Always build with a clean namespaceMichele Calgaro2018-09-258-39/+0
* Revert "QT_THREAD_SUPPORT -> TQT_THREAD_SUPPORT conversion to align to update...Michele Calgaro2018-09-1817-213/+213
* QT_THREAD_SUPPORT -> TQT_THREAD_SUPPORT conversion to align to updated admin ...Michele Calgaro2018-09-1817-213/+213
* Fix FTBFS with stricter C++11Slávek Banko2018-08-191-4/+4
* Add brightness keys supportRoman Savochenko2017-07-304-0/+25
* Added safety harness for currentThreadObject() usage.Michele Calgaro2015-07-192-7/+25
* Fix security issue CVE-2015-1860Slávek Banko2015-05-231-0/+2
* Fix security issue CVE-2015-0295Slávek Banko2015-03-091-0/+6
* Fix security issue CVE-2014-0190Slávek Banko2015-03-091-1/+6
* Fix typo in CEF structure definitionTimothy Pearson2014-11-221-1/+1
* Properly polish QPopupMenu widgetsTimothy Pearson2014-11-211-1/+1
* Fix undefined behaviour in TQClipboardWatcher::formatTimothy Pearson2014-10-042-9/+9
* Fix dpi detection when using xft2François Andriot2014-09-161-1/+18
* Fix crash in TQTranslatorFrançois Andriot2014-09-161-1/+1
* Fixed warning message if QMetaObjectCleanUp::setMetaObject is invoked twice.Michele Calgaro2014-08-181-1/+1
* Revert "Fixed warning message if QMetaObjectCleanUp::setMetaObject is invoked...Michele Calgaro2014-08-181-1/+1
* Fixed warning message if QMetaObjectCleanUp::setMetaObject is invoked twice.Michele Calgaro2014-08-181-1/+1
* Refresh control element data structures before executing style object event h...Timothy Pearson2014-08-071-6/+15
* Fixed "TQApplication::postEvent: Unexpected null receiver" warning message. T...Michele Calgaro2014-07-301-3/+3
* Fix overwriting memory for an application iconSlávek Banko2014-05-193-8/+9
* Fix DnD crash when source is not presentTimothy Pearson2014-04-231-1/+1
* Add slow QStyleControlElementData copy constructor for use with pythonTimothy Pearson2013-12-222-0/+68
* Repair performance regression accidentally introduced with new style APITimothy Pearson2013-12-225-41/+111
* Add end-of-file newlines.Darrell Anderson2013-11-301-1/+1
* Wake up the correct event loop when an event is posted to TQApplicationTimothy Pearson2013-11-252-15/+20
* Revert "Update minor TQt3 tool names to match current TQt3 sources in GIT"Slávek Banko2013-11-082-2/+2
* Update minor TQt3 tool names to match current TQt3 sources in GITTimothy Pearson2013-11-072-2/+2
* Clean up prior commitTimothy Pearson2013-11-042-6/+8
* Add threading debug spew when QT_DEBUG is setTimothy Pearson2013-11-035-8/+52
* Fix memory leak on widget destruction after certain style method accessesTimothy Pearson2013-10-171-0/+1
* Fix prior commitTimothy Pearson2013-08-151-0/+3
* Fix crash on exit when application does not use session managementTimothy Pearson2013-08-151-2/+6
* Private headers moved out from public include directorySlávek Banko2013-08-141-1/+1
* Fix a minor valgrind warningTimothy Pearson2013-08-082-19/+27