summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix font rendering when Qt is configured with -no-harfbuzzEskil Abrahamsen Blomfeldt2022-06-141-1/+5
* Trace QImage::Format as int in QImageData::create()Shawn Rutledge2022-06-142-2/+2
* Q*ApplicationPrivate: remove unused "flags" argumentsThiago Macieira2022-06-142-5/+5
* Print QScreen geometry debug state using the underlying typesTor Arne Vestbø2022-06-131-11/+2
* Update window geometry when QWindow::m{in|ax}imumSize is updatedJan Arve Sæther2022-06-132-22/+40
* Use CSS classes on html list items for checkbox supportShawn Rutledge2022-06-112-1/+23
* Support cosmetic brush patterns in the pdf and opengl paint enginesEirik Aavitsland2022-06-041-4/+11
* QEdidParser: fix number of data blocksJonathan Liu2022-06-041-1/+2
* QRhi(d3d): add missing qcryptographichash includeMårten Nordheim2022-06-031-0/+1
* QBrush: port from array of char[24] to qOffsetStringArray()Marc Mutz2022-06-021-2/+3
* Fix misuses of 0.9999 constantAllan Sandfeld Jensen2022-06-022-9/+4
* QKeySequence: constinit ALL the thingsMarc Mutz2022-06-021-3/+3
* QKeySequence: statically assert the sortedness of the MacSpecialKey arrayMarc Mutz2022-06-011-0/+7
* Avoid uninitialized data after getRgbF() even for invalid colorsEirik Aavitsland2022-06-011-5/+2
* Do metadata detach simpler than full detachAllan Sandfeld Jensen2022-06-012-14/+38