Add various selection menu items to the sample.
[wxWidgets.git] / samples / web / web.cpp
2011-08-13  Steve LamertonAdd various selection menu items to the sample.
2011-08-13  Steve LamertonAdd Run Script menu option to the sample.
2011-08-13  Steve LamertonAdd history list to the sample.
2011-08-13  Steve LamertonCall Dismiss rather than Show(false) on the infobar...
2011-08-11  Steve Lamertongit-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets...
2011-08-11  Stefan Csomoradjusting include styles
2011-08-10  Steve LamertonMerge in from trunk r64802 - r68625
2011-08-08  Steve LamertonUse shared pointers to hold wxWebHandlers throughout.
2011-08-01  Steve LamertonHide the infobar in the sample if we start navigating...
2011-08-01  Steve LamertonFix all the unused variable warnings in the sample.
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-28  Steve LamertonMove the wxWebFileProtocolHandler from the IE backend...
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-07-25  Steve LamertonWe no longer need to veto the new window event in the...
2011-07-25  Steve LamertonRename GetHref to GetURL in wxWebNavigationEvent, this...
2011-07-14  Steve LamertonUpdate the web sample to allow choosing between differe...
2011-07-08  Steve LamertonAdd the ability to enable / disable and check for the...
2011-07-04  Steve LamertonFilter out subframes from the ie backend history and...
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-06-30  Steve LamertonAdd basic history api and implement it under gtk.
2011-06-29  Steve LamertonGive the sample a more sensible initial size for web...
2011-06-29  Steve LamertonAdjust animation size to fit the toolbar properly
2011-06-29  Steve LamertonUpdate the sample to show how to block navigation and...
2011-06-29  Steve LamertonUpdate the web sample to use images from the art provid...
2011-06-29  Steve LamertonAdd support for loading a url in the constructor to...
2011-05-27  Steve LamertonOverhaul the wxWebView sample. Bring the style into...
2011-05-26  Steve LamertonLoad the wxWidgets homepage by default in the wxWebView...
2011-05-26  Steve LamertonDo not show the wxWebView sample tools menu unless...
2011-05-26  Steve LamertonRemove various bit of redundant code from the wxWebView...
2011-05-26  Steve LamertonAdd a new event type for new window creation, document...
2011-05-19  Steve LamertonDon't pass raw urls to logging functions in the wxWebVi...
2011-05-05  Steve LamertonMinor fixes to allow web sample to compile
2011-05-04  Steve LamertonSet the correct svn properties on the new files. Correc...
2011-05-04  Steve LamertonApplication of the most recent wxWebView patch, the...