summaryrefslogtreecommitdiffstats
path: root/src/core/render_widget_host_view_qt.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix asserts in touch handlingKai Koehne2016-01-231-1/+3
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-01-071-0/+4
|\
| * Fix MouseMove event handling when opening a new tab with middle click.Alexandru Croitor2015-12-221-0/+4
* | Support custom mouse cursorsSzabolcs David2015-12-011-1/+7
* | Use consistent naming of Qt-specific Chromium classesAllan Sandfeld Jensen2015-10-291-2/+3
* | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-281-5/+7
|\|
| * Fix touch events coordinates when using custom devicePixelRatioChristophe Chapuis2015-10-271-5/+7
* | Emit a signal when the rendering process exits.Jake Petroules2015-09-101-1/+4
* | Use the default composition colors for IME compositionAndras Becsi2015-08-281-6/+1
* | Rebasing on Chromium 45Allan Sandfeld Jensen2015-08-251-1/+1
* | Add a backgroundColor propertyJocelyn Turcotte2015-07-141-0/+9
* | Implement MotionEvent::GetUniqueEventId()Allan Sandfeld Jensen2015-07-011-1/+4
* | Update RenderWidgetHostViewQt for Chromium 44Allan Sandfeld Jensen2015-06-231-32/+11
* | Add public QtWebEngineCore C++ APIAndras Becsi2015-06-081-0/+1
|/
* WebEngineView does not load a url while invisibleAndras Becsi2015-04-221-0/+10
* Fix gesture recognitionAndras Becsi2015-03-201-0/+2
* Add namespace to internal QtWebEngine APIAllan Sandfeld Jensen2015-03-021-0/+4
* Update copyright headersJani Heikkinen2015-02-161-7/+7
* Propagate unhandled key events to the QtWebEngine view's parentJocelyn Turcotte2015-02-051-1/+8
* Enable building Qt WebEngine without accessiblity enabled.Michael BrĂ¼ning2015-01-231-1/+10
* Add Keyboard modifiers to MotionEventQt.Zeno Albisser2015-01-201-4/+44
* BrowserAccessibilityDelegate has been implemented in RenderFrameHostImpl.Zeno Albisser2015-01-201-63/+3
* Update Chromium to version 40.0.2214.28 and ninja to 1.5.3.Zeno Albisser2015-01-201-61/+43
* Add Pointer Lock supportSzabolcs David2015-01-161-3/+19
* Merge remote-tracking branch 'origin/5.4' into devAndras Becsi2014-12-011-0/+10
|\
| * Process touch events in sorted order.Zeno Albisser2014-11-121-0/+10
* | Avoid relying on QOpenGL classes to handle RenderPassesJocelyn Turcotte2014-11-251-1/+1
* | Rename DelegatedFrameNodeData to ChromiumCompositorDataJocelyn Turcotte2014-11-251-6/+6
|/
* Fix issues on HiDPI displaysAndras Becsi2014-09-241-0/+2
* Remove unneded OS_CHROMEOS defineAndras Becsi2014-09-231-1/+1
* Bring back the mapping of touch IDs to fix flingingJocelyn Turcotte2014-09-191-7/+39
* Do a minor update to Chromium 37.0.2062.103Jocelyn Turcotte2014-09-101-0/+2
* React to Accessibility being enabled/disabled globallyFrederik Gladhorn2014-09-011-2/+13
* Update License Headers for Qt WebEngine to LGPLv3.Zeno Albisser2014-08-211-15/+10
* Propagate the page's screen coordinates when the top-level window movedJocelyn Turcotte2014-08-201-14/+17
* Implement RenderWidgetHostViewQt::AccessibilityViewHasFocusFrederik Gladhorn2014-08-181-0/+5
* Use the unified gesture recognizerJocelyn Turcotte2014-08-141-156/+96
* Update the QtWebEngineCore library to run on top of Chromium 37Jocelyn Turcotte2014-08-141-77/+18
* Use QSGEngine instead of the private QSGRenderContextJocelyn Turcotte2014-08-061-2/+2
* Fix tab focus in the widgets and QML webviewsJocelyn Turcotte2014-08-011-0/+5
* Add loadVisuallyCommitted signal to the experimental Quick APISzabolcs David2014-08-011-0/+11
* Fix windows build with accessibilityFrederik Gladhorn2014-07-291-33/+0
* On windows use blink's accessibility implementationFrederik Gladhorn2014-07-231-2/+34
* Fix RenderWidgetHostViewQt::GetViewBoundsFrederik Gladhorn2014-07-141-1/+1
* Implement functions of BrowserAccessibilityDelegateFrederik Gladhorn2014-07-111-2/+50
* Add core accessibilityFrederik Gladhorn2014-07-091-7/+37
* Fix keyboard scrollingAllan Sandfeld Jensen2014-06-181-1/+6
* Fix fling gesturesJocelyn Turcotte2014-05-191-2/+11
* Fix a crash when attempting to dragJocelyn Turcotte2014-05-081-3/+2
* Fix double clicks needing three presses in QWebEngineViewJocelyn Turcotte2014-05-081-6/+1