summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Fix specific overflow in qtextlayoutAllan Sandfeld Jensen2023-05-092-3/+23
* Doc: add darkmode=0 explicitlyTasuku Suzuki2023-04-271-1/+3
* rhi: Properly squeeze in trimOpListsLaszlo Agocs2023-04-271-0/+28
* QEvent: fix a narrowing conversion warningAhmad Samir2023-04-251-8/+15
* Misc.: Fix some narrowing integral conversion warningsAhmad Samir2023-04-2510-27/+28
* Copy memory to buffer when saving files on wasm with threading onMikolaj Boc2023-04-251-4/+28
* Change to darkmode is prevented at runtine in VistastyleWladimir Leuschner2023-04-251-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
* Remove unused documentation code snippetsFriedemann Kleint2023-04-175-120/+0
* Fix accessibility on XCB when running as rootFrederik Gladhorn2023-04-151-0/+8
* rhi: gl: Fix GL_INVALID_OPERATION error at glPolygonModeJiDe Zhang2023-04-141-4/+2
* Default NVidia EGL to GLES2Allan Sandfeld Jensen2023-04-121-2/+6
* rhi: d3d11: Check ConstantBufferOffsetting in feature dataLaszlo Agocs2023-04-121-0/+14
* rhi: gl: Reset scissor before blitLaszlo Agocs2023-04-111-0/+4
* QImage: when saving fails, print the writer's error stringVolker Hilsheimer2023-04-111-2/+7
* Cache null icons and remove them upon system icon theme changeAxel Spoerl2023-04-115-8/+24
* Docs: don't link to removed exampleVolker Hilsheimer2023-04-111-1/+1
* Implement setBadgeNumber for xcb backendCarl Schwan2023-04-113-1/+34
* QFileSystemModel: don't emit invalid indexesVolker Hilsheimer2023-04-111-4/+11
* Refactor QFileSystemModel: use named values for columnsVolker Hilsheimer2023-04-112-25/+35
* Guard qopenglcontext_p.h with the QT_NO_OPENGL checkAlexey Edelev2023-04-051-1/+4
* Revert "D-Bus system tray: properly check whether StatusNotifierHost available"Ilya Fedin2023-04-044-10/+13
* Use Qt CMake APIs to exclude files from Unity BuildAmir Masoud Abdol2023-04-041-4/+1
* Make flatpak check more backward compatibleIlya Fedin2023-04-032-3/+3
* Doc: link to QWindow::requestActivate() in more placesMitch Curtis2023-03-312-0/+4
* Doc: Use \relates for functions in the global scopeTopi Reinio2023-03-311-0/+1
* Doc: Remove stray slashVolker Hilsheimer2023-03-311-1/+1
* Fix QT_WIDGETS_HIGHDPI_DOWNSCALEMorten Sørvig2023-03-281-4/+6
* Don't accept QWSI::CloseEvent when the window is blocked by a modal windowTor Arne Vestbø2023-03-241-0/+1
* rhi: widgets: Try sw adapter if D3D11 init failsLaszlo Agocs2023-03-211-0/+6
* Move nullptr check to beginning of QInputDevice::operator<<Axel Spoerl2023-03-211-8/+13
* rhi: metal: Fix offscreen frame command completion waitLaszlo Agocs2023-03-211-9/+7
* QTextLayout/text cursor: use the same height as the selectionChristian Ehrlicher2023-03-211-1/+1
* QtMiscUtils: add isAsciiPrintable() helperAhmad Samir2023-03-182-8/+10
* rhi: Make non-critical pipeline cache warnings qCDebug insteadLaszlo Agocs2023-03-174-44/+45
* doc: Add note about platform support for window positionsEskil Abrahamsen Blomfeldt2023-03-171-0/+8
* QEdidParser: Fix parsing of string descriptors with length less than 13Tor Arne Vestbø2023-03-161-5/+11
* QVector<N>D: simplify get<I>() implementationMarc Mutz2023-03-151-18/+3
* Doc fix in QIntValidator::validate() and comment on a testEdward Welbourne2023-03-111-6/+6
* Plumb QMessageBox::setCheckBox() through QPlatformMessageDialogHelperTor Arne Vestbø2023-03-092-8/+16
* Don't mark non-copyable QFontEngineFT::QGlyphSet as Q_RELOCATABLE_TYPEMarc Mutz2023-03-021-2/+0
* Doc: we no longer provide a list of common mnemonicsVolker Hilsheimer2023-03-011-5/+0
* Add API in QWindowsPrivate to provide window paletteSanthosh Kumar2023-02-281-1/+3
* QtGui: Use single precision for mouseMove detectionVolker Hilsheimer2023-02-281-0/+22
* Add special thread pool for Qt GuiAllan Sandfeld Jensen2023-02-266-20/+26
* Warn that computational time follows length of text inputAllan Sandfeld Jensen2023-02-241-2/+4