summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* 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
* Enable access to QWindowsScreen from QScreenPiotr Srebrny2022-07-063-0/+26
* Create the Qt File Filter => showOpen/SaveFilePicker options mapperMikolaj Boc2022-07-053-0/+285
* Make EGL use Qt X connection without xcb_xlib with EGL_EXT_platform_xcbIlya Fedin2022-07-052-1/+5
* QRhi: support uniforms of int and ivec arrays in GLES2 backendInho Lee2022-07-051-21/+58
* Remove Q_DECL_VECTORCALL when SSE2 is not availableAllan Sandfeld Jensen2022-07-051-2/+6
* rhi: Keep track of pipeline creation timesLaszlo Agocs2022-07-0513-38/+110
* rhi: Make it possible to query the backend name beforehandLaszlo Agocs2022-07-054-25/+15
* rhi: Fix a doc snippetLaszlo Agocs2022-07-051-3/+6
* IM: Don't let all widgets support IM by defaultRichard Moe Gustavsen2022-07-011-1/+5
* QWindowPrivate::setMinOrMaxSize: port to function_refGiuseppe D'Angelo2022-06-302-5/+5
* Drop call to setPlatformScreen in QHighDpiScaling::setScreenFactorFushan Wen2022-06-294-24/+23
* Doc: Document missing methods in QDropEventKai Köhne2022-06-281-1/+22
* Avoid overflowing coverage in rasterizerAllan Sandfeld Jensen2022-06-281-11/+8
* Ensure consistent cursor width under fractional scalingEirik Aavitsland2022-06-281-1/+14
* rhi: metal: Switch back to presentDrawableLaszlo Agocs2022-06-281-4/+19
* QAction: Fix the obsolete menu() docLaszlo Papp2022-06-281-1/+1
* QFont: don't detach the families list in family()Thiago Macieira2022-06-271-1/+1
* Avoid reading outside allocated bufferAllan Sandfeld Jensen2022-06-271-0/+4
* vulkan: Have a dummy format type if there is no Vulkan headerLaszlo Agocs2022-06-271-0/+1
* Enabler for fractional scaling of text in Qt QuickEskil Abrahamsen Blomfeldt2022-06-272-2/+11
* Add a way to declare _exported_ logging categoriesGiuseppe D'Angelo2022-06-272-2/+2
* Avoid SSE2 punningAllan Sandfeld Jensen2022-06-251-5/+6
* Sync qt_scale_image_argb32_on_argb32_sse2 and qt_scale_image_32bitAllan Sandfeld Jensen2022-06-251-40/+16
* Emit autolinks in QTextMarkdownWriterShawn Rutledge2022-06-241-6/+12
* Doc: Add qthelp dependency to gui and widgetsLuca Di Sera2022-06-221-1/+2
* Add the qt_class pragma to file listed in sync.profile classnames mapAlexey Edelev2022-06-221-0/+4
* Document QMouseEvent::pos() as deprecated in 6.0Mikolaj Boc2022-06-221-0/+1
* Port QXlibEglIntegration::getCompatibleVisualId to xcbIlya Fedin2022-06-203-170/+0
* QWindow: fix C++20 buildGiuseppe D'Angelo2022-06-201-4/+4
* Fix improper moc includes inside the Qt namespaceThiago Macieira2022-06-192-4/+4
* xcb: Get some style hints from xsettingsJiDe Zhang2022-06-183-2/+5
* QFont: remove support for comma split setFamily()Janne Juntunen2022-06-171-12/+1
* Fix typos in docs and commentsKai Köhne2022-06-156-10/+10
* Replace QT_NO_ACCESSIBILITY with QT_CONFIG(accessibility)Allan Sandfeld Jensen2022-06-1523-50/+48
* Add support for painting at integer DPR with downscaleMorten Sørvig2022-06-142-14/+39
* Make rhiFlush() support custom source DPRMorten Sørvig2022-06-145-17/+21
* Use consistent ordering in QShaderLaszlo Agocs2022-06-143-4/+45
* CoreText: Fix fonts with synthetic stretchEskil Abrahamsen Blomfeldt2022-06-141-2/+7