summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* rhi: metal: macOS: Set presentsWithTransaction during resizeLaszlo Agocs2023-03-231-25/+60
* Don't accept QWSI::CloseEvent when the window is blocked by a modal windowTor Arne Vestbø2023-03-231-0/+1
* Verify fix for manual get<I> calls for QVector<N>DMarc Mutz2023-03-221-0/+2
* Add QTextListFormat::start: html and markdown ordered list index offsetNicolas Werner2023-03-229-14/+77
* Move nullptr check to beginning of QInputDevice::operator<<Axel Spoerl2023-03-211-8/+13
* rhi: widgets: Try sw adapter if D3D11 init failsLaszlo Agocs2023-03-211-0/+6
* rhi: metal: Share semaphore code within the backendLaszlo Agocs2023-03-212-25/+34
* rhi: metal: Fix offscreen frame command completion waitLaszlo Agocs2023-03-211-9/+7
* Replace Q_CORE_EXPORT with Q_AUTOTEST_EXPORT in qlocalfileapi_p.hMikolaj Boc2023-03-201-3/+6
* QTextLayout/text cursor: use the same height as the selectionChristian Ehrlicher2023-03-201-1/+1
* QtMiscUtils: add isAsciiPrintable() helperAhmad Samir2023-03-182-8/+10
* doc: Add note about platform support for window positionsEskil Abrahamsen Blomfeldt2023-03-171-0/+8
* Handle device loss for texture widgetsDavid Redondo2023-03-172-0/+2
* rhi: Make non-critical pipeline cache warnings qCDebug insteadLaszlo Agocs2023-03-164-44/+45
* QEdidParser: Fix parsing of string descriptors with length less than 13Tor Arne Vestbø2023-03-161-5/+11
* Modernize Tuple Protocol implementationsMarc Mutz2023-03-161-6/+9
* QVector<N>D: simplify get<I>() implementationMarc Mutz2023-03-161-18/+3
* QThread: add sleep(std::chrono::nanoseconds) overloadAhmad Samir2023-03-131-1/+1
* QObject: implement startTimer(int) in terms of startTimer(chrono)Ahmad Samir2023-03-112-6/+11
* QPlatformTheme::removeMnemonics(): use QStringView internallyEdward Welbourne2023-03-101-13/+9
* QPlatformTheme::removeMnemonics(): simplify space removalEdward Welbourne2023-03-101-5/+4
* Fix warnings from deprecating QFileOpenEvent::openFile, update snippetVolker Hilsheimer2023-03-092-4/+17
* rhi: Metal tessellation shader input output interface blocksBen Fletcher2023-03-096-189/+470
* Plumb QMessageBox::setCheckBox() through QPlatformMessageDialogHelperTor Arne Vestbø2023-03-092-8/+16
* rhi: Clean up 1D and 3D texture feature flagsLaszlo Agocs2023-03-077-6/+36
* Support filter list for file input when opening a file on WASMMikolaj Boc2023-03-073-51/+81
* Doc fix in QIntValidator::validate() and comment on a testEdward Welbourne2023-03-031-6/+6
* macOS: Send a filename QFileOpenEvent if invalid URL, deprecate openFileVolker Hilsheimer2023-03-022-2/+10
* rhi: Remove unused gettersLaszlo Agocs2023-03-021-4/+0
* QRegion: upgrade Q_ASSUME to Q_ASSERTThiago Macieira2023-03-021-3/+2
* Don't mark non-copyable QFontEngineFT::QGlyphSet as Q_RELOCATABLE_TYPEMarc Mutz2023-03-011-2/+0
* Doc: we no longer provide a list of common mnemonicsVolker Hilsheimer2023-03-011-5/+0
* a11y: Add new relations DescriptionFor, Described, Flows{From,To}Michael Weghorn2023-03-013-6/+23
* Add API in QWindowsPrivate to provide window paletteSanthosh Kumar2023-02-281-1/+3
* rhi: d3d11: Drop the TDR test flags from the init structLaszlo Agocs2023-02-281-3/+0
* a11y: Test and document relations betterJan Arve Sæther2023-02-281-6/+17
* Doc: Remove duplicate wordsAndreas Eliasson2023-02-289-12/+11
* QtGui: Use single precision for mouseMove detectionVolker Hilsheimer2023-02-271-0/+22
* rhi: Add support for half precision vertex atttributesBen Fletcher2023-02-2710-5/+109
* Add special thread pool for Qt GuiAllan Sandfeld Jensen2023-02-256-20/+26
* Android: use FileProvider with QDesktopServices::openUrl()Assam Boudjelthia2023-02-242-0/+17
* Fix warning from signed/unsigned mismatchVolker Hilsheimer2023-02-241-1/+1
* Revert "qxkbcommon: Treat XKB_KEY_{Super,Hyper}_{L,R} as Qt::Key_Meta by defa...Liang Qi2023-02-231-1/+1
* Text: fix Soft hyphen rendering in QTextLayout::glyphRuns()Vladimir Belyavsky2023-02-221-8/+14
* rhi: Make some op== and qHash hidden friendsLaszlo Agocs2023-02-222-191/+188
* rhi: Do some internal doc fixesLaszlo Agocs2023-02-215-34/+127
* rhi: d3d12: Implement missing setNativeLayout functionLaszlo Agocs2023-02-202-0/+8
* rhi: Make the mip size helpers staticLaszlo Agocs2023-02-202-4/+4
* rhi: Use QHashCombineLaszlo Agocs2023-02-201-17/+50
* rhi: Remove QRhiSrb data gettersLaszlo Agocs2023-02-208-76/+57