summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* 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
* QImage: when saving fails, print the writer's error stringVolker Hilsheimer2023-04-111-2/+7
* Update QWindow DPR on screen DPI changeMorten Sørvig2023-04-111-0/+4
* QWindow: Cache the devicePixelRatio valueMorten Sørvig2023-04-113-21/+28
* 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
* 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
* Docs: document QTextFormat::Property::ListStartVolker Hilsheimer2023-04-051-0/+2
* Implement setBadgeNumber for xcb backendCarl Schwan2023-04-043-1/+34
* Revert "D-Bus system tray: properly check whether StatusNotifierHost available"Ilya Fedin2023-04-054-10/+13
* Make flatpak check more backward compatibleIlya Fedin2023-04-042-3/+3
* Use Qt CMake APIs to exclude files from Unity BuildAmir Masoud Abdol2023-04-031-4/+1
* QWSI: Remove handleFrameStrutMouseEvent in favor of handleMouseEvent+typeTor Arne Vestbø2023-03-312-74/+22
* Revert "Revert "qxkbcommon: Treat XKB_KEY_{Super,Hyper}_{L,R} as Qt::Key_Meta...Andrey Butirsky2023-03-311-1/+1
* Doc: link to QWindow::requestActivate() in more placesMitch Curtis2023-03-312-0/+4
* Doc: Use \relates for functions in the global scopeTopi Reinio2023-03-281-0/+1
* Doc: Remove stray slashVolker Hilsheimer2023-03-281-1/+1
* Ensure QHighDpiScaling::set(Screen/Global)Factor() results in QScreen signalsTor Arne Vestbø2023-03-281-4/+8
* Align QWindowSystemInterface::handleScreenAdded() and handleScreenRemoved()Tor Arne Vestbø2023-03-283-45/+47
* Remove indirection via QScreenPrivate::setPlatformScreen()Tor Arne Vestbø2023-03-284-21/+12
* Apply ScaleFactorRoundingPolicy to QT_SCREEN_SCALE_FACTORSMorten Sørvig2023-03-281-1/+2
* Fix QT_WIDGETS_HIGHDPI_DOWNSCALEMorten Sørvig2023-03-281-4/+6
* 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