summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* macOS: Fix Objective-C namespaceing with Xcode 10Tor Arne Vestbø2018-12-031-1/+1
* configure: actually resolve libraries into full filepathsOswald Buddenhagen2018-12-037-77/+173
* qmake: fix QMAKE_DEFAULT_LIBDIRS detection on androidOswald Buddenhagen2018-12-032-5/+2
* 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
* WebAssembly: Fix compilation of application on Windows hostEskil Abrahamsen Blomfeldt2018-12-031-2/+2
* Fix compilationLars Knoll2018-12-031-0/+1
* Add lancelot tests to verify vertical alignment of inline imagesLars Knoll2018-12-033-0/+38
* 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-305-6/+71
* 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
* Fix a nullptr compile error with gcc 4.8Ville Voutilainen2018-11-301-4/+4
* CoreText: Define font smoothing gamma along with rest of relevant codeTor Arne Vestbø2018-11-303-1/+9
* qmake: Escape '=' in dependency paths for unix makeUlf Hermann2018-11-301-0/+2
* Android: Don't use blocking queued when suspending the applicationAndy Shaw2018-11-301-1/+6
* Avoid invalid qmake code in macOS-specific pluginloader testUlf Hermann2018-11-306-61/+80
* 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
* ctest: Make cmake test pass if it has been run beforeOliver Wolff2018-11-301-1/+2
* 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
* Codecs example: Add a dialog for showing common C++ encodingsFriedemann Kleint2018-11-307-2/+441
* src/3rdparty: remove xkbcommonGatis Paeglis2018-11-3077-37353/+47
* 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
* Fix crash in qmake parsingAllan Sandfeld Jensen2018-11-291-2/+2
* 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