summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Support QApplication command line argsPierre Rossi2013-06-141-6/+9
* Quick cleanup.Jocelyn Turcotte2013-06-127-98/+7
* Start simplifying WebContentsDelegateQtPierre Rossi2013-06-125-111/+33
* Don't depend on QApplication for cursorFlashTimePierre Rossi2013-06-121-2/+4
* Rename remaining references of blinq to QtWebEngine.Jocelyn Turcotte2013-06-112-7/+7
* Get rid of BlinqApplication.Jocelyn Turcotte2013-06-116-47/+85
* Use QUrl::fromUserInput in the QtQuick viewPierre Rossi2013-06-111-4/+1
* Add more missing license headersPierre Rossi2013-06-117-0/+287
* And shell is out !Pierre Rossi2013-06-1012-42/+434
* Cleanup unneeded global variables.Jocelyn Turcotte2013-06-104-27/+0
* Fix undefined symbols in debug builds.Jocelyn Turcotte2013-06-1017-2184/+9
* Replace Shell with WebContentsDelegateQt.Zeno Albisser2013-06-107-203/+266
* Make sure NativeViewQt constructors are being called on delete.Zeno Albisser2013-06-071-0/+1
* Call WebContents directly in API classes instead of delegating through ShellJocelyn Turcotte2013-06-062-8/+25
* Properly implement a QWidget and QtQuick APIJocelyn Turcotte2013-06-0610-306/+305
* Introduce BrowserMainPartsQt to prepare for Shell removal.Zeno Albisser2013-06-062-2/+69
* remove blinqpageZeno Albisser2013-06-063-196/+0
* Implement support for QtQuick2.Zeno Albisser2013-06-0513-124/+701
* Fix the build with ToT.Jocelyn Turcotte2013-06-051-1/+2
* Stop relying on ShellBrowserClientPierre Rossi2013-06-048-92/+223
* Add standard license boilerplateSimon Hausmann2013-05-3116-4/+578
* Integrate the event loop with QApplication.Jocelyn Turcotte2013-05-316-227/+252
* Update window titlePierre Rossi2013-05-311-0/+2
* Create the RasterWindowContainer in WebContentsViewQt.Zeno Albisser2013-05-312-6/+4
* Do not derive from ShellMainDelegate.Zeno Albisser2013-05-311-2/+2
* Remove Qt specific m_window member from Shell.Zeno Albisser2013-05-312-9/+10
* remove Gtk left overs.Zeno Albisser2013-05-313-44/+7
* Remove WebContentsViewGtk dependency.Zeno Albisser2013-05-313-5/+47
* Make use of OverrideCreateWebContentsView.Zeno Albisser2013-05-315-589/+60
* Get a blinking cursor in input elementsPierre Rossi2013-05-313-6/+36
* Exclude the scrollbars from being scrolled.Zeno Albisser2013-05-311-1/+1
* Use oxygen as a fallback theme.Zeno Albisser2013-05-311-0/+5
* Fix source coordinates for backingstore when reloading.Zeno Albisser2013-05-311-2/+2
* PaintToBackingStore: src and dst rect are the same as long as we do not imple...Zeno Albisser2013-05-311-4/+4
* Ease the switching between Debug and Release buildsPierre Rossi2013-05-311-2/+4
* Fix include path after file was moved upstream.Pierre Rossi2013-05-311-1/+1
* Fix scrollingZeno Albisser2013-05-311-6/+6
* Fix flickering when resizing.Zeno Albisser2013-05-312-0/+6
* Make sure that newly created BackingStores respect the size of the view.Zeno Albisser2013-05-312-3/+6
* make the backingstore use a QPixmap instead of QBackingStoreZeno Albisser2013-05-318-83/+63
* Rename gypi_gen to gyp_generatorPierre Rossi2013-05-311-2/+2
* Event mapping fixupPierre Rossi2013-05-311-7/+455
* Introduce RasterWindowContainer to allow reusing the container with different...Zeno Albisser2013-05-2211-125/+752
* Implement moc-ing through the gyp actions mechanismPierre Rossi2013-05-222-127/+0
* Wheel eventsPierre Rossi2013-05-164-30/+98
* Basic event translationPierre Rossi2013-05-157-29/+130
* Fix build. No need for a GTK spinner anyway ?Pierre Rossi2013-05-151-7/+1
* TEMP: Workaround for missing moc step.Zeno Albisser2013-05-152-1/+128
* add an actual navigation barZeno Albisser2013-05-154-24/+136
* Cleaning up and splitting things up into separate h/cpp files.Zeno Albisser2013-05-158-644/+788