summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* QIcon: remove icon from cache if the cached engine fails to loadLu YaNing2022-08-101-4/+8
* Don't skip QDoubleConverter's digit-count check for non-whole boundEdward Welbourne2022-08-081-1/+5
* Freetype: Fix underline thickness for bitmap fontsEskil Abrahamsen Blomfeldt2022-08-081-1/+1
* QFixed: add implicit conversion from long longMarc Mutz2022-08-051-0/+1
* rhi: gl: Unify end/finish behaviorLaszlo Agocs2022-08-051-0/+12
* rhi: metal: Defer also compute pipeline releasingLaszlo Agocs2022-08-051-11/+27
* Fix composition of render-to-texture widgets on big endianMarcus Comstedt2022-08-046-13/+23
* Skip potentially costly features in QVulkanWindowLaszlo Agocs2022-08-041-10/+19
* rhi: vulkan: Enable all but one of the 1.0 core featuresLaszlo Agocs2022-08-041-17/+15
* Defer release of QMetalGraphicsPipeline objectsAndy Nichols2022-08-031-7/+16
* rhi: vulkan: Improve alpha swapchain logicLaszlo Agocs2022-08-031-10/+34
* rhi: gl: Avoid magic adjustments to the context/window formatLaszlo Agocs2022-08-032-29/+12
* rhi: gl: Reset the buffer bindings on beginExternalLaszlo Agocs2022-08-031-1/+7
* Revert "Drop call to setPlatformScreen in QHighDpiScaling::setScreenFactor"Thiago Macieira2022-07-224-23/+24
* Sync and assert StandardPixmap enums in QPlatformTheme and QStyleAxel Spoerl2022-07-221-0/+10
* Update freetype to 2.12.1Volker Hilsheimer2022-07-221-1/+1
* Partly un-deprecate QMouseEvent::source()Ivan Solovev2022-07-222-3/+5
* QAction: add QT_DEPRECATED_VERSION_6_0 to deprecated methodsIvan Solovev2022-07-222-3/+6
* Undeprecate QAction::setMenu(QMenu *)Volker Hilsheimer2022-07-222-6/+2
* Undeprecate QColor(string) constructorsVolker Hilsheimer2022-07-222-14/+1
* Add qt.pointer.dispatch debug message for tablet->mouse synthShawn Rutledge2022-07-221-0/+2
* QGuiApplication: do not emit deprecated signalsIvan Solovev2022-07-211-0/+8
* Do not use QTextFormat::FontFamily when building with QT_DISABLE_DEPRECATED_B...Ivan Solovev2022-07-213-3/+5
* QShortcut::parentWidget(): Add QT_DEPRECATED_VERSION_X_6_0Ivan Solovev2022-07-211-1/+2
* QCursor: add missing QT_DEPRECATED_VERSION_X_6_0 for deprecated methodsIvan Solovev2022-07-212-1/+3
* Android: document the supported clipboard mimetypesAssam Boudjelthia2022-07-211-0/+4
* Pass QFixed by valueMarc Mutz2022-07-216-25/+25
* Port QFontSubset API from int to qsizetypeMarc Mutz2022-07-213-24/+24
* Port QTextureGlyphCache to qsizetypeMarc Mutz2022-07-212-5/+5
* Port QDataBuffer to qsizetypeMarc Mutz2022-07-211-9/+9
* Gui: mark types Q_PRIMITIVE_TYPE when they're held in QDataBufferMarc Mutz2022-07-213-3/+12
* QFixed: stream-line relational operatorsMarc Mutz2022-07-211-19/+11
* QFixed: remove user-defined assignment operatorsMarc Mutz2022-07-211-3/+0
* QRasterPaintEngine: replace a QPair with a structMarc Mutz2022-07-211-16/+22
* QFontSubset: remove unused glyphName() overloadMarc Mutz2022-07-212-19/+0
* Doc: Add default value for seed param to all qHash overloadsKai Köhne2022-07-201-2/+2
* Port qt_getJustfication* functions to qsizetypeMarc Mutz2022-07-201-3/+3
* QColorTransform: remove unimplemented function from the private classVolker Hilsheimer2022-07-191-1/+0
* Fix QPointerEvent::allPointsGrabbed()Shawn Rutledge2022-07-171-2/+3
* QPalette: detach before modifying resolve mask when resolvingVolker Hilsheimer2022-07-151-1/+1
* Relayout QStaticText when dpi changesEskil Abrahamsen Blomfeldt2022-07-151-1/+4
* QOpenGLContext: de-inline virtual dtors of private classesMarc Mutz2022-07-132-8/+22
* Do not use QExposedEvent::region() in internal codeIvan Solovev2022-07-132-4/+2
* Change "delivering touch to same window" warnings to debug messagesShawn Rutledge2022-07-131-4/+4
* QtBase: #ifdef out definitions of deprecated methodsIvan Solovev2022-07-124-1/+9
* Always update QPalette resolve mask, regardless of QBrush changeJiDe Zhang2022-07-081-19/+36
* Revert "Apply ScaleFactorRoundingPolicy to QT_SCREEN_SCALE_FACTORS"Morten Sørvig2022-07-081-3/+1
* Make it possible to check the accepted state of touch events in testsShawn Rutledge2022-07-083-7/+9
* Apply ScaleFactorRoundingPolicy to QT_SCREEN_SCALE_FACTORSMorten Sørvig2022-07-061-1/+3
* Remove Q_DECL_VECTORCALL when SSE2 is not availableAllan Sandfeld Jensen2022-07-051-2/+6