Handle WebKitWebView create-web-view.
[wxWidgets.git] / include / wx / gtk / webview_webkit.h
2013-09-13  Steve LamertonHandle WebKitWebView create-web-view.
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-02-01  Steve LamertonRename all WEB_VIEW* style identifiers to WEBVIEW*.
2013-01-13  Steve LamertonAllow registering of custom wxWebView backends.
2012-12-31  Steve LamertonAdd context menu enabling and disabling to wxWebView...
2012-10-17  Paul CornettDisconnect all GTK signals referencing a wx object...
2012-09-30  Paul Cornettmake wxWindowGTK::Init() private, it is not meant to...
2012-08-28  Steve LamertonAdd support for searching and highlighting a wxWebView.
2012-07-24  Vadim ZeitlinAdd wxWebView::GetNativeBackend() method.
2012-07-24  Vadim ZeitlinNo real changes, just avoid overloaded virtual wxWebVie...
2012-07-23  Vadim ZeitlinFix crash on wxWebViewWebKit window destruction.
2012-03-28  Steve LamertonMinor changes, just trim trailing spaces in webview...
2012-03-01  Paul Cornettremove signal-blocking variable, instead just connect...
2012-03-01  Paul Cornettuse m_ prefix for web_view member, and make it a WebKit...
2011-11-17  Robin DunnDon't include webkit headers from wx headers
2011-09-12  Steve LamertonUpdate wxWebView guards to stop backend compilation...
2011-09-10  Steve LamertonMerge the new wxWebView classes from the SOC2011_WEBVIE...
2011-09-10  Steve LamertonMerge in from trunk r68684 - r69046
2011-08-19  Steve LamertonRename web library to webview.
2011-08-18  Steve LamertonRemove MoveWindow method.
2011-08-17  Steve LamertonRename LoadUrl to LoadURL. This corrects the capitalisa...
2011-08-17  Steve LamertonMake a few internal methods private.
2011-08-17  Steve LamertonConst correct the wxWebView api.
2011-08-15  Steve LamertonRename wxWebHistoryItem to wxWebViewHistoryItem.
2011-08-14  Steve LamertonRename wxWebFileHandler to wxWebViewArchiveHandler...
2011-08-13  Steve LamertonMerge in from trunk r68626 - r68683
2011-08-10  Steve LamertonMerge in from trunk r64802 - r68625
2011-08-08  Steve LamertonUse shared pointers to hold wxWebHandlers throughout.
2011-08-05  Steve LamertonAdd support for loading resources in custom schemes...
2011-08-04  Steve LamertonFix recursion problems when loading pages from a virtua...
2011-08-03  Steve LamertonInitial work on virtual file system support for the...
2011-08-01  Steve LamertonAdd missing wxRTTI macros and fix incorrect ones.
2011-08-01  Steve LamertonFix a couple of warning that crept back into the GTK...
2011-07-31  Steve LamertonRework the GTK WebKit backend history to remove the...
2011-07-30  Steve LamertonOverhaul wxWebHandler naming to try and make it consist...
2011-07-28  Steve LamertonTidy up the include guards for the various wxWebView...
2011-07-28  Steve LamertonMove the wxWebFileProtocolHandler from the IE backend...
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-07-15  Steve LamertonAdd RunScript and implement on all backends. Document...
2011-07-15  Steve LamertonAdd ClearSelection for msw ie and gtk webkit, with...
2011-07-13  Steve LamertonAdd GetPageText to MSW IE and to GTK WebKit. Add stub...
2011-07-13  Steve LamertonRename GetSelectedHTML to GetSelectedSource, this bring...
2011-07-11  Steve LamertonImplement GetSelectedHTML for the ie and gtk webkit...
2011-07-11  Steve LamertonFix various gtk webkit warnings.
2011-07-10  Steve LamertonAdd support for retrieving the currently selected text...
2011-07-09  Steve LamertonAdd start of selection api, support for HasSelection...
2011-07-08  Steve LamertonAdd the ability to enable / disable and check for the...
2011-07-02  Steve LamertonImplement undo and redo for the ie and gtk webkit backe...
2011-07-02  Steve LamertonImplement clipboard api in gtk.
2011-07-01  Steve LamertonImplement extended history api in gtk
2011-06-30  Steve LamertonAdd basic history api and implement it under gtk.
2011-06-28  Steve LamertonBring gtk class naming into line with the new naming...
2011-05-16  Steve LamertonRename source files for consistency