Remove obsolete VisualAge-related files.
[wxWidgets.git] / src / msw / webview_ie.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-07-12  Vadim ZeitlinFix wrong return value from wxWebViewIE::Find() in...
2013-05-18  Steve LamertonUse wxCOMPtr throughout the wxWebViewIE Find code.
2013-04-25  Vadim ZeitlinProvide shorter synonyms for wxEVT_XXX constants.
2013-02-06  Vadim ZeitlinFix harmless g++ warning about operator precedence.
2013-02-01  Steve LamertonRename all WEB_VIEW* style identifiers to WEBVIEW*.
2013-01-23  Vadim ZeitlinNo real changes, just fix some typos in comments in...
2013-01-17  Steve LamertonWhen handling accelerators in wxWebView make sure that...
2012-12-31  Steve LamertonAdd context menu enabling and disabling to wxWebView...
2012-12-30  Steve LamertonAdd handling of http errors to wxWebViewIE. Tidy up...
2012-12-23  Steve LamertonFix webview compilation for the mingw-w64 compiler.
2012-10-21  Steve LamertonExplicitly unregister custom wxWebViewIE namespaces...
2012-09-10  Steve LamertonMove wxWebViewIE missing definitions to webview_missing...
2012-09-06  Steve LamertonDisable wxWebView::Find and associated functions under...
2012-08-28  Steve LamertonAdd support for searching and highlighting a wxWebView.
2012-07-24  Vadim ZeitlinNo real changes, just avoid overloaded virtual wxWebVie...
2012-07-23  Vadim ZeitlinAdd missing wxSTDCALL to fix wxWebView compilation...
2012-06-03  Steve LamertonUse wxCOMPtr throughout wxWebViewIE to simplify the...
2012-04-12  Steve LamertonAlways check that we get a valid IDispatch* from get_Do...
2012-04-06  Vadim ZeitlinHandle Ctrl-O and Ctrl-L MSW wxWebView accelerators...
2012-03-28  Steve LamertonMinor changes, just trim trailing spaces in webview...
2012-03-27  Steve LamertonCorrectly use QueryInterface in GetDocument to ensure...
2012-02-02  Steve LamertonDisable navigation sounds in wxWebViewIE. This brings...
2012-01-15  Steve LamertonImplement IDocHostUIHandler in wxWebViewIE to improve...
2011-12-22  Steve LamertonUse OLE helper macros in wxWebView to reduce the amount...
2011-12-18  Steve LamertonEnsure wxWebViewIE::SetPage clears the existing content...
2011-12-02  Stefan Csomorfixing build
2011-12-02  Vadim ZeitlinCompilation fixes for wxMSW in wxUSE_STL=1 build.
2011-11-18  Vadim ZeitlinNo changes, just remove extra whitespace from wxWebView...
2011-11-17  Steve LamertonRemove double buffering from wxWebViewIE as this is...
2011-11-16  Vadim ZeitlinMove wxWebView-related definitions to webview_ie.cpp...
2011-11-12  Vadim ZeitlinUse wxConvertStringToOle() in wxWebViewIE code.
2011-11-08  Steve LamertonSkip spurious blank JavaScript events in wxWebView.
2011-10-06  Steve LamertonFix various GCC warnings in wxWebView.
2011-10-05  Steve LamertonStore a pointer to each ClassFactory so we can correctl...
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-28  Steve LamertonFix compilation of wxWebView under mingw by adding...
2011-09-14  Steve LamertonUse integral value for OLECMDID_OPTICAL_ZOOM as we...
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-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 LamertonFix history in wxWebViewIE when using a custom file...
2011-08-10  Steve LamertonMerge in from trunk r64802 - r68625
2011-08-08  Steve LamertonUse shared pointers to hold wxWebHandlers throughout.
2011-08-03  Steve LamertonRework IE virtual file system support to use new syntax...
2011-08-01  Steve LamertonAdd missing wxRTTI macros and fix incorrect ones.
2011-08-01  Steve LamertonFix remaining warnings in ie backend.
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-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