summaryrefslogtreecommitdiffstats
path: root/lib/render_widget_host_view_qt.cpp
Commit message (Expand)AuthorAgeFilesLines
* Moving sources to src part 1: Move files.Jocelyn Turcotte2013-11-281-910/+0
* Get rid of the intermediate "shared" static library.Jocelyn Turcotte2013-11-211-2/+1
* Add some QQuickWebView graphics stack tests.Jocelyn Turcotte2013-11-151-0/+9
* Delegated renderer: Fix remaining synchronization issues.Jocelyn Turcotte2013-11-151-21/+21
* Delegated renderer: Put textures on those quads.Jocelyn Turcotte2013-11-111-26/+17
* Make RenderWidgetHostViewQtDelegate a pure interface.Jocelyn Turcotte2013-11-061-65/+104
* Implement popup dialogMary Wu2013-10-291-1/+3
* Implement inputMethodQueryAndras Becsi2013-10-251-4/+87
* Render delegated renderer frames using the Qt scene graph.Jocelyn Turcotte2013-10-141-0/+31
* Implement multiple mouse click detection.Michael Brüning2013-09-161-2/+21
* Fix rendering on Retina displaysAndras Becsi2013-09-021-2/+3
* Implement window creation through QWebEnginePage::createWindow.Jocelyn Turcotte2013-09-021-3/+19
* Make less noise with QT_WEBENGINE_LOGGINGAndras Becsi2013-08-301-5/+5
* Delay the RWHVDelegate parenting until it's been attached to its RWHV.Jocelyn Turcotte2013-08-121-0/+1
* Simplify the ownership between RWHVQt and RWHVQtDelegate.Jocelyn Turcotte2013-08-121-1/+2
* Don't pass the RWHV to the AdapterClientPierre Rossi2013-08-021-10/+1
* Handle basic cursor changes.Jocelyn Turcotte2013-08-011-2/+96
* Forward mouse hover events to the page.Jocelyn Turcotte2013-08-011-0/+10
* Use ui::GestureRecognizer to enable viewport gestures.Jocelyn Turcotte2013-08-011-1/+77
* Transform QTouchEvent into ui::TouchEvent first.Jocelyn Turcotte2013-08-011-2/+62
* Enable accelerated composition with QtWidgets view for testing.Jocelyn Turcotte2013-08-011-6/+3
* Split out the Widgets and QtQuick integrationPierre Rossi2013-07-311-3/+6
* Forward touch events.Jocelyn Turcotte2013-07-291-0/+11
* Silence compiler warningsAndras Becsi2013-07-261-0/+1
* Cleanup after chromium update.Zeno Albisser2013-07-241-3/+3
* Get rid of some more QT_NOT_YET_IMPLEMENTEDAndras Becsi2013-07-031-12/+5
* Implement focus handling functionsAndras Becsi2013-07-021-3/+2
* Fix potential null pointer dereference crashAndras Becsi2013-06-281-1/+1
* Avoild calls to RenderWidgetHostViewQt::GetNativeView()Andras Becsi2013-06-281-5/+24
* Fix the regression introduced by the previous build fix.Michael Brüning2013-06-211-11/+2
* Fix build due to new pure virtuals in RenderWidgetHostView.Michael Brüning2013-06-211-0/+9
* Move RenderWidgetHostViewQt out of the content namespace.Jocelyn Turcotte2013-06-191-5/+0
* Move API layer-only classes back from the shared static lib.Jocelyn Turcotte2013-06-191-0/+469
* Fix undefined symbols in debug builds.Jocelyn Turcotte2013-06-101-518/+0
* Implement support for QtQuick2.Zeno Albisser2013-06-051-27/+25
* Add standard license boilerplateSimon Hausmann2013-05-311-0/+41
* Remove Qt specific m_window member from Shell.Zeno Albisser2013-05-311-1/+0
* remove Gtk left overs.Zeno Albisser2013-05-311-1/+0
* Remove WebContentsViewGtk dependency.Zeno Albisser2013-05-311-2/+0
* Get a blinking cursor in input elementsPierre Rossi2013-05-311-1/+21
* make the backingstore use a QPixmap instead of QBackingStoreZeno Albisser2013-05-311-6/+13
* Introduce RasterWindowContainer to allow reusing the container with different...Zeno Albisser2013-05-221-67/+91
* Wheel eventsPierre Rossi2013-05-161-11/+8
* Basic event translationPierre Rossi2013-05-151-15/+15
* Cleaning up and splitting things up into separate h/cpp files.Zeno Albisser2013-05-151-0/+435