]> git.saurik.com Git - wxWidgets.git/history - src/msw/webview_ie.cpp
Add new wxEVT_COMMAND_WEB_VIEW_TITLE_CHANGED event. Implement for all backends, exten...
[wxWidgets.git] / src / msw / webview_ie.cpp
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-28  Steve LamertonInitial implementation of wxWebProtocolHandler and...
2011-07-26  Steve LamertonVery basic implementation of IInternetProtocolInfo...
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-07-25  Steve LamertonFix warnings in the MSW IE backend.
2011-07-25  Steve LamertonLink to urlmon from wxWeb to fix the compilation errors...
2011-07-25  Steve LamertonUpdate handling and documentation for new window events...
2011-07-25  Steve LamertonRemove some now unused history variables.
2011-07-22  Steve LamertonImplement basic support for virtual file systems for...
2011-07-16  Julian SmartVC++ 6 fixes
2011-07-15  Steve LamertonSend correct navigation events when using SetPage on...
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-14  Steve LamertonFix compiler warnings in the IE backend.
2011-07-14  Steve LamertonImplement CanSetZoomType correctly for the IE backend.
2011-07-14  Steve LamertonOverhaul IE zoom functions to support both text and...
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 LamertonTidy up the ie backend a little, make sure all com...
2011-07-11  Steve LamertonFix warnings in the ie backend.
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-04  Steve LamertonFactor logic that returns an IHTMLDocument2 into a...
2011-07-04  Steve LamertonFilter out subframes from the ie backend history and...
2011-07-02  Steve LamertonGet the page title from the IHtmlDocument rather than...
2011-07-02  Steve LamertonImplement undo and redo for the ie and gtk webkit backe...
2011-07-02  Steve LamertonAdd new clipboard api and support for it in the ie...
2011-07-01  Steve LamertonExtend history api using the ie backend to include...
2011-07-01  Steve LamertonUse shared pointers throughout when managing history...
2011-07-01  Steve LamertonAdd an extra assert in the case of trying to load an...
2011-06-30  Steve LamertonAdd support for the new history functions to the ie...
2011-06-30  Steve LamertonOnly send a document complete event when the page is...
2011-06-29  Steve LamertonAdd support for loading a url in the constructor to...
2011-06-28  Steve LamertonUpdate msw files to use the new definitions
2011-06-23  Steve LamertonFix a number of mingw compile errors.
2011-05-26  Steve LamertonAdd a new event type for new window creation, document...
2011-05-19  Steve LamertonBlock new frames being created in wxWebViewIE, bringing...
2011-05-18  Steve LamertonUpdate wxWebViewIE::Reload so that reloading without...
2011-05-16  Steve LamertonRename source files for consistency