summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Android: Don't use blocking queued when suspending the applicationAndy Shaw2018-11-301-1/+6
* xcb: remove old work-around for building with util-wmGatis Paeglis2018-11-302-61/+31
* xcb: fix issue with dialogs hidden by other windowsGatis Paeglis2018-11-301-0/+2
* CoreText: Base glyph fill color logic on font smoothing algorithmTor Arne Vestbø2018-11-301-25/+32
* CoreText: Respect QFont::NoSubpixelAntialias when deciding glyph formatTor Arne Vestbø2018-11-301-1/+1
* Fusion style - avoid a warningTimur Pocheptsov2018-11-301-0/+3
* CoreText: Remove handling of QFontEngineMulti's highByteTor Arne Vestbø2018-11-303-13/+8
* macOS: make QScreen::grabWindow() fast againMorten Johan Sørvig2018-11-301-45/+50
* src/3rdparty: remove xkbcommonGatis Paeglis2018-11-3076-37349/+46
* Fix gamma-correction in QCoreTextFontEngine with MojaveAllan Sandfeld Jensen2018-11-301-2/+1
* Doc: specifically list the QToolButton properties that actions affectMitch Curtis2018-11-291-1/+17
* Fix compilation of qendian's qswap specializations on gcc 4.8Ville Voutilainen2018-11-291-6/+6
* Implement mul_overflow for MSVC arm64Thomas Miller2018-11-291-48/+26
* Fix QPpdPrintDevice::isDefaultAlbert Astals Cid2018-11-293-1/+15
* CoreText: Store glyphs in linear RGB when needed by blending algorithmTor Arne Vestbø2018-11-291-3/+4
* CoreText: Add font antialiasing and smoothing helper functionsTor Arne Vestbø2018-11-292-4/+27
* CoreText: Remove handling of the AppleAntiAliasingThreshold user defaultTor Arne Vestbø2018-11-293-24/+6
* Fix crash in QSimpleDrag when no platform windowVal Doroshchuk2018-11-291-1/+1
* xcb: Use std::move and pass argument by rvalue referenceMikhail Svetkin2018-11-292-2/+2
* CoreText: Rename argument to imageForGlyph to better reflect how it's usedTor Arne Vestbø2018-11-291-2/+4
* CoreText: Add helper function to determine if a font has color glyphsTor Arne Vestbø2018-11-292-6/+11
* CoreText: Modernize font smoothing and antialiasing threshold detectionTor Arne Vestbø2018-11-294-75/+132
* macOS: Share code for resolving CGImage bitmapInfor for a QImageTor Arne Vestbø2018-11-284-47/+41
* CoreText: Use QCFType instead of manual release/retainTor Arne Vestbø2018-11-281-7/+3
* macOS: Fix use of deprecated enum valueTor Arne Vestbø2018-11-281-1/+1
* CoreText: Use QCFType to track CoreFoundation member variablesTor Arne Vestbø2018-11-283-15/+10
* CoreText: Share code by using delegate constructorTor Arne Vestbø2018-11-282-6/+10
* CoreText: Simplify and share code for loading glyph advancesTor Arne Vestbø2018-11-282-40/+27
* CoreText: Localize getTraitValue helper functionTor Arne Vestbø2018-11-281-11/+10
* xcb: free leaking clipboard eventsKirill Burtsev2018-11-281-3/+4
* QDBusConnection: prevent leaking connection/server on destroyKirill Burtsev2018-11-281-2/+3
* xcb: Fix leaking events on destroyKirill Burtsev2018-11-281-1/+4
* Destroy QWindowContainer's fake parent window when not neededTor Arne Vestbø2018-11-281-0/+2
* QWindowContainer: Fix warning triggered by QT_ASCII_CAST_WARNFriedemann Kleint2018-11-281-1/+1
* qobject_p.h: Use nullptr everywhereKevin Funk2018-11-281-1/+1
* Ensure alignment of image-dataAllan Sandfeld Jensen2018-11-281-3/+11
* Fix calculation of the string tab size in QElfParserThiago Macieira2018-11-281-2/+2
* Optimize QSharedPointer::getAndRef with the three-operand testAndSetThiago Macieira2018-11-281-4/+7
* QFocusFrame: protect it from being moved around by accidentRichard Moe Gustavsen2018-11-271-1/+19
* QDateTimeEdit: fix setDate() if time is in a spring-forwardEdward Welbourne2018-11-271-1/+7
* Documention: Use const-ref in the snippets for qOverload()Friedemann Kleint2018-11-271-7/+7
* Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-11-277-26/+80
|\
| * Recognize E along with e as exponent character in asciiToDoubleEdward Welbourne2018-11-231-1/+1
| * Fix toFloat()s between float and double ranges and documentEdward Welbourne2018-11-234-10/+28
| * Change documentation of some toDouble()s to reflect realityEdward Welbourne2018-11-233-9/+18
| * Make QCOMPARE()'s handling of non-finite float match doubleEdward Welbourne2018-11-231-1/+10
| * Fix hang in QMacPasteboard::formats()Andrew Smolko2018-11-221-5/+23
* | Fix calculation of text margin if line edit contains side widgetsVitaly Fanaskov2018-11-263-30/+88
* | Windows: Fix embedded application not getting focus after clicking outsideFriedemann Kleint2018-11-241-9/+14
* | Fix build errors in OpenSSL 1.1 backendTimur Pocheptsov2018-11-231-0/+2