summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Revert "QIconLoader: use system fallback theme as the first fallback option"Tor Arne Vestbø2023-05-111-4/+0
* Add QBezier methods for computing a quadratic curves approximationEirik Aavitsland2023-05-112-0/+106
* QIconLoader: use system fallback theme as the first fallback optionJan Grulich2023-05-111-0/+4
* QDataBuffer: decrease size on shrink()Mårten Nordheim2023-05-101-0/+3
* Clarify module changes in Qt6Jaishree Vyas2023-05-091-1/+1
* Implement API for enabling / disabling OpenType featuresEskil Abrahamsen Blomfeldt2023-05-095-17/+268
* QTextMarkdownImporter: Fix performance for non-trivial documentsEike Ziller2023-05-091-0/+2
* Fix specific overflow in qtextlayoutAllan Sandfeld Jensen2023-05-082-3/+23
* Windows: implement retrieval for missing QScreen metadataL. E. Segovia2023-05-061-1/+1
* wasm: Add DOM accessors functions through NativeInterfacePiotr Wierciński2023-05-054-0/+35
* Match deadcode elimination with cpu feature checkAllan Sandfeld Jensen2023-05-043-8/+8
* rhi: gl: Skip useless glEnable for point sprites in core profilesLaszlo Agocs2023-05-031-1/+2
* OpenFile portal: do not use O_PATH fdsJan Grulich2023-05-031-8/+2
* QGuiApplication: Propagate wheel event accepted stateMorten Sørvig2023-05-021-0/+1
* Allow disable native messagebox dialogThorbjørn Lund Martsum2023-05-022-0/+34
* Fix compilation warningsYuhang Zhao2023-05-011-5/+5
* macOS: Don't leak QEventDispatcherUNIX during event dispatcher creationTor Arne Vestbø2023-04-291-1/+5
* rhi: gl: Introduce a fourth code path to query the max vertex outputsLaszlo Agocs2023-04-281-1/+5
* Call into platform hooks for start and end framesDavid Edmundson2023-04-283-0/+20
* Doc: add darkmode=0 explicitlyTasuku Suzuki2023-04-281-1/+3
* rhi: Add enablers for testing reducing the resource update poolsLaszlo Agocs2023-04-271-3/+10
* rhi: Properly squeeze in trimOpListsLaszlo Agocs2023-04-271-0/+28
* rhi: Improve nextResourceUpdateBatch docsLaszlo Agocs2023-04-271-2/+19
* Add more shortcutmap categorized logging outputMitch Curtis2023-04-271-0/+3
* rhi: Improve deferred delete docsLaszlo Agocs2023-04-261-0/+22
* Move QZipReader/Writer from QtGui to QtCoreMarc Mutz2023-04-265-1528/+2
* Copy memory to buffer when saving files on wasm with threading onMikolaj Boc2023-04-251-4/+28
* QEvent: fix a narrowing conversion warningAhmad Samir2023-04-251-8/+15
* Misc.: Fix some narrowing integral conversion warningsAhmad Samir2023-04-2510-27/+28
* Change to darkmode is prevented at runtine in VistastyleWladimir Leuschner2023-04-241-2/+1
* FontDatabase[win/freetype] implement population of aliasesMårten Nordheim2023-04-202-0/+18
* qxkbcommon: Amend comment for Qt::Key upper-case transformationAndrey Butirsky2023-04-201-6/+6
* QXkbCommon: set Qt::KeypadModifier when keypad button is pressedMario Roessel2023-04-202-2/+5
* Fix setting combo data with QSortFilterProxyModelFriedemann Kleint2023-04-191-2/+4
* win: Fix default fallback font for some languagesEskil Abrahamsen Blomfeldt2023-04-191-1/+1
* Revert "fix AT_SPI_BUS_ADDRESS actually working"Samuel Thibault2023-04-191-9/+2
* QtGui: establish removed_api.cpp for upcoming QT_GUI_REMOVED_SINCEMarc Mutz2023-04-192-0/+26
* rhi: Replace the temporary GPU time query API with a saner oneLaszlo Agocs2023-04-1815-189/+388
* rhi: Make it safe to always call deleteLater on a resourceLaszlo Agocs2023-04-187-46/+167
* Remove unused documentation code snippetsFriedemann Kleint2023-04-175-120/+0
* rhi: d3d12: Implement debug markersLaszlo Agocs2023-04-171-4/+37
* Fix accessibility on XCB when running as rootFrederik Gladhorn2023-04-151-0/+8
* Rid of 'special case' markersAlexey Edelev2023-04-131-15/+11
* rhi: gl: Fix GL_INVALID_OPERATION error at glPolygonModeJiDe Zhang2023-04-131-4/+2
* Default NVidia EGL to GLES2Allan Sandfeld Jensen2023-04-121-2/+6
* rhi: Remove unused init flagLaszlo Agocs2023-04-122-6/+3
* rhi: Move generic setup code out of create()Laszlo Agocs2023-04-122-14/+20
* rhi: d3d11: Check ConstantBufferOffsetting in feature dataLaszlo Agocs2023-04-121-0/+14
* rhi: Remove readback result type aliasLaszlo Agocs2023-04-129-13/+11
* rhi: gl: Reset scissor before blitLaszlo Agocs2023-04-121-0/+4