summaryrefslogtreecommitdiffstats
path: root/src/webenginewidgets/api
Commit message (Expand)AuthorAgeFilesLines
* Reset wheel_widget when forwarding unhandled mouse eventHEADdevAnu Aliyas9 hours1-0/+3
* Add the missing _p suffix to the private header files in WebEngineQuick/WidgetsAlexey Edelev2024-04-251-1/+1
* Retain focus while loading URLs into the pageAnu Aliyas2024-02-251-0/+3
* Fix for view displaying blank content with transparent backgroundAnu Aliyas2024-02-121-1/+3
* Fix text formatting in JS DialogsMartin Negyokru2024-01-101-9/+23
* Add default styled icons to actionsAnu Aliyas2024-01-062-29/+38
* Forward unhandled mouse wheel events to the parent widgetAnu Aliyas2023-12-201-0/+16
* Include what you need: <QPointer>Marc Mutz2023-10-161-0/+2
* Fix print button of PDF viewer pluginSzabolcs David2023-07-291-1/+2
* Better handling of interrupted PDF printingSzabolcs David2023-04-051-0/+3
* Fix build with -no-accessibilityPeter Varga2023-01-091-1/+4
* Add touchSelectionMenu for widgetsMartin Negyokru2022-12-122-0/+44
* 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
* Do not let print engine multiply number of copiesSzabolcs David2022-09-141-1/+6
* Add touchHandles for widgetsMartin Negyokru2022-08-292-0/+11
* Fix initial widget focusPeter Varga2022-08-241-1/+0
* Various clean-upsPeter Varga2022-06-241-2/+0
* Use SPDX license identifiersLucie Gérard2022-06-226-228/+12
* 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-193-0/+45
* 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-092-77/+324
* Include moc filesAllan Sandfeld Jensen2022-05-311-0/+2
* Add convenience constructors to QWebEngineViewAllan Sandfeld Jensen2022-05-092-0/+36
* Support setting page to nullptr to unsetAllan Sandfeld Jensen2022-04-221-0/+3
* 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
* Disconnect safelyAllan Sandfeld Jensen2021-09-302-2/+8
* Clean up coding style in API header filesAllan Sandfeld Jensen2021-08-183-20/+27
* Update documentation notes for build with WebEngine modulesKirill Burtsev2021-08-171-1/+1
* 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-132-2/+2
* Various clean-ups around QWebEngineViewPeter Varga2021-07-133-37/+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-011-3/+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
* Fix some translated messagesFriedemann Kleint2021-06-231-1/+1
* Add QPageRanges to PDF printingAllan Sandfeld Jensen2021-06-222-8/+16
* Switch QWebEngineCallbacks in QWebEnginePage to std::functionAllan Sandfeld Jensen2021-06-173-10/+14
* Add back the rest of the lost printing documentationAllan Sandfeld Jensen2021-06-111-2/+44
* Move printing finished callback to signalAllan Sandfeld Jensen2021-06-112-10/+47
* Replace Q_NULLPTR and pointer 0 with nullptrAllan Sandfeld Jensen2021-06-101-1/+1