summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Windows QPA: Fix QDockWindow Drag & DropAndre de la Rocha2018-12-071-0/+18
* | | | | | Preallocate buffer for QLineEdit when used for password inputIvan Čukić2018-12-071-0/+7
* | | | | | ANGLE: Set ANGLE_COMMIT_HASH and ANGLE_COMMIT_DATEOliver Wolff2018-12-071-2/+2
|/ / / / /
* | | | | macOS: Account for LC_BUILD_VERSION when checking SDK version and deployment ...Tor Arne Vestbø2018-12-031-9/+16
* | | | | configure: actually resolve libraries into full filepathsOswald Buddenhagen2018-12-033-36/+21
* | | | | ico image handler: check for out of range image sizeEirik Aavitsland2018-12-031-0/+2
* | | | | Set correct vertical position for text following a very large imageLars Knoll2018-12-031-2/+2
* | | | | Erase password data on QLineEdit destructionIvan Čukić2018-12-031-0/+6
* | | | | QNetworkConfiguration: add missing timeout unit to setConnectTimeout docSamuel Gaist2018-12-011-0/+2
* | | | | Read font selection flags and use them when querying for metricsMårten Nordheim2018-11-302-6/+41
* | | | | Fix alignment of temporary QRgba64 buffers on win32Allan Sandfeld Jensen2018-11-301-32/+32
* | | | | OpenSSL context (1.1) - make the if-fery/switch less uglyTimur Pocheptsov2018-11-301-7/+3
* | | | | CoreText: Define font smoothing gamma along with rest of relevant codeTor Arne Vestbø2018-11-303-1/+9
* | | | | 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