summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Prevent repeated and unnecessary font population QCoreTextFontDatabaseTor Arne Vestbø2014-03-053-0/+13
* Make QFontEngine::type() non-virtualKonstantin Ritt2014-03-056-37/+27
* Get rid of QFontEngine::name()Konstantin Ritt2014-03-055-20/+4
* Optimize QFontEngineMulti::stringToCMap() in case of missing glyphsKonstantin Ritt2014-03-051-15/+7
* Optimize glyph lookups with QFontEngine::glyphIndex(uint)Konstantin Ritt2014-03-058-264/+62
* Merge qfontdatabase_qpa.cpp with qfontdatabase.cppTor Arne Vestbø2014-03-042-475/+416
* Extend QOpenGLFunctions with GL1 functionsLaszlo Agocs2014-03-042-98/+1286
* Don't assume a QBasicDrag will start and end over a QWindowTor Arne Vestbø2014-03-041-3/+2
* Dynamic GL: remove exporting symbolsLaszlo Agocs2014-03-0418-4750/+149
* Fix crash in QSimpleDrag if drag wasn't started over a QWindowTor Arne Vestbø2014-03-041-2/+3
* QTouchDevice Documentation grammar correction.David Fries2014-03-041-1/+1
* Disable 'gsub' table check for AAT fonts on MacKonstantin Ritt2014-03-041-0/+9
* Fix some typosSergio Ahumada2014-03-033-3/+3
* Introduce a generic QFontEngine::canRender() implementationKonstantin Ritt2014-03-036-56/+17
* Introduce QFontEngine::glyphIndex(uint)Konstantin Ritt2014-03-036-0/+83
* Unify QFontEngine*::stringToCMap() behaviorKonstantin Ritt2014-03-033-0/+3
* Fix QFontEngineQPA::recalcAdvances() in case of missing glyphKonstantin Ritt2014-03-031-3/+1
* Make QGlyphLayout consume one byte less per glyphKonstantin Ritt2014-03-032-18/+23
* Hide the justification algorithm implementation detailsKonstantin Ritt2014-03-032-43/+45
* Fix retreiving the 'head' table in QPAGeneratorKonstantin Ritt2014-03-021-5/+3
* Unify QFontEngine::getSfntTableData() behavior on all platformsKonstantin Ritt2014-03-024-5/+23
* Add source to debug output of QMouseEvent.Friedemann Kleint2014-02-281-3/+6
* Add core profile versions of the glyph cache shadersLaszlo Agocs2014-02-282-4/+40
* QPalette: optimize move assignment operatorMarc Mutz2014-02-281-2/+1
* Add missing notify signal for the QWindow::title propertySimon Hausmann2014-02-272-2/+9
* Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Frederik Gladhorn2014-02-271-51/+53
|\
| * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-02-241-51/+53
| |\
| | * Make unicode ranges in font take precedence over codepageEskil Abrahamsen Blomfeldt2014-02-191-51/+53
* | | Use a VAO in the texture glyph cacheLaszlo Agocs2014-02-262-10/+33
* | | Fix glyph texture format on core profileLaszlo Agocs2014-02-261-2/+21
* | | Texture glyph cache: Use a vboLaszlo Agocs2014-02-262-3/+20
* | | Fix a getProcAddress in QOpenGLDebugLogger under Win32 + Desktop GL + ATIGiuseppe D'Angelo2014-02-251-0/+14
* | | HarfBuzz-NG: Hide characters that should normally be invisibleKonstantin Ritt2014-02-251-0/+15
* | | Properly migrate vao helper to dynamic GLLaszlo Agocs2014-02-251-82/+67
* | | Doc: Address some "No documentation for..." QDoc warningsSze Howe Koh2014-02-241-0/+2
|/ /
* | Introducing QOpenGLShaderProgram::create()Gunnar Sletta2014-02-222-1/+24
* | Normalize signal & slot signatures in connectionThiago Macieira2014-02-223-8/+8
* | QPainterPathStroker: make QPen constructor explicitMarc Mutz2014-02-211-1/+1
* | Fix rounding error when creating QT_FT_VectorJorgen Lind2014-02-211-1/+1
* | Expose NPOTTextureRepeat in QOpenGLFunctionsLaszlo Agocs2014-02-211-2/+4
* | Remove QT_OPENGLPROXY_DEBUGLaszlo Agocs2014-02-211-3/+0
* | QTextObject: replace a use of an inefficient QList with QVectorMarc Mutz2014-02-202-3/+3
* | Fix QFontMetrics widthBernd Weimer2014-02-201-1/+1
* | Ensure we switch back to the real paint engine when not emulatingAndy Shaw2014-02-201-3/+3
* | Unify glyph format between QFontEngine and QFontEngineGlyphCacheTor Arne Vestbø2014-02-1914-97/+114
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-182-10/+85
|\ \
| * | Emit updateBlock signal in QTextDocumentLayoutSarunas Valaskevicius2014-02-181-2/+5
| * | Doc: add CLI options for QGuiApplicationLeena Miettinen2014-02-171-8/+80
| |/
* | Optimize generic bilinear interpolation using SSE2Allan Sandfeld Jensen2014-02-171-33/+45
* | Allow QPlatformSystemTrayIcon to create the QPlatformMenuMartin Gräßlin2014-02-175-1/+77