summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Fix another crash when converting format of buffer-created QImageEirik Aavitsland2015-03-041-0/+8
* Painting: Avoid endless loop for certain bezier curvesEirik Aavitsland2015-03-041-2/+2
* Fix drawing of background for multipage QTextTable cellsJoni Poikelin2015-03-021-8/+31
* Fix crash when converting format of QImage created from bufferEirik Aavitsland2015-02-261-1/+1
* Fix crash in QPainter::drawGlyphRun() when painter is not activeOlivier Blin2015-02-241-0/+5
* Fix a division by zero when processing malformed BMP files.Richard J. Moore2015-02-241-0/+8
* Correct pixel type for depth textures on ESLaszlo Agocs2015-02-201-1/+3
* QGuiApplication: revert b8d0fac5a9 (mouse event handling)Richard Moe Gustavsen2015-02-151-8/+6
* Fix regression in opacity handling of pdf path strokePeter Niekamp2015-02-111-3/+8
* Merge remote-tracking branch 'origin/5.4.1' into 5.4Frederik Gladhorn2015-02-102-4/+5
|\
| * REG: Fix misplaced outline drawn text with native renderingEskil Abrahamsen Blomfeldt2015-02-052-4/+5
* | Qt 5 to-do in qpainterengineex_p.hSamuel Gaist2015-02-071-9/+0
* | Don't crash with invalid QModelIndex or when QTreeWidgetItem is NULL in mimeD...Maks Naumov2015-02-061-12/+11
* | QIcon: Fix that HiDPI image was not found with QRC aliasEike Ziller2015-02-061-6/+6
* | Improve QTextDocument::setPlainText/Html doc related to undo stackSamuel Gaist2015-02-051-2/+3
* | Correct inplace conversion methods from RGBA8888 formatsAllan Sandfeld Jensen2015-02-031-3/+3
* | Partially revert "QFixed: fix undefined behavior"Marc Mutz2015-02-021-1/+1
* | Add some punctuation to QTextCursor's detailed description.Mitch Curtis2015-02-021-5/+5
* | Merge remote-tracking branch 'origin/5.4.1' into 5.4Frederik Gladhorn2015-01-299-60/+153
|\|
| * Make harfbuzz-old fallback available at run-timeEskil Abrahamsen Blomfeldt2015-01-192-8/+13
| * Fix drag and drop regressionGatis Paeglis2015-01-193-1/+16
| * Merge 5.4 into 5.4.1Oswald Buddenhagen2015-01-163-22/+22
| |\
| * | Resolve GLES3 functions from the shared libLaszlo Agocs2015-01-104-51/+124
* | | src/gui/painting/painting.pri: add missing qfixed_p.hMarc Mutz2015-01-241-0/+1
* | | QTextCharFormat: fix word spacing setupMaks Naumov2015-01-231-1/+1
* | | Doc: fix copy/paste error in QTextCharFormat::setFont documentationDavid Faure2015-01-221-1/+1
* | | OS X/iOS: Fix stretched font renderingEskil Abrahamsen Blomfeldt2015-01-221-0/+9
* | | QFontDatabase: Make assert about failed delayed font population more verbose.Friedemann Kleint2015-01-211-1/+1
* | | QFixed: fix undefined behaviorMarc Mutz2015-01-211-21/+21
* | | Safeguard QScreen::refreshRate against buggy platform behaviorGunnar Sletta2015-01-212-3/+11
* | | Doc: Fix typosSze Howe Koh2015-01-191-1/+1
* | | Doc: Remove references to QOpenGLContext::destroy()Sze Howe Koh2015-01-191-6/+8
* | | QTextFormat: fix undefined behaviorMarc Mutz2015-01-191-1/+1
| |/ |/|
* | Doc: verb "to layout" changed to "to lay out"Nico Vertriest2015-01-161-4/+4
* | Fix inlining order of functions in qpathclipper_p.h.Friedemann Kleint2015-01-161-16/+16
* | Fix glyph runs painted badly with perspective transformAllan Sandfeld Jensen2015-01-091-2/+2
|/
* Fix build error with Intel Compiler 15 on WindowsThiago Macieira2015-01-062-0/+4
* JPEG: Fix reading of EXIF orientation.Friedemann Kleint2015-01-061-3/+3
* QRawFont: improve the thread-safety checksGiuseppe D'Angelo2014-12-231-1/+14
* Doc: corrected broken links qtbaseNico Vertriest2014-12-234-11/+7
* Check screen before changing cursorJoni Poikelin2014-12-231-1/+2
* Check for valid receiver before sending gesture events.Jason Haslam2014-12-231-0/+3
* Revert "Fix printing of semitransparent images to PDF"Allan Sandfeld Jensen2014-12-181-3/+1
* Remove unused code from QFontEngineFT.Rafael Roquetto2014-12-182-33/+0
* QPlatformSystemTrayIcon: the timeout is in msecs, not secsDmitry Shachnev2014-12-182-3/+3
* Prevent continuous painting with viewport QOpenGLWidgetLaszlo Agocs2014-12-182-9/+24
* QOpenGLContext: Use static invocation of QGuiApplication::platformNativeInter...Friedemann Kleint2014-12-181-3/+3
* Fix possibly corrupted log clusters when using custom tab stopsEskil Abrahamsen Blomfeldt2014-12-151-0/+5
* Make GL2PaintEngine::drawCachedGlyphs use updateTextureTor Arne Vestbø2014-12-142-32/+13
* Ensure that GL::updateBrushTexture() activates and binds properlyTor Arne Vestbø2014-12-131-8/+18