Added tabs
authorChip Black <bytex64@bytex64.net>
Thu, 4 Jun 2009 20:26:58 +0000 (15:26 -0500)
committerChip Black <bytex64@bytex64.net>
Thu, 4 Jun 2009 20:31:07 +0000 (15:31 -0500)
commit0b2e5f8fffd9ed781a1ddab279dbd6fec5c7695a
tree3abeee6e91f9414a76139d4f52f7dc7d005c2248
parent80865e6b884a4bb289cb4a835a6fa66b3529c872
Added tabs

Quite a bit has been reworked.  The WebView is now part of a
WebThingView container which integrates the scrollbars.  Tab
initialization has been split into two pieces, one for creating the
tab, and another for running plugins on it.

Also, for some reason I forgot to add WebThingPlugin.cs last time.
Whoops.
Makefile
WebThing.cs
WebThingPlugin.cs [new file with mode: 0644]
WebThingView.cs [new file with mode: 0644]
plugins/DefaultPage.cs
plugins/FFNav.cs
plugins/LoadProgress.cs
plugins/Vimish.cs