Provide shorter synonyms for wxEVT_XXX constants.
[wxWidgets.git] / interface / wx / webview.h
2013-04-25  Vadim ZeitlinProvide shorter synonyms for wxEVT_XXX constants.
2013-02-27  Steve LamertonMinor change. Fix LoadURL case typo in wxWebView docs.
2013-02-01  Steve LamertonRename all WEB_VIEW* style identifiers to WEBVIEW*.
2013-01-14  Robin Dunnenum wxWebViewBackend has been removed.
2013-01-13  Steve LamertonAllow registering of custom wxWebView backends.
2012-12-31  Vadim ZeitlinSlight improvements to wxWebView::EnableContextMenu...
2012-12-31  Steve LamertonAdd context menu enabling and disabling to wxWebView...
2012-12-01  Vadim ZeitlinFix premature truncation of brief descriptions in Doxyg...
2012-10-28  Steve LamertonDocument which wxWebView methods must wait for a page...
2012-09-11  Steve LamertonAdd generic wxFileSystem support to wxWebView using...
2012-08-28  Steve LamertonAdd support for searching and highlighting a wxWebView.
2012-07-24  Vadim ZeitlinAdd wxWebView::GetNativeBackend() method.
2012-03-28  Steve LamertonMinor changes, just trim trailing spaces in webview...
2012-02-18  Stefan NeisFixed spelling errors, fixes #14021.
2011-12-17  Vadim ZeitlinCorrected the name of EVT_WEB_VIEW_ERROR event table...
2011-12-17  Vadim ZeitlinNo changes, just fix typo in an example in webview...
2011-11-17  Robin DunnAdd arg default values for the Create method
2011-10-02  Steve LamertonAdd new definitions required by MinGW for webview....
2011-10-02  Steve LamertonRemove copied class definitions from missing.h. Disable...
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 LamertonUpdate documentation for new library name.
2011-08-17  Steve LamertonReturn true by default under OSX WebKit.
2011-08-17  Steve LamertonDerive wxWebViewEvent from wxNotifyEvent.
2011-08-17  Steve LamertonRename LoadUrl to LoadURL. This corrects the capitalisa...
2011-08-17  Steve LamertonConst correct the wxWebView api.
2011-08-15  Steve LamertonRename wxWebHistoryItem to wxWebViewHistoryItem.
2011-08-15  Steve LamertonRename wxWebNavigationError to wxWebViewNavigationError...
2011-08-14  Steve LamertonRename wxWebFileHandler to wxWebViewArchiveHandler...
2011-08-13  Steve LamertonMerge in from trunk r68626 - r68683
2011-08-12  Steve LamertonUpdate documentation about custom schemes and virtual...
2011-08-10  Steve LamertonMerge in from trunk r64802 - r68625
2011-08-08  Steve LamertonUse shared pointers to hold wxWebHandlers throughout.
2011-08-08  Steve LamertonImprove the detailed description in the documentation.
2011-08-08  Steve LamertonNote that CanCut / CanCopy / CanPaste are not currently...
2011-08-08  Steve LamertonFix a bunch of spelling mistakes cause by an early...
2011-08-08  Steve LamertonAdd backend descriptions for all backends to the docume...
2011-08-08  Steve LamertonAdd a section about async notifications to the document...
2011-08-04  Steve LamertonAdd documentation for virtual file system support in...
2011-07-30  Steve LamertonAdd new wxEVT_COMMAND_WEB_VIEW_TITLE_CHANGED event...
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-07-25  Steve LamertonRename GetHref to GetURL in wxWebNavigationEvent, this...
2011-07-25  Steve LamertonClarify what GetTarget actually returns in wxWebNavigat...
2011-07-25  Steve LamertonUpdate handling and documentation for new window events...
2011-07-15  Steve LamertonRemove some code that shouldn't be in the interface...
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-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-05  Steve LamertonSimplify backend enum naming, we do not need separate...
2011-07-04  Steve LamertonFilter out subframes from the ie backend history and...
2011-07-04  Steve LamertonAdd a note to the documentation about the emulation...
2011-07-02  Steve LamertonAdd web documentation category.
2011-07-02  Steve LamertonOverhaul the wxWebView documentation. Split the documen...
2011-07-01  Steve LamertonExtend history api using the ie backend to include...
2011-06-30  Steve LamertonAdd basic history api and implement it under gtk.
2011-05-26  Steve LamertonAdd a new event type for new window creation, document...
2011-05-19  Steve LamertonRemove defined values from wxWebView enums. We probably...
2011-05-19  Steve LamertonMove wxWebView documentation into a separate interface...