]> git.saurik.com Git - wxWidgets.git/history - src/gtk/webview_webkit.cpp
Add new wxEVT_COMMAND_WEB_VIEW_TITLE_CHANGED event. Implement for all backends, exten...
[wxWidgets.git] / src / gtk / webview_webkit.cpp
2011-07-30  Steve LamertonAdd new wxEVT_COMMAND_WEB_VIEW_TITLE_CHANGED event...
2011-07-26  Steve LamertonWe always let the user handle new window events so...
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-07-18  Steve LamertonMake callback names consistent
2011-07-18  Steve LamertonUse the newer and recommended callback for handling...
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-29  Steve LamertonAdd support for new window events in gtk
2011-06-28  Steve LamertonDon't use a depreciated method for loading a url.
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-16  Steve LamertonRename source files for consistency