netstat: Initial implementation.
[wine] / dlls / shell32 / ebrowser.c
2012-07-30  Nikolay Sivovshell32: Use proper macros when calling COM methods.
2011-07-12  Jay Yangshell32: Make IExplorerBrowser respond to CWM_GETISHELL...
2011-04-27  Marcus Meissnershell32: Mark internal symbols as hidden.
2011-01-17  David Hedbergshell32: Fix a leak in the ebrowser travellog (Valgrind).
2010-12-23  David Hedbergshell32: Add IInputObject stub to ExplorerBrowser.
2010-12-22  David Hedbergshell32: Standardize the COM usage in ebrowser.c.
2010-12-20  David Hedbergshell32: Return S_OK in ::SetPropertyBag.
2010-12-20  David Hedbergshell32: Fix ExplorerBrowser::SetRect to work properly...
2010-10-21  David Hedbergshell32: Replace bitwise XOR with a contextually more...
2010-10-21  David Hedbergshell32: Handle INameSpaceTreeControlEvents::OnSelectio...
2010-08-26  David Hedbergshell32: Add a navigation pane to the ExplorerBrowser...
2010-08-26  David Hedbergshell32: Add INameSpaceTreeControlEvents stub to the...
2010-08-26  David Hedbergshell32: Get ExplorerPaneVisibility from site of the...
2010-08-26  David Hedbergshell32: Check for ICommDlgBrowser from site and use...
2010-08-25  David Hedbergshell32: Add IObjectWithSite implementation to the...
2010-08-25  David Hedbergshell32: Implement CommDlgBrowser::OnDefaultCommand...
2010-08-25  David Hedbergshell32: Add ICommDlgBrowser3 stub to the ExplorerBrows...
2010-08-25  David Hedbergshell32: Add a travellog to the ExplorerBrowser control.
2010-08-25  David Hedbergshell32: Implement IExplorerBrowser::BrowseToObject.
2010-08-24  David Hedbergshell32: Implement IExplorerBrowser::BrowseToIDList...
2010-08-24  David Hedbergshell32: Implement IExplorerBrowser::Advise and IExplor...
2010-08-23  David Hedbergshell32: Implement IExplorerBrowser::SetFolderSettings.
2010-08-23  David Hedbergshell32: Add some basic support for hosting a shellview...
2010-08-23  David Hedbergshell32: Implement IExplorerBrowser::SetOptions and...
2010-08-20  David Hedbergshell32: Implement IExplorerBrowser::SetRect.
2010-08-20  David Hedbergshell32: Implement IExplorerBrowser::Initialize.
2010-08-20  David Hedbergshell32: Add IShellBrowser stub.
2010-08-20  David Hedbergshell32: Add IExplorerBrowser interface stub.