summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * | wasm: support setting the font DPI from JSMorten Johan Sørvig2019-05-135-0/+46
| | * | Merge "Merge remote-tracking branch 'origin/5.12' into 5.13" into refs/stagin...Liang Qi2019-05-1319-36/+192
| | |\ \
| | | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-1219-36/+192
| | | |\|
| | | | * Reset QWidget's winId when backing window surface is destroyedTor Arne Vestbø2019-05-111-0/+6
| | | | * QSharedPointer: fix threadsafety docsGiuseppe D'Angelo2019-05-111-8/+13
| | | | * Android: Fix wrong height of text editor context menu in some localesVova Mshanetskiy2019-05-101-1/+4
| | | | * QAndroidInputContext: Fix start value of Cursor attribute in longPress()Vova Mshanetskiy2019-05-101-1/+1
| | | | * Add unvectorized fallback in case FP exceptions are not maskedAllan Sandfeld Jensen2019-05-101-0/+18
| | | | * Make moc grok binary literals with digit separatorsVille Voutilainen2019-05-101-1/+2
| | | | * macOS: Deliver geometry changes when content view changes frameTor Arne Vestbø2019-05-101-3/+5
| | | | * macOS: Don't clip menu item drawing to bounding rect when using CoreTextTor Arne Vestbø2019-05-101-2/+5
| | | | * Work around VS2015/17 bitset + qfloat16.h compiler bugKeith Kyzivat2019-05-102-0/+17
| | | | * macOS: Implement QCALayerBackingStore::toImage()Tor Arne Vestbø2019-05-102-0/+16
| | | | * Add missing backslash to kmsconvenience.proLaszlo Agocs2019-05-091-1/+1
| | | | * Update CLDR version in attributionEdward Welbourne2019-05-091-1/+1
| | | | * Windows QPA: Improve debug messagesFriedemann Kleint2019-05-093-17/+66
| | | | * ANGLE: Backport fix for compilation on mingw/64bit with clangMartin Storsjö2019-05-082-1/+37
| | * | | doc: clang reported two fake declarations to be the sameMartin Smith2019-05-132-3/+3
| | * | | macOS: Track screens via Quartz Display Services instead of NSScreenTor Arne Vestbø2019-05-139-185/+204
| | |/ /
* | | | QContiguousCache: add noexceptGiuseppe D'Angelo2019-05-151-2/+2
* | | | QPrintSupport: do not bypass a base class' virtualGiuseppe D'Angelo2019-05-152-3/+1
* | | | QFontMetricsF: add noexceptGiuseppe D'Angelo2019-05-151-2/+2
|/ / /
* | | QTableView: replace QLinkedList with std::listMarc Mutz2019-05-142-21/+22
* | | QFontEngine: replace QLinkedList with std::listMarc Mutz2019-05-142-7/+6
* | | QPainterPath: amend a commentGiuseppe D'Angelo2019-05-141-1/+1
* | | QSharedData: code tidiesGiuseppe D'Angelo2019-05-141-2/+3
* | | QSharedData: unexport in Qt 6Giuseppe D'Angelo2019-05-141-1/+5
* | | QByteData: use int to return the number of managed QByteArraysGiuseppe D'Angelo2019-05-141-1/+1
* | | Short live qExchange()!Marc Mutz2019-05-142-0/+20
* | | QTypeInfo: move QLinkedlist declaration to qlinkedlist.hMarc Mutz2019-05-142-1/+3
* | | Fix build without features.itemmodelTasuku Suzuki2019-05-142-0/+4
* | | QDataStream: move QLinkedlist operators to qlinkedlist.hMarc Mutz2019-05-142-13/+15
* | | Clean up qtriangulator_p.hMarc Mutz2019-05-141-24/+3
* | | QGradient: de-inline dtorMarc Mutz2019-05-142-0/+32
* | | qopenwfdscreen.h: remove unused #includeMarc Mutz2019-05-141-1/+0
* | | GLX convenience: fix typoGiuseppe D'Angelo2019-05-131-2/+2
* | | QPointer: fix swap()Giuseppe D'Angelo2019-05-131-1/+5
* | | QTableView: don't convert QSet to QList just to iterate over itMarc Mutz2019-05-132-8/+6
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-1386-4015/+4475
|\| |
| * | Merge "Merge remote-tracking branch 'origin/5.12' into 5.13" into refs/stagin...Liang Qi2019-05-0933-3849/+4234
| |\ \
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-0933-3849/+4234
| | |\|
| | | * Define Q_OS_WINDOWS, make it an alias to Q_OS_WINSergio Martins2019-05-082-0/+8
| | | * Fix integer overflows in QDeadlineTimerKonstantin Shegunov2019-05-082-60/+383
| | | * WinRT: Fix crash in native socket engine during closeMårten Nordheim2019-05-081-1/+7
| | | * Windows: Add debug output for message WM_DPICHANGEDFriedemann Kleint2019-05-081-0/+9
| | | * Fix possible endless loop when stroking curvesEirik Aavitsland2019-05-081-3/+3
| | | * macOS: Deliver and handle screen change unconditionallyTor Arne Vestbø2019-05-081-17/+28
| | | * macOS: Always respond to cursorUpdate by applying custom cursor if setTor Arne Vestbø2019-05-081-4/+7
| | | * Windows QPA: Fix over-large transparent tooltipsFriedemann Kleint2019-05-071-0/+3
| | | * macOS: Guard backingstore composeAndFlush with QT_NO_OPENGLTor Arne Vestbø2019-05-072-0/+4