Provide shorter synonyms for wxEVT_XXX constants.
[wxWidgets.git] / src / osx / webview_webkit.mm
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-20  Paul Cornettsizeof(char) is 1. By definition.
2012-12-31  Steve LamertonAdd context menu enabling and disabling to wxWebView...
2012-08-03  Robin DunnAdd the ability to trigger a print from JavaScript...
2012-07-24  Vadim ZeitlinDon't eagerly set wxKeyEvent position fields.
2012-07-24  Vadim ZeitlinNo real changes, just avoid overloaded virtual wxWebVie...
2012-06-01  Vadim ZeitlinCompilation fix to wxWebView under wxOSX/Carbon after...
2012-06-01  Vadim ZeitlinFix wxMac preprocessor check in wxWebView code.
2012-03-28  Steve LamertonMinor changes, just trim trailing spaces in webview...
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-20  Steve LamertonAnother compilation fix for OSX 10.5
2011-08-18  Steve LamertonAdd some version checks to help compiling on OSX.
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-11  Steve LamertonAdd support for custom scheme handling and virtual...
2011-08-11  Steve LamertonFix typo in last commit
2011-08-11  Steve LamertonRename delegates to try and stop name clashes, probably...
2011-08-11  Stefan Csomorfixing osx_carbon
2011-08-11  Stefan Csomorfixing osx_cocoa
2011-08-10  Steve LamertonMerge in from trunk r64802 - r68625
2011-08-07  Steve LamertonRemove some out of date comments.
2011-08-07  Steve LamertonRemove the WebView - wxWebViewWebKit map as our policy...
2011-08-06  Steve LamertonRemove old WXCOCOA code.
2011-08-06  Steve LamertonImplement GetSelectedSource for the OSX WebKit backend.
2011-08-06  Steve LamertonImplement SelectAll for OSX WebKit.
2011-08-06  Steve LamertonImplement GetPageText for the OSX WebKit implementation.
2011-08-06  Steve LamertonImplement ClearSelection for the OSX WebKit backend.
2011-08-05  Steve LamertonRemove string conversion functions and use the wx provi...
2011-08-05  Steve LamertonRemove redundant InternalLoadURL method.
2011-08-05  Steve LamertonRemove now unnecessary comment.
2011-08-05  Steve LamertonRemove SetPageTitle and GetPageTitle and make GetCurren...
2011-08-05  Steve LamertonImplement GetBackwardHistory, GetForwardHistory and...
2011-08-05  Steve LamertonImplement ClearHistory using the built in WebBackForwar...
2011-08-05  Steve LamertonAdd a WebHistory to the OSX WebKit backend and implemen...
2011-08-05  Steve LamertonRemove now unused GetSelection from the OSX WebKit...
2011-08-05  Steve LamertonAdd undo / redo support to OSX WebKit.
2011-08-02  Steve LamertonImplement HasSelection for the OSX WebKit backend.
2011-08-02  Steve LamertonAdd EnableHistory support to the OSX WebKit backend.
2011-08-01  Steve LamertonFix compilation for OSX backend.
2011-07-30  Steve LamertonAdd new wxEVT_COMMAND_WEB_VIEW_TITLE_CHANGED event...
2011-07-26  Steve LamertonFix compilation errors under OSX.
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-07-25  Steve LamertonAdd support for EVT_WEB_VIEW_NEWWINDOW to the OSX WebKi...
2011-07-15  Steve LamertonAdd RunScript and implement on all backends. Document...
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-06  Steve LamertonImplement cut / copy / paste in osx webkit and fix...
2011-07-05  Steve LamertonBring osx class naming into line with the other ports.
2011-05-16  Steve LamertonRename source files for consistency