summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* QInputDeviceManager: initialize device countsSamuli Piippo2020-01-091-1/+1
* Share updates to QGuiApplicationPrivate::app_pal via helper functionTor Arne Vestbø2020-01-092-5/+16
* Disable support for RasterOpModes in GL paint engineJean-Michaël Celerier2020-01-091-0/+1
* Restore High DPI scale factorsFriedemann Kleint2020-01-071-3/+3
* QTextDocument: Set the font family to be after the families setAndy Shaw2020-01-061-4/+2
* Fix semi-transparent text on Linux with subpixel anti-aliasingAllan Sandfeld Jensen2020-01-051-1/+5
* QTextDocument: Give fontFamily() precedence over fontFamilies()Ulf Hermann2020-01-022-26/+14
* Don’t reset highDpicaleFactorRoundingPolicyMorten Johan Sørvig2019-12-191-2/+0
* High-DPI: restore rounding behavior on AndroidMorten Johan Sørvig2019-12-191-0/+8
* macOS: Deliver theme changes synchronouslyTor Arne Vestbø2019-12-192-2/+3
* Doc: Add since versionPaul Wicking2019-12-191-0/+2
* Sync implementation of QGuiApplication and QApplication setPaletteTor Arne Vestbø2019-12-171-3/+4
* Let sendApplicationPaletteChange() decide when it needs to exit earlyTor Arne Vestbø2019-12-171-2/+4
* Remove ApplicationResourceFlags::ApplicationPaletteExplicitlySetTor Arne Vestbø2019-12-171-4/+1
* Fix QPainter::drawLines() with cosmetic penEirik Aavitsland2019-12-171-0/+1
* QTextDocument: compile with QT_NO_PRINTERChristian Ehrlicher2019-12-161-0/+2
* Use pkg-config to find libjpegMarius Kittler2019-12-151-0/+1
* OpenGL: Fix signature of GLDEBUGPROC in qopenglextrafunctions.hAlexandru Croitor2019-12-131-1/+1
* Doc: Fix qdoc compilation errors qtbaseNico Vertriest2019-12-122-2/+2
* Move the tooltip out of the way of very large mouse cursorsVolker Hilsheimer2019-12-092-0/+9
* rhi: metal: Do not fail pipeline creation upon compiler warningsLaszlo Agocs2019-12-091-1/+4
* Fix crash on debug output of null QColorSpaceAllan Sandfeld Jensen2019-12-091-4/+6
* Fix updating the text cursor position after editingSona Kurazyan2019-12-061-0/+1
* Copy formatting attributes when cloning an empty QTextDocumentSona Kurazyan2019-12-051-1/+13
* Fix assert in QTextDocument CSS parser on "border-width: 1pt"David Faure2019-12-033-4/+8
* rhi: Remove unused compat functionsLaszlo Agocs2019-12-031-20/+0
* RHI/Vulkan: Fix buildFriedemann Kleint2019-12-021-0/+1
* rhi: vulkan: Remove unused includeLaszlo Agocs2019-11-291-1/+0
* wasm: Disable TextureSwizzleFredrik Orderud2019-11-281-2/+6
* Silence intel compiler warning about float comparisonOlivier Goffart2019-11-286-0/+6
* rhi: gl: Fix ms renderbuffer on WASM with WebGL2Laszlo Agocs2019-11-281-2/+1
* Fix renderbufferStorageMultisample: invalid internalformatFredrik Orderud2019-11-261-4/+2
* rhi: d3d11: Do not rely on Win10-only enum valueLaszlo Agocs2019-11-221-1/+1
* Don’t warn on QT_AUTO_SCREEN_SCALE_FACTOR usageMorten Johan Sørvig2019-11-201-6/+3
* QWheelEvent: add \since flag for ctorChristian Ehrlicher2019-11-191-0/+1
* HiDPI: Select most fitting pixel ratio when painting QIconFlorian Korsakissok2019-11-181-1/+6
* Fix: QIcon high dpi scaling when aspect ratio differsEirik Aavitsland2019-11-151-0/+5
* Compile fix for MinGW 8.1.0Cristian Adam2019-11-141-0/+8
* Be explicit about QDataStream serialization: explicit casts to intThiago Macieira2019-11-141-3/+3
* Use default QTD font size for mono font when importing markdownEike Ziller2019-11-131-0/+4
* Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-11-131-0/+7
|\
| * syncqt: Add a means to suspend/resume the processing of a fileAndy Shaw2019-11-061-0/+7
* | Windows QPA: Fix wrong scaling of fixed size in window creation phaseFriedemann Kleint2019-11-082-4/+11
* | QHighDpiScaling: impove readability of screenSubfactor methodVitaly Fanaskov2019-11-071-10/+11
* | Fix accuracy of ARGB32->A2RGB30 conversionsAllan Sandfeld Jensen2019-11-073-50/+67
* | QHighDpiScaling: fix potential null pointer dereferenceVitaly Fanaskov2019-11-071-1/+2
* | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-11-064-7/+9
|\|
| * If only family is set, prefer that in the families list after resolvingAndy Shaw2019-11-051-1/+6
| * QImageIOHandler: remove #if around virtual method name()David Faure2019-11-012-5/+1
| * QFontDatabase: improve logging outputMitch Curtis2019-10-281-1/+2