summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Fix default font properties when using raw fonts for text layoutsEskil Abrahamsen Blomfeldt2019-01-291-4/+5
| | * | testlib: Add BXPASS and BXFAILOliver Wolff2019-01-2910-9/+63
| | * | Doc: Correct minor link issue in qwidget.cppNico Vertriest2019-01-291-2/+1
| | * | Fixups for GL_CONTEXT_LOST in QOpenGLExtensionMatcherDavid Edmundson2019-01-291-2/+11
| | * | macOS: Apply alpha channel to surface format even when non-defaultTor Arne Vestbø2019-01-291-1/+2
| | * | Remove requirement to lock graphics buffer before getting total sizeTor Arne Vestbø2019-01-291-1/+0
| | * | QtOpenGL: Unify license headersKai Koehne2019-01-294-59/+92
| | * | QtConcurrent: Unify license headersKai Koehne2019-01-2920-20/+20
| | * | QtGui: Unify license headersKai Koehne2019-01-2932-197/+274
| | * | Windows/Direct2d QPA: Use nullptrFriedemann Kleint2019-01-2833-283/+289
| | * | Windows QPA: handle pointer messages received during a drag and dropAndre de la Rocha2019-01-281-15/+0
| | * | Android: If there is no surrounding text then don't try to delete itAndy Shaw2019-01-281-0/+4
| | * | Don't enable the input method for the QListView in a QInputDialogAndy Shaw2019-01-281-3/+14
| | * | Prevent QPixmap::load from touching QPixmapCache in non-gui threadsJoni Poikelin2019-01-281-4/+6
| | * | qtlite: Fix build libs with -no-feature-regularexpressionMikhail Svetkin2019-01-277-4/+50
| | * | Add doc note about Qt::MSWindowsFixedSizeDialogHint and High DPIFriedemann Kleint2019-01-271-0/+6
| | * | QColorDialog: Remove flag Qt::MSWindowsFixedSizeDialogHintFriedemann Kleint2019-01-271-1/+1
| | * | SecureTransport: do not set max protocol versionTimur Pocheptsov2019-01-271-12/+4
| | * | Fix QMacStyle QPalette warningSamuel Gaist2019-01-261-1/+1
* | | | Windows configure: Make dynamic opengl the default optionOliver Wolff2019-02-081-5/+5
|/ / /
* | | Wasm: Implement QThread::idealThreadCount()v5.13.0-alpha1Morten Johan Sørvig2019-02-071-0/+5
* | | Wasm: enable thread supportMorten Johan Sørvig2019-02-071-3/+5
* | | Improve ARGB32ToRGBA64 conversionsAllan Sandfeld Jensen2019-02-072-35/+29
* | | wasm: add public API for local file accessMorten Johan Sørvig2019-02-073-0/+97
* | | wasm: add local file access private APIMorten Johan Sørvig2019-02-075-0/+252
* | | wasm: add qstdweb private APIMorten Johan Sørvig2019-02-075-0/+410
* | | Add deprecation exclusion around deprecated calls in deprecated codeFriedemann Kleint2019-02-066-0/+18
* | | Feature 'ocsp' - fix a broken win-64 buildTimur Pocheptsov2019-02-064-2/+78
* | | Switch epilogues of AVX2 conversions to single stepAllan Sandfeld Jensen2019-02-061-79/+79
* | | Windows style, themes: Fix deprecation warningsFriedemann Kleint2019-02-064-18/+20
* | | ibus: allow filterEvent() from QWindowSystemEventHandler::sendEvent()Gatis Paeglis2019-02-061-15/+16
* | | xcb: respect big-request encoding in max request sizeGatis Paeglis2019-02-066-26/+39
* | | QtWidgets: mark QDialog/QFileDialog functions as deprecatedChristian Ehrlicher2019-02-064-8/+26
* | | QtWidgets: mark obsolete functions as deprecatedChristian Ehrlicher2019-02-066-10/+28
* | | Add support for setting the peer verify name via the QNetwork* classesAndy Shaw2019-02-0611-9/+105
* | | QNX QPA: Add support for Qt Virtual KeyboardKarim Pinter2019-02-062-7/+17
* | | Fix convertARGBToARGB32PM_avx2 and convertARGBToRGBA64PM_avx2Allan Sandfeld Jensen2019-02-051-2/+2
* | | QtWidgets/Graphics-/ItemViews: mark obsolete functions as deprecatedChristian Ehrlicher2019-02-0510-7/+38
* | | QtWidgets: replace 0 with \nullptr in documentationChristian Ehrlicher2019-02-0512-88/+90
* | | QtGui documentation: cleanupChristian Ehrlicher2019-02-0515-55/+64
* | | QtWidgets documentation: cleanupChristian Ehrlicher2019-02-0520-114/+104
* | | QAnimationDriver: mark obsolete functions as deprecatedChristian Ehrlicher2019-02-052-3/+6
* | | QtGui: replace 0 with \nullptr in documentationChristian Ehrlicher2019-02-0211-29/+28
* | | QtWidgets: replace 0 with \nullptr in documentationChristian Ehrlicher2019-02-0212-117/+120
* | | QtGui/QPainterPath: mark obsolete functions as deprecatedChristian Ehrlicher2019-02-022-29/+39
* | | QtGui/QPainter: mark obsolete functions as deprecatedChristian Ehrlicher2019-02-024-22/+53
* | | QtGui: mark obsolete QPixmapCache::find() functions as deprecatedChristian Ehrlicher2019-02-0212-30/+54
* | | Enable deprecation warnings by defaultGiuseppe D'Angelo2019-02-022-8/+20
* | | Merge dev into 5.13Paul Wicking2019-02-01135-1081/+3342
|\ \ \
| * | | Schannel: Add ALPN supportMårten Nordheim2019-01-281-2/+93