summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
...
* | | Remove non-existent function from headerLaszlo Agocs2014-03-211-2/+0
* | | Merge remote-tracking branch 'origin/stable' into devSergio Ahumada2014-03-1363-6352/+3199
|\| |
| * | Ensure that QGuiApplication is inited before using QFontDatabaseTor Arne Vestbø2014-03-131-0/+3
| * | Fix custom font substitution list supportKonstantin Ritt2014-03-112-8/+20
| * | Guarantee QPFDB::fontEngine() always return non-multi font engineKonstantin Ritt2014-03-111-5/+4
| * | Fix CJK languages support with HarfBuzz-NGKonstantin Ritt2014-03-101-14/+17
| * | Revert some previously added constexpr in QVector?d classesAlex Blasche2014-03-106-43/+7
| * | Doc: correction link, example and parameter issues qtbaseNico Vertriest2014-03-103-39/+60
| * | Avoid using direct OpenGL calls in gui and widgetsLaszlo Agocs2014-03-1017-334/+438
| * | Use QStringIterator instead of homebrewKonstantin Ritt2014-03-104-44/+24
| * | Android: Support double click eventEskil Abrahamsen Blomfeldt2014-03-103-2/+7
| * | QFontEngineQPA: Get rid of unused externalCMapKonstantin Ritt2014-03-082-17/+6
| * | Make QFontEngineQPA report the TT 'cmap' table supportKonstantin Ritt2014-03-081-4/+8
| * | Fix description of how themes are created (code comments)Fabian Bumberger2014-03-081-4/+5
| * | Make QVector* compile on Win/staticAlex Blasche2014-03-086-3/+11
| * | Improve code readabilityKonstantin Ritt2014-03-081-4/+3
| * | Clarify QOpenGLContext::format() docsLaszlo Agocs2014-03-071-0/+14
| * | Clarify QWindow::format() docsLaszlo Agocs2014-03-071-3/+11
| * | Doc fixPaul Olav Tvete2014-03-061-6/+4
| * | Add optimize_full qmake config optionAllan Sandfeld Jensen2014-03-063-27/+16
| * | Clean up proxy leftovers in gui/openglLaszlo Agocs2014-03-063-16/+0
| * | Fix win32 mkspecsOswald Buddenhagen2014-03-061-1/+1
| * | Make QOpenGLFunctions able to resolve everythingLaszlo Agocs2014-03-063-49/+347
| * | Dynamic GL: Query gl handle and type via the native interfaceLaszlo Agocs2014-03-063-1/+45
| * | 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
* | | MIPS: Fast path for rgb888 to rgb32 conversionAdrian Perez de Castro2014-03-064-1/+121
* | | Also cache totalBoxes if we have HFW/WFHJan Arve Saether2014-03-022-14/+24