summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Move min left/right bearing calculations to QFontEngine baseclassTor Arne Vestbø2015-09-026-64/+86
* Declare StandardButton & ButtonRole types for cross-thread use.Samuel Nevala2015-08-312-0/+7
* Document handleWindowSystemEvent()Morten Johan Sørvig2015-08-271-0/+13
* Implement threaded synchronous WS eventsMorten Johan Sørvig2015-08-272-8/+26
* Make flushWindowSystemEvents return ev. acceptedMorten Johan Sørvig2015-08-273-4/+19
* Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Simon Hausmann2015-08-2712-120/+267
|\
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-08-2612-120/+267
| |\
| | * QRasterPaintEngine: Don't detach QImageSérgio Martins2015-08-251-3/+3
| | * Fix regression in reading certain compressed bmp imagesAndy Shaw2015-08-201-3/+3
| | * Doc: remove type() reference from QApplication and QGuiApplicationJulien Brianceau2015-08-181-2/+1
| | * Fix potential SIGFPEs in QRasterizer::rasterizeLine()Joni Poikelin2015-08-181-14/+14
| | * Fix shortcuts with keypad keysAlexander Volkov2015-08-182-9/+7
| | * Do not add GLSL line statements for old driversLaszlo Agocs2015-08-171-5/+12
| | * Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/5.5Oswald Buddenhagen2015-08-123-57/+167
| | |\
| | | * Merge remote-tracking branch 'origin/5.4' into 5.5Oswald Buddenhagen2015-07-173-57/+167
| | | |\
| | | | * Better handling of invalid font tables5.4Eskil Abrahamsen Blomfeldt2015-07-103-57/+167
| | | | * Check for integer overflows in places where qAllocMore is usedMikhail Lappo2015-06-191-0/+2
| | * | | Fix out-of-buffer read on image upscaleAllan Sandfeld Jensen2015-08-101-1/+4
| | * | | Always return grayscale indexed8 from QImage::alphaChannel()Allan Sandfeld Jensen2015-08-091-3/+4
| | * | | Improve readability of QTextLine's handling of (negative) right bearingTor Arne Vestbø2015-08-071-26/+55
* | | | | Optimize set color component in RGBA64Allan Sandfeld Jensen2015-08-271-9/+9
* | | | | QPlatformFileDialogHelper::cleanFilterList(): Allow for ',' in glob.Friedemann Kleint2015-08-271-1/+2
|/ / / /
* | | | Doc: Fix QDoc warnings for QOpenGLFunctions and QOpenGLExtraFunctionsTopi Reinio2015-08-261-75/+90
* | | | Harmonize input context selectionBernd Weimer2015-08-252-30/+15
* | | | Fix module reference in license headerLouai Al-Khanji2015-08-252-2/+2
* | | | Fix double initialization of QRgba64 with C++14Allan Sandfeld Jensen2015-08-241-23/+24
* | | | QInputEvent: document that timestamp() is in millisecondsShawn Rutledge2015-08-241-0/+2
* | | | Doc: Remove invalid uses of \relates commandTopi Reinio2015-08-191-1/+0
* | | | Merge dev into 5.6Oswald Buddenhagen2015-08-1714-289/+203
|\ \ \ \
| * | | | OSX FreeType: Add support for sub pixel font rendering.Sérgio Martins2015-08-141-0/+1
| * | | | Move setter for QFont::HintingPreference to QFontEngineFT.Andreas Hartmetz2015-08-142-6/+27
| * | | | Call sendWindowSystemEvents() on deferred flushMorten Johan Sørvig2015-08-131-1/+1
| * | | | Propagate keyboard event accept statusMorten Johan Sørvig2015-08-133-7/+8
| * | | | Propagate event accepted state to platform pluginsMorten Johan Sørvig2015-08-132-3/+7
| * | | | Add QPlatformWindow::windowFrameGeometry()Morten Johan Sørvig2015-08-132-0/+9
| * | | | Make QT_SCALE_FACTOR work on WaylandMorten Johan Sørvig2015-08-131-1/+2
| * | | | Remove type punning from QRgba64.Erik Verbruggen2015-08-111-49/+68
| * | | | Move Q_ALWAYS_INLINE next to Q_NEVER_INLINE in qglobal.h.Erik Verbruggen2015-08-111-3/+0
| * | | | OSX: Add initial FreeType supportMathias Hasselmann2015-08-111-1/+18
| * | | | Fix repremultiply from RGB64 to RGB30Allan Sandfeld Jensen2015-08-113-218/+62
* | | | | Fix -Wcast-qual warningsThiago Macieira2015-08-132-2/+2
* | | | | Fix warning about unused local variablesThiago Macieira2015-08-121-2/+1
|/ / / /
* | | | Merge "Merge remote-tracking branch 'origin/5.5' into dev" into refs/staging/devTimur Pocheptsov2015-08-0925-64/+363
|\ \ \ \
| * | | | Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-08-0625-64/+363
| |\| | |
| | * | | Fix shortcut handling with modifiersFrederik Gladhorn2015-08-053-2/+26
| | * | | Allow sharing contexts in QOpenGLTexture::destroy()Laszlo Agocs2015-08-041-2/+3
| | * | | fix build with no built-in image handlersOswald Buddenhagen2015-08-034-4/+1
| | * | | Don't expose qt_setQtEnableTestFont(bool) by defaultKonstantin Ritt2015-07-311-6/+11
| | * | | Default implementation for QPlatformFontDatabase::fallbacksForFamily()Konstantin Ritt2015-07-312-8/+46
| | * | | [QFontDatabase] Defer the fallback families list initializationKonstantin Ritt2015-07-312-20/+22