summaryrefslogtreecommitdiffstats
path: root/src/webenginewidgets/render_widget_host_view_qt_delegate_widget.cpp
Commit message (Expand)AuthorAgeFilesLines
* Create a RWHV delegate in coreAllan Sandfeld Jensen2022-06-091-542/+0
* Include moc filesAllan Sandfeld Jensen2022-05-311-0/+2
* Fix touch input for widget's delegate for html popupKirill Burtsev2022-05-121-0/+20
* 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
* Fix not working web ui popup (html comboboxes) due to focus out eventsMichal Klocek2022-01-131-1/+6
* Disconnect safelyAllan Sandfeld Jensen2021-09-301-1/+3
* Enable no opengl buildsMichal Klocek2021-09-041-0/+5
* Various clean-ups around QWebEngineViewPeter Varga2021-07-131-2/+0
* Add WebEngineWidgets, WebEngineQuick modules cmake buildMichal Klocek2021-05-191-1/+1
* Merge remote-tracking branch 'origin/5.15' into devAllan Sandfeld Jensen2021-02-171-3/+2
|\
| * Remove more leftovers of the old compositorAllan Sandfeld Jensen2021-02-081-12/+0
* | Swap widgetCahgned with adapterClientChangedMichal Klocek2020-11-231-0/+8
* | Move page's view and widget bindings to viewMichal Klocek2020-11-201-1/+1
* | Update dependencies on 'dev' in qt/qtwebengineAllan Sandfeld Jensen2020-11-021-1/+1
* | Fix compilation after fb96109b in declarativeMichal Klocek2020-09-161-2/+1
* | Fix almost all deprecation warningsJüri Valdmann2020-08-131-2/+3
* | Remove setting surface format for qquickwidgetMichal Klocek2020-08-051-32/+0
* | Move macOS surface format check to initializeMichal Klocek2020-08-041-14/+0
* | Remove workaround for incorrect version of surface format macOSMichal Klocek2020-08-041-10/+0
* | Delete copySurface method from RWHVQDelegateJüri Valdmann2020-07-151-9/+0
* | Implement more Compositor methods for software modeJüri Valdmann2020-07-151-7/+4
* | Move scenegraph handling out of coreJüri Valdmann2020-07-061-29/+71
* | Adapt to newer dependenciesAllan Sandfeld Jensen2020-07-061-0/+1
* | Refactor RenderWidgetHostViewQtPeter Varga2020-06-171-0/+2
* | Merge remote-tracking branch 'origin/5.15' into devAllan Sandfeld Jensen2020-05-151-2/+7
|\|
| * Switch away from QT_NO_OPENGLAllan Sandfeld Jensen2020-05-111-1/+1
| * Forward unhandled scroll eventsAllan Sandfeld Jensen2020-04-221-1/+6
* | Fix building dev with newer QtBaseAllan Sandfeld Jensen2020-04-241-1/+0
|/
* Invalidate accessible interfaces on destruction of view or pagePeter Varga2020-02-271-4/+18
* Fix widget accessibility on macOSPeter Varga2020-01-241-0/+28
* Merge remote-tracking branch 'origin/5.13' into devAllan Sandfeld Jensen2019-07-241-9/+3
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Allan Sandfeld Jensen2019-07-101-9/+3
| |\
| | * Fully setup replaced QMouseDblClickEvent with source and flagsKirill Burtsev2019-07-081-1/+1
| | * Do not forward key-events on QQuickItem levelAllan Sandfeld Jensen2019-06-141-8/+0
| | * Accept handled eventsAllan Sandfeld Jensen2019-06-141-0/+2
* | | Remove usage of QSGInternalImageNodeAlexandru Croitor2019-07-231-6/+0
|/ /
* | Introduce RenderWidgetHostViewQtDelegateQuick::windowGeometry()Allan Sandfeld Jensen2019-05-071-0/+7
* | Remove our last uses of Q_DECL_OVERRIDE and Q_NULLPTRAllan Sandfeld Jensen2019-04-031-1/+1
* | Merge remote-tracking branch 'origin/5.12' into 5.13Allan Sandfeld Jensen2019-02-151-0/+1
|\|
| * Fix hide/show of delegate widgetMichal Klocek2019-01-091-0/+1
* | Simplify visual properties handling in RenderWidgetHostViewQtJüri Valdmann2019-02-131-19/+5
* | Merge remote-tracking branch 'origin/5.12' into devMichael Brüning2018-12-181-7/+2
|\|
| * Fix input method updatePeter Varga2018-11-291-7/+2
* | Merge branch '5.12' into devAllan Sandfeld Jensen2018-11-161-13/+18
|\|
| * Merge remote-tracking branch 'origin/5.12.0' into 5.12Allan Sandfeld Jensen2018-11-131-13/+9
| |\
| | * Fix opened webviews closing when opener closesAllan Sandfeld Jensen2018-11-081-13/+9
| * | Implement CopyFromSurfaceAllan Sandfeld Jensen2018-11-081-0/+9
| |/
* / Fix GPU compositing (and WebGL) to work with ANGLE on WindowsAlexandru Croitor2018-11-121-16/+22
|/
* Stop showing speculative framesJüri Valdmann2018-10-291-27/+32