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-0116-164/+164
* 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
* 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
* Fix FTBFS with stricter C++11Slávek Banko2018-08-191-4/+4
* Add brightness keys supportRoman Savochenko2017-07-304-0/+25
* Fix undefined behaviour in TQClipboardWatcher::formatTimothy Pearson2015-12-152-9/+9
* Fix dpi detection when using xft2François Andriot2015-12-151-1/+18
* Fix crash in TQTranslatorFrançois Andriot2015-12-151-1/+1
* Fixed warning message if QMetaObjectCleanUp::setMetaObject is invoked twice.Michele Calgaro2015-12-151-1/+1
* Fixed "TQApplication::postEvent: Unexpected null receiver" warning message. T...Michele Calgaro2015-12-151-3/+3
* Fix overwriting memory for an application iconSlávek Banko2015-12-153-8/+9
* Fix DnD crash when source is not presentTimothy Pearson2015-12-151-1/+1
* Fix prior commitTimothy Pearson2015-12-151-0/+3
* Fix crash on exit when application does not use session managementTimothy Pearson2015-12-151-2/+6
* Allow TQApplication objects to be constructed without a session managerTimothy Pearson2015-12-152-14/+64
* Fix security issue CVE-2015-1860Slávek Banko2015-12-131-0/+2
* Fix security issue CVE-2015-0295Slávek Banko2015-12-131-0/+6
* Fix security issue CVE-2014-0190Slávek Banko2015-12-131-1/+6
* Fix spelling mistakesv3.5.13.2Darrell Anderson2013-05-081-1/+1
* Fix ARGB mode stippled focus rectangle showing underlying window contentsTimothy Pearson2013-05-042-6/+21
* Fix corrupted titlebar icons in subwindows of ARGB applicationsTimothy Pearson2013-05-031-3/+37
* Fix a number of threading problems and crashesTimothy Pearson2013-04-252-18/+37
* Add 0084 compositing patch from RedHatTimothy Pearson2013-04-201-12/+20
* Fix Qt input method failureTimothy Pearson2013-04-202-7/+7
* Fix fatal X11 errors when both external display and command arguments are pro...Timothy Pearson2013-04-161-11/+19
* Properly set WM_CLASS atom even if Display pointer was passed to TQApplicationTimothy Pearson2013-04-132-2/+8
* Verify desktop widget screen number before applying size changesTimothy Pearson2013-01-131-7/+20
* Ensure that a valid DPI is always setTimothy Pearson2012-12-121-5/+10
* Fix build warningsv3.5.13.1Timothy Pearson2012-08-047-48/+51
* Fix xrandr resize event failing on some systemsTimothy Pearson2012-06-021-20/+21
* Fix potential crash when Qt3 is used as part of another application due to mu...Timothy Pearson2012-06-021-1/+2
* Fix TQPainter::drawWinFocusRectTimothy Pearson2012-06-023-5/+15
* Initialize X11 threading when Qt threading is enabledTimothy Pearson2012-06-021-0/+6
* Fix Qt3 builds with libpng15Timothy Pearson2012-06-021-3/+111
* Apply qtkdeintegration patches to Qt3v3.5.13Timothy Pearson2011-10-064-0/+314
* Fix Qt3 libjpeg silent crash if compiled library version does not match the s...Timothy Pearson2011-09-271-3/+3
* Fix Qt3 compilation against new libpng versionsTimothy Pearson2011-09-121-0/+14
* Add new emitResizedSignal method to QDesktopWidgetTimothy Pearson2011-08-231-0/+2
* Increase size of internal shared double buffer to accommodate larger screens ...Timothy Pearson2011-08-191-0/+16
* Revert delayed init commit as it won't work the way I intendedTimothy Pearson2011-08-102-103/+0