summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make QRawFont usage safer in a multi-threaded environmentKonstantin Ritt2014-12-133-34/+39
* GL: Make updateTexture invalidate texture on change of texture unitTor Arne Vestbø2014-12-122-4/+53
* Fix incorrect QImage transformation when its devicePixelRatio != 1MihailNaydenov2014-12-121-2/+9
* GL2PaintEngine: centralize logic for updating/preparing texturesTor Arne Vestbø2014-12-112-50/+78
* GL2PaintEngine: Prevent fillInPendingGlyphs from breaking gradientsTor Arne Vestbø2014-12-103-2/+21
* qimage_conversions.cpp: Fix build on big endian systemsDmitry Shachnev2014-12-091-2/+2
* Take ShareOpenGLContexts into account in QOpenGLWindowLaszlo Agocs2014-12-081-0/+6
* Merge "Merge remote-tracking branch 'origin/5.4.0' into 5.4" into refs/stagin...Simon Hausmann2014-12-051-3/+1
|\
| * Merge remote-tracking branch 'origin/5.4.0' into 5.4Simon Hausmann2014-12-051-3/+1
| |\
| | * QOpenGLFramebufferObject: pass sized format also with dynamic GLAndrew Knight2014-12-011-3/+1
* | | Reformat QOpenGL2PaintEngineExPrivate a bit to make it easier to refactorTor Arne Vestbø2014-12-051-19/+14
|/ /
* | Fix loading of web fonts with broken hinting bytecodeAllan Sandfeld Jensen2014-12-042-1/+8
* | FreeType: Fix font rendering with fonts with embedded bitmapsSérgio Martins2014-12-041-2/+4
* | Windows: Bring FreeType rendering up to par with other platformsSérgio Martins2014-12-041-2/+5
* | Collate calls to updateTextureFilter in updateBrushTextureTor Arne Vestbø2014-12-041-4/+5
* | Simplify GL2PaintEngine::updateTextureFilter, it doesn't need targetTor Arne Vestbø2014-12-032-12/+15
* | QFontEngine_FT: Don't check for null after dereferencing.Sérgio Martins2014-12-021-2/+1