summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* 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
* wasm: export a few symbolsLorn Potter2022-06-011-3/+3
* QRasterPaintEngine: fix GCC 12 -Werror=array-boundsMarc Mutz2022-06-011-0/+1
* rhi: d3d11: Make the "pipeline" cache save/load functionalLaszlo Agocs2022-06-013-34/+272
* QFontEngine: fix GCC 12 -Werror=array-boundsMarc Mutz2022-05-311-9/+11
* Add new map methods for QColorTransformAllan Sandfeld Jensen2022-05-313-0/+58
* Test prepared qcolortransformAllan Sandfeld Jensen2022-05-312-7/+19
* Add painter render hint for brush pattern transformationEirik Aavitsland2022-05-317-14/+29
* Drag and Drop: Fix the broken XDND protocol linkLaszlo Papp2022-05-301-8/+8
* Doc: Fix documentation for vulkan licensesKai Köhne2022-05-302-1/+65
* Make it possible to create QTextureFileData from imagesPaul Olav Tvete2022-05-272-17/+55
* Fix documentation that claims that QStyleHints is read onlyVolker Hilsheimer2022-05-271-5/+4
* QTextDocument: add setLayoutEnabled()David Faure2022-05-264-4/+45
* Expand QColorTransformAllan Sandfeld Jensen2022-05-268-13/+135
* Add test of QColorTransformAllan Sandfeld Jensen2022-05-261-1/+1
* QFileSystemModelPrivate: de-inline ctor and dtorThiago Macieira2022-05-252-1/+6
* doc: cross-link markdown functions in QTextDocumentFragment, QTextCursorShawn Rutledge2022-05-251-6/+5
* QKeySequence: Add missing modifier namesLaszlo Papp2022-05-251-0/+4
* rhi: Fix texture format doc typo and rephraseLaszlo Agocs2022-05-241-3/+3
* Enable text layout drawing on coordinates outside QFIXED_MAXEirik Aavitsland2022-05-241-5/+12
* QKeySequence: fix dynamic initialization of shared_emptyMarc Mutz2022-05-201-4/+1