Provide shorter synonyms for wxEVT_XXX constants.
[wxWidgets.git] / src / common / webview.cpp
2013-04-25  Vadim ZeitlinProvide shorter synonyms for wxEVT_XXX constants.
2013-02-01  Steve LamertonRename all WEB_VIEW* style identifiers to WEBVIEW*.
2013-01-13  Steve LamertonAllow registering of custom wxWebView backends.
2011-12-11  Paul Cornettdon't include files which may not exist in source relea...
2011-09-16  Vadim ZeitlinOnly define wxUSE_WEBVIEW if wxWebView is really available.
2011-09-11  Steve LamertonEnsure that we have an available backend for wxWebView...
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-19  Steve LamertonRename wxUSE_WEB to wxUSE_WEBVIEW to reflect that actua...
2011-08-15  Steve LamertonRename wxWebNavigationError to wxWebViewNavigationError...
2011-08-13  Steve LamertonMerge in from trunk r68626 - r68683
2011-08-10  Steve LamertonMerge in from trunk r64802 - r68625
2011-08-01  Steve LamertonAdd missing wxRTTI macros and fix incorrect ones.
2011-07-30  Steve LamertonOverhaul wxWebHandler naming to try and make it consist...
2011-07-30  Steve LamertonAdd new wxEVT_COMMAND_WEB_VIEW_TITLE_CHANGED event...
2011-07-29  Steve LamertonAdd CombineURIs implementation for wxWebFileProtocolHan...
2011-07-28  Steve LamertonMove the wxWebFileProtocolHandler from the IE backend...
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-07-05  Steve LamertonSimplify backend enum naming, we do not need separate...
2011-07-05  Steve LamertonBring osx class naming into line with the other ports.
2011-06-28  Steve LamertonBring gtk class naming into line with the new naming...
2011-06-28  Steve LamertonFix the build system in gtk, plus a couple of compilati...
2011-05-26  Steve LamertonAdd a new event type for new window creation, document...
2011-05-16  Steve LamertonRename source files for consistency
2011-05-06  Steve LamertonEnable IE backend in msw builds unconditionally until...
2011-05-05  Steve LamertonFix compilation under dll builds. Wrap source files...
2011-05-05  Steve LamertonA few more build fixes
2011-05-05  Steve LamertonVarious typos fixes and minor build system changes...
2011-05-04  Steve LamertonSet the correct svn properties on the new files. Correc...
2011-05-04  Steve LamertonApplication of the most recent wxWebView patch, the...