summaryrefslogtreecommitdiffstats
path: root/src/webenginewidgets
Commit message (Expand)AuthorAgeFilesLines
* Add push notification exampleMichal Klocek2022-11-291-0/+19
* Fix bogus layouting of qwebengineviewMichal Klocek2022-10-171-4/+12
* Port from container::count() and length() to size() - V4Marc Mutz2022-10-111-2/+2
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-1/+1
* Fix scoped include warningsShawn Rutledge2022-10-051-2/+2
* Do not let print engine multiply number of copiesSzabolcs David2022-09-141-1/+6
* Add touchHandles for widgetsMartin Negyokru2022-08-295-0/+122
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-262-2/+2
* Fix initial widget focusPeter Varga2022-08-241-1/+0
* Use SPDX license identifiersLucie Gérard2022-07-083-97/+9
* Doc: Do not advertise Qt module includeKai Köhne2022-07-083-15/+0
* Add license headers to cmake filesLucie Gérard2022-07-072-0/+6
* Various clean-upsPeter Varga2022-06-241-2/+0
* Use SPDX license identifiersLucie Gérard2022-06-2217-585/+34
* Remove widget from QWebEnginePagePrivateAllan Sandfeld Jensen2022-06-221-30/+18
* Cleanup item delegate logicAllan Sandfeld Jensen2022-06-222-25/+21
* Do not use the native dialog to show the color picker on macOSMichael Brüning2022-06-191-0/+4
* Support HTML5 <datalist> elementPeter Varga2022-06-196-0/+377
* Avoid extra window after change of pageAllan Sandfeld Jensen2022-06-111-5/+21
* Switch from QT_NO macros to feature checksAllan Sandfeld Jensen2022-06-103-10/+10
* Create a RWHV delegate in coreAllan Sandfeld Jensen2022-06-097-758/+555
* Include moc filesAllan Sandfeld Jensen2022-05-312-0/+4
* Doc: Use find_package(Qt6 REQUIRED COMPONENTS ...) idiomKai Köhne2022-05-161-1/+1
* Fix touch input for widget's delegate for html popupKirill Burtsev2022-05-121-0/+20
* Add convenience constructors to QWebEngineViewAllan Sandfeld Jensen2022-05-092-0/+36
* Clean up documentationAllan Sandfeld Jensen2022-05-032-4/+4
* Support setting page to nullptr to unsetAllan Sandfeld Jensen2022-04-221-0/+3
* Fix wrong assumption about focus in/out event deliveryMichal Klocek2022-03-181-6/+1
* Fix accumulation of compositor-observer bindings for skia-on-glKirill Burtsev2022-02-041-1/+0
* QWebEngineView Designer plugin: Fix crash on Windows when using D3D11Friedemann Kleint2022-01-311-0/+9
* Fix not working web ui popup (html comboboxes) due to focus out eventsMichal Klocek2022-01-131-1/+6
* Do not access accessibility from qt post routinesMichal Klocek2021-11-161-1/+4
* Do not cancel custom tooltips by QWebEngineView custom tooltip handlerPeter Varga2021-11-051-12/+12
* Remove the rest of qmake based configurationMichal Klocek2021-10-142-54/+0
* Disconnect safelyAllan Sandfeld Jensen2021-09-304-3/+12
* Rename Quick examples' folder from webengine to webenginequickBalazs Egedi2021-09-131-1/+1
* Enable no opengl buildsMichal Klocek2021-09-041-0/+5
* Add desginer plugin to cmake buildMichal Klocek2021-09-015-1/+271
* Rewrite gn-cmake integrationMichal Klocek2021-08-291-6/+0
* Clean up coding style in API header filesAllan Sandfeld Jensen2021-08-183-20/+27
* Update documentation notes for build with WebEngine modulesKirill Burtsev2021-08-174-2/+19
* Return printToPdf to QWebEnginePageAllan Sandfeld Jensen2021-08-092-55/+10
* Add QWebEnginePage::view() replacementAllan Sandfeld Jensen2021-08-092-0/+16
* Update parameters to findText callbackAllan Sandfeld Jensen2021-07-133-5/+4
* Various clean-ups around QWebEngineViewPeter Varga2021-07-134-39/+40
* Fix build with printing disabledAllan Sandfeld Jensen2021-07-121-0/+1
* Clean up includes, forward declarations and friends in core apiPeter Varga2021-07-081-0/+1
* Doc: Fix documentation issues for Qt WebEngineTopi Reinio2021-07-012-5/+7
* Fix docs since 6.0 references for new apisKirill Burtsev2021-07-011-1/+1
* Switch printToPdf to std::functionAllan Sandfeld Jensen2021-06-243-10/+13