include: Assorted spelling fixes.
[wine] / dlls / explorerframe /
2012-11-02  Jacek Cabanexplorerframe: Moved TaskbarList implementation to...
2012-08-28  Jacek CabanFixed remaining wrong iface call helpers.
2012-08-15  Michael Stefaniucexplorerframe/tests: Avoid a TRUE:FALSE conditional...
2011-10-18  Marcus Meissnerexplorerframe: Fixed incorrect sizeof (Coverity).
2011-08-02  Alexandre Julliardwinecrt0: Remove the clsid parameter in __wine_(un...
2011-05-20  Nikolay Sivovexplorerframe: Get rid of interface pointer casts.
2011-05-18  Marcus Meissnerexplorerframe: Mark internal symbols with hidden visibi...
2011-02-07  Austin Englishexplorerframe/tests: Don't assign values to variables...
2011-02-01  Paul Vriensexplorerframe/tests: Don't compare potentially uninitia...
2011-01-31  Nikolay Sivovexplorerframe/tests: Initialize hit test point before...
2011-01-20  Michael Stefaniucexplorerframe: COM cleanup for the IClassFactory iface.
2011-01-17  Andrew Nguyenexplorerframe/tests: Free the shell items at the end...
2010-12-29  Michael Stefaniucexplorerframe/tests: COM cleanup for INameSpaceTreeCont...
2010-12-10  Alexandre Julliardexplorerframe: Convert dll registration to the IRegistr...
2010-12-03  Alexandre Julliardresources: Define a generic mechanism for adding extra...
2010-11-29  Michael Stefaniucexplorerframe: Use iface instead of vtbl pointers in...
2010-10-04  Andrew Talbotexplorerframe: Constify some variables.
2010-10-01  Alexandre Julliardtests: Make some variables static.
2010-09-27  Hans Leidekkerexplorerframe: Bump version.
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 some mouse events.
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-17  David Hedbergexplorerframe: Fix INameSpaceTreeControl::RemoveRoot.
2010-08-16  Michael Stefaniucexplorerframe: Don't cast NULL.
2010-08-04  David Hedbergexplorerframe: Implement GetRootItems.
2010-08-04  David Hedbergexplorerframe: Implement RemoveRoot and RemoveAllRoots.
2010-08-04  David Hedbergexplorerframe: Handle TVN_GETDISPINFO to get icons...
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: Create the treeview on initialization.
2010-08-03  David Hedbergexplorerframe: Implement Initialize.
2010-08-02  David Hedbergexplorerframe: Add some infrastructure to register...
2010-08-02  David Hedbergexplorerframe/tests: Add initial NamespaceTreeControl...
2010-08-02  David Hedbergexplorerframe: Add classfactory implementation.
2010-08-02  David Hedbergexplorerframe: Add a stub of NamespaceTreeControl.
2010-08-02  David Hedbergexplorerframe: Implement DllGetVersion.
2010-08-02  David Hedbergexplorerframe: Add dll stub.