shdocvw: Recurse into directories when adding Favorite in IE.
[wine] / dlls / shdocvw / iexplore.c
2010-08-03  Alexander Nicolays... shdocvw: Recurse into directories when adding Favorite...
2010-08-03  Detlef Riekenbergshdocvw: Do not trim the last character, when using...
2010-08-02  Alexander Nicolays... shdocvw: Allow navigating to Favorites in IE.
2010-08-02  Alexander Nicolays... shdocvw: Add Favorites menu to IE.
2010-07-30  Alexander Nicolays... shdocvw: Add support for setting the statusbar text...
2010-07-30  Alexander Nicolays... shdocvw: Add a statusbar to IE.
2010-07-29  Alexander Nicolays... shdocvw: Update the address bar when URL changes.
2010-07-29  Alexander Nicolays... shdocvw: Add DocHostContainer interface to interact...
2010-07-28  Alexander Nicolays... shdocvw: Make the addressbar in IE do something useful.
2010-07-28  Alexander Nicolays... shdocvw: Add an address bar to IE.
2010-07-28  Jacek Cabanshdocvw: Inherit HlinkFrame in InternetExplorer object.
2010-07-23  Alexander Nicolays... shdocvw: Make the Open URL dialog open URLs.
2010-07-23  Alexander Nicolays... shdocvw: Add Open URL dialog to IE.
2010-07-23  Alexander Nicolays... shdocvw: Add About dialog to IE.
2010-07-23  Alexander Nicolays... shdocvw: Allow printing from the menubar in IE.
2010-07-23  Alexander Nicolays... shdocvw: Add menu bar to Internet Explorer.
2010-07-02  Paul Chitescushdocvw: Strip out initial whitespaces and quotes aroun...
2010-06-21  Dylan Smithshdocvw: Native RegisterClassEx requires cbSize to...
2010-06-10  Jacek Cabaniexplore: Use 1 as default icon ID.
2010-05-05  Alexandre Julliardshdocvw: Support setting an icon on the main iexplore...
2010-03-15  Jacek Cabanshdocvw: Use heap_alloc_zero to allocate DocHost objects.
2008-01-21  Jacek Cabanshdocvw: Use more flexible mechanism instead of WB_WM_N...
2007-11-28  Michael Stefaniucshdocvw: Rename the wrappers around HeapAlloc() &Co...
2007-11-05  Jacek Cabaniexplore: Added self-registration code.
2007-09-10  Jacek Cabanshdocvw: Better iexplore.exe command line handling.
2007-08-27  Dan Kegelshdocvw: iexplore needs to handle the -nohome option.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-15  Jacek Cabanshdocvw: Wrap Heap* finctions by inline functions.
2006-04-21  Jacek Cabanshdocvw: Don't create IE default window in embedding...
2006-04-21  Jacek Cabanshdocvw: Use InternetExplorer object in create_ie_window.
2006-04-20  Jacek Cabanshdocvw: Register InternetExplorer class factory in...
2006-04-20  Jacek Cabanshdocvw: Move IEWinMain to iexplore.c.
2006-04-20  Jacek Cabanshdocvw: Added beginning InternetExplorer implementation.
2006-04-10  Dmitry Timoshkovshdocvw: Constify IExplore OLE vtables.
2006-04-07  Mike McCormackshdocvw: Implement IEWinMain using a simple window...