explorerframe: Convert dll registration to the IRegistrar mechanism.
[wine] / dlls / explorerframe / tests /
2010-10-01  Alexandre Julliardtests: Make some variables static.
2010-09-19  Alexandre Julliardmakefiles: Add a standard header for all makefiles...
2010-08-26  David Hedberginclude: Fix INameSpaceTreeControlEvents interface...
2010-08-25  Alexandre Julliardexplorerframe/tests: Initialize cbstate to a dummy...
2010-08-24  Francois Gougetexplorerframe/tests: Add a trailing '\n' to an ok(...
2010-08-19  David Hedbergexplorerframe: Some additional basic tests.
2010-08-19  David Hedbergexplorerframe: Implement EnsureItemVisible.
2010-08-19  David Hedbergexplorerframe: Implement HitTest.
2010-08-19  David Hedbergexplorerframe: Implement GetItemRect.
2010-08-18  David Hedbergexplorerframe: Implement GetSelectedItems.
2010-08-18  David Hedbergexplorerframe: Implement GetNextItem.
2010-08-18  David Hedbergexplorerframe: Implement SetItemState and GetItemState.
2010-08-18  David Hedbergexplorerframe: Implement CollapseAll.
2010-08-17  David Hedbergexplorerframe: Handle keyboard events.
2010-08-17  David Hedbergexplorerframe: Handle changing the selection.
2010-08-17  David Hedbergexplorerframe: Implement expansion of nodes.
2010-08-04  David Hedbergexplorerframe: Implement GetRootItems.
2010-08-04  David Hedbergexplorerframe: Implement RemoveRoot and RemoveAllRoots.
2010-08-04  David Hedbergexplorerframe: Implement InsertRoot and AppendRoot.
2010-08-03  David Hedbergexplorerframe: Implement TreeAdvise/TreeUnadvise.
2010-08-03  David Hedbergexplorerframe: Implement Set/GetControlStyle(2).
2010-08-03  David Hedbergexplorerframe: Add IOleWindow implementation.
2010-08-03  David Hedbergexplorerframe: Implement Initialize.
2010-08-02  David Hedbergexplorerframe/tests: Add initial NamespaceTreeControl...