summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
...
* Check for WindowActivation capability instead of platformJohan Klokkhammer Helsing2018-03-062-1/+2
* Document QFont::PreferNoShaping as being since 5.10Sergio Martins2018-03-051-1/+1
* Fix docs of QTextDocument::find with regards to default case sensitivitySimon Hausmann2018-03-051-3/+3
* Add needsWorkaround for additional Adreno targetsHerman van Hazendonk2018-03-011-2/+6
* Update the Unicode BiDi algorithm to be compliant with Unicode 10Lars Knoll2018-02-282-522/+873
* Fix ligature handling in QTextLine::cursorToX()Lars Knoll2018-02-281-1/+2
* Silence a GCC 8 warning in qpainterVille Voutilainen2018-02-281-2/+2
* Silence a GCC 8 warning in qoutlinemapperVille Voutilainen2018-02-281-1/+1
* xcb: re-factor QXcbKeyboard::updateKeymap() to remove various fallbacksGatis Paeglis2018-02-242-37/+1
* doc: improve QPlatformIntegration::possibleKeys() documentationGatis Paeglis2018-02-221-4/+5
* opengl: Bail if cached shader fails to loadAntonio Larrosa2018-02-212-9/+19
* xcb: Fix -geometry argument for platformName with arguments or fallbacksJohan Klokkhammer Helsing2018-02-201-4/+4
* Support multiple entries in the Qt platform plugin stringJohan Klokkhammer Helsing2018-02-201-27/+40
* Add Wayland in the documentation for QGuiApplication::platformNameJohan Klokkhammer Helsing2018-02-191-0/+2
* Fix incorrect documentation for -platform, QT_QPA_PLATFORM and friendsJohan Klokkhammer Helsing2018-02-191-5/+5
* Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-153-3/+10
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-02-022-8/+30
| |\
| * \ Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-291-0/+2
| |\ \
| * \ \ Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-264-11/+11
| |\ \ \
| * \ \ \ Merge "Merge remote-tracking branch 'origin/5.9' into 5.10" into refs/staging...Liang Qi2018-01-242-2/+3
| |\ \ \ \
| | * \ \ \ Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-242-2/+3
| | |\ \ \ \
| * | | | | | Fix a crash when QMovie::speed is set to 0Val Doroshchuk2018-01-241-1/+7
| * | | | | | Don't set no_clang_integrated_as for the disabled pixman asm on clang/mingwMartin Storsjö2018-01-241-1/+1
| |/ / / / /
| * | | | | Fix resize event flood when moving windows with High DPI scalingFriedemann Kleint2018-01-231-1/+2
| * | | | | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-192-12/+14
| |\ \ \ \ \
* | \ \ \ \ \ Merge "Merge remote-tracking branch 'origin/5.9' into 5.11" into refs/staging...Liang Qi2018-02-1411-32/+59
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-1411-32/+59
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| | * | | | | | QSimpleDrag: Fix mouse release coords for delayed event transmissionEike Hein2018-02-012-8/+30
| | | |_|_|_|/ | | |/| | | |
| | * | | | | Do not allow empty selectionsBogDan Vatra2018-01-271-0/+2
| | | |_|_|/ | | |/| | |
| | * | | | Do a static_cast in bit-blasts that are UBVille Voutilainen2018-01-254-11/+11
| | | |_|/ | | |/| |
| | * | | Support for Q_OS_ANDROID_EMBEDDED and android-embedded build flagsOtto Ryynänen2018-01-201-2/+2
| | * | | Enable glyph cache workaround for Mali-T880Tero Alamäki2018-01-191-0/+1
| | | |/ | | |/|
| | * | Doc: Mention exact Qt version the third party attributions apply toKai Koehne2018-01-191-2/+3
| | * | configure: express dependency of fontconfig on freetype more clearlyOswald Buddenhagen2018-01-181-9/+4
| | * | configure: inline D3D11_QUERY_DATA_TIMESTAMP_DISJOINT testOswald Buddenhagen2018-01-181-1/+7
* | | | Fix creation of RGB texture with QOpenGLTexture/Qt3D on OpenGL ES 2.0David Crémoux2018-02-141-0/+2
|/ / /
* | | Fix typosJarek Kobus2018-02-133-3/+3
* | | Doc: Fix links to QFontMetrics::width() overloadsAaron Linville2018-02-131-2/+2
* | | Merge remote-tracking branch 'origin/dev' into 5.11Liang Qi2018-02-1017-78/+190
|\ \ \
| * | | Unalias some core drawhelper loopsAllan Sandfeld Jensen2018-02-062-63/+67
| * | | QLineEdit: implement quick text selection by mouseElvis Angelaccio2018-02-036-1/+47
| * | | Support for LTTNG and ETW tracingRafael Roquetto2018-01-284-0/+31
| * | | Fix broken rendering of RGB30 and ARGB32 on machines with AVX2Allan Sandfeld Jensen2018-01-271-2/+2
| * | | QListWidgetItem/QStandardItem: pass role to dataChanged() signalChristian Ehrlicher2018-01-263-8/+28
| * | | Improve debug formatting of QInputMethodQueryEventFriedemann Kleint2018-01-241-4/+15
* | | | QPlatformWindow: add startSystemMove()Alexander Volkov2018-02-042-0/+20
* | | | doc: Add tests of Q_CLANG_QDOCMartin Smith2018-02-032-6/+6
* | | | Skip QWSIF::WindowScreenChanged events if the screen is unchangedFriedemann Kleint2018-02-021-0/+2
|/ / /
* | | doc: Fix many qdoc warnings, mostly missing return typesMartin Smith2018-01-245-32/+11
* | | QTextItemInt: replace 0 with nullptrAnton Kudryavtsev2018-01-221-6/+18