summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Use class scope to refer to static functionMårten Nordheim2022-07-251-1/+1
* Send parent_window handle to desktop portalDavid Redondo2022-07-252-11/+33
* Revert "Drop call to setPlatformScreen in QHighDpiScaling::setScreenFactor"Thiago Macieira2022-07-224-23/+24
* fix AT_SPI_BUS_ADDRESS actually workingHarald Sitter2022-07-221-2/+9
* 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-212-3/+6
* Undeprecate QAction::setMenu(QMenu *)Volker Hilsheimer2022-07-212-6/+2
* Undeprecate QColor(string) constructorsVolker Hilsheimer2022-07-212-14/+1
* 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
* QGuiApplication: do not emit deprecated signalsIvan Solovev2022-07-211-0/+8
* QCursor: add missing QT_DEPRECATED_VERSION_X_6_0 for deprecated methodsIvan Solovev2022-07-212-1/+3
* Add -Wshorten-64-to-32 to headerscleanTor Arne Vestbø2022-07-212-2/+2
* Android: document the supported clipboard mimetypesAssam Boudjelthia2022-07-211-0/+4
* Purge Q_DUMMY_COMPARISON_OPERATOR usagesFabian Kosmale2022-07-212-3/+0
* Add qt.pointer.dispatch debug message for tablet->mouse synthShawn Rutledge2022-07-201-0/+2
* Doc: Add default value for seed param to all qHash overloadsKai Köhne2022-07-201-2/+2
* Doc: Remove Qt-5 only part in qimageiohandler.cppKai Köhne2022-07-201-5/+0
* 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-141-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
* QKeySequence: Update the doc to KeyboardModifiersLaszlo Papp2022-07-121-5/+6
* QtBase: #ifdef out definitions of deprecated methodsIvan Solovev2022-07-124-1/+9
* rhi: Clean up some inconsistenciesLaszlo Agocs2022-07-1213-118/+118
* Port QFontSubset API from int to qsizetypeMarc Mutz2022-07-083-24/+24
* Port QTextureGlyphCache to qsizetypeMarc Mutz2022-07-082-5/+5
* Port QDataBuffer to qsizetypeMarc Mutz2022-07-081-9/+9
* Gui: mark types Q_PRIMITIVE_TYPE when they're held in QDataBufferMarc Mutz2022-07-083-3/+12
* Pass QFixed by valueMarc Mutz2022-07-086-25/+25
* QFixed: add implicit conversion from long longMarc Mutz2022-07-081-0/+1
* QFixed: stream-line relational operatorsMarc Mutz2022-07-081-19/+11
* QFixed: remove user-defined assignment operatorsMarc Mutz2022-07-081-3/+0
* QRasterPaintEngine: replace a QPair with a structMarc Mutz2022-07-081-16/+22
* QFontSubset: remove unused glyphName() overloadMarc Mutz2022-07-082-19/+0
* Always update QPalette resolve mask, regardless of QBrush changeJiDe Zhang2022-07-081-19/+36
* Make it possible to check the accepted state of touch events in testsShawn Rutledge2022-07-083-7/+9
* rhi: Fix up the instancing step rate typeLaszlo Agocs2022-07-075-8/+8
* Revert "Apply ScaleFactorRoundingPolicy to QT_SCREEN_SCALE_FACTORS"Morten Sørvig2022-07-071-3/+1
* Clarify the role of the two QPlatformFontDatabase::fontEngine overloadsTor Arne Vestbø2022-07-072-3/+21
* QIcon: remove icon from cache if the cached engine fails to loadLu YaNing2022-07-071-4/+8
* Unify QFontEngine::boundingRect for coretext and WindowsAllan Sandfeld Jensen2022-07-066-23/+23
* Apply ScaleFactorRoundingPolicy to QT_SCREEN_SCALE_FACTORSMorten Sørvig2022-07-061-1/+3
* Reset highDpiScaleFactorRoundingPolicy in QGuiApplication destructorMorten Sørvig2022-07-061-0/+1