wpp: Add explicit casts when mixing unsigned and signed integers.
[wine] / dlls / shell32 /
2011-02-25  Austin Englishshell32/tests: Remove win9x hacks.
2011-02-14  Austin Englishshell32: Trace APPBARDATA struct members based on messa...
2011-02-14  Austin Englishshell32/tests: Don't check return values inside of...
2011-02-14  Austin Englishshell32/tests: Make sure a return value is used (LLVM...
2011-02-14  Austin Englishshell32/tests: Don't check return values inside of...
2011-02-14  Austin Englishshell32/tests: Make sure return values are used (LLVM...
2011-02-14  Austin Englishshell32/tests: Don't check return values inside of...
2011-02-14  Austin Englishshell32/tests: Don't check return values inside of...
2011-02-14  Austin Englishshell32/tests: Make sure return values are used (LLVM...
2011-02-09  Austin Englishshell32/tests: Don't check return values inside of...
2011-02-08  Alexander Morozovshell32: Partially implement FolderItem::get_Path.
2011-02-08  Alexander Morozovshell32: Implement Folder2::get_Self.
2011-02-04  Alexander Morozovshell32/tests: NT4 doesn't have the Folder2 interface.
2011-02-03  Alexander Morozovshell32/tests: Add tests for FolderItem::get_Path.
2011-02-03  Alexander Morozovshell32: Release iTypeInfo on error.
2011-02-01  Andrew Nguyenshell32: Keep at least one reference to the autocomplet...
2011-02-01  Andrew Nguyenshell32: Store the autocompletion object pointer in...
2011-02-01  Andrew Nguyenshell32: Improve initialization state and parameter...
2011-02-01  Andrew Nguyenshell32/tests: Release the IAutoComplete interface...
2011-01-31  Nikolay Sivovshell32/tests: Fix a dependency on unimplemented functi...
2011-01-28  Alexander Morozovshell32: Partially implement Folder::get_Title.
2011-01-28  Alexander Morozovshell32: Implement IShellDispatch::NameSpace.
2011-01-27  Alexander Morozovshell32/tests: Fix test failure on some NT4.
2011-01-27  Greg Geldorpshell32/tests: Use long file name.
2011-01-27  Michael Stefaniucshell32: Use ifaces instead of vtbl pointers in RecycleBin.
2011-01-26  Greg Geldorpshell32/tests: Remove shlwapi dependency.
2011-01-25  Vincent Povirkshell32: Test links to executable filenames lacking...
2011-01-24  Alexander Morozovshell32/tests: Add tests for IShellDispatch::NameSpace.
2011-01-24  Nikolay Sivovshell32/tests: Fix couple PIDL leaks in tests.
2011-01-24  Nikolay Sivovshell32: Fix a parent PIDL leak (Valgrind).
2011-01-21  Alexander Morozovshell32: Implement IDispatch methods of IShellDispatch.
2011-01-21  Andrew Nguyenshell32: Fix initial reference count for a new IAutoCom...
2011-01-20  Nikolay Sivovshell32/tests: Close find file handle (Valgrind).
2011-01-20  Nikolay Sivovshell32: Free cloned PIDL after tree initialization...
2011-01-20  Nikolay Sivovshell32: Fix interface leak while adding tree items.
2011-01-19  Alexandre Julliardshell32: Convert dll registration to the IRegistrar...
2011-01-19  Alexander Morozovshell32: Added typelib.
2011-01-19  Alexander Morozovshell32: Register CLSID_Shell.
2011-01-19  Alexander Morozovshell32: Add stub implementation of IShellDispatch.
2011-01-19  Nikolay Sivovshell32: Fix interface leak (Valgrind).
2011-01-19  Nikolay Sivovshell32/tests: Fix a PIDL leak in tests (Valgrind).
2011-01-18  Austin Englishshell32/tests: fix a couple memory leaks (Valgrind).
2011-01-17  David Hedbergshell32/tests: Fix a leak in the ebrowser tests (Valgrind).
2011-01-17  David Hedbergshell32: Fix a leak in the ebrowser travellog (Valgrind).
2011-01-17  Nikolay Sivovshell32: Fix a cloned PIDL leak (Valgrind).
2011-01-17  Nikolay Sivovshell32/tests: Fix some leaks in tests (Valgrind).
2011-01-13  Piotr Cabanshell32: Don't check if files are of the same type...
2011-01-13  Piotr Cabanshell32: Try to get file status from FileSystemBindData...
2011-01-13  Alexandre Julliardshell32: Convert menu and string table resources to...
2011-01-13  Alexandre Julliardshell32: Build the file filter by hand instead of hardc...
2011-01-06  Piotr Cabanshell32: Improved equal ITEMIDLISTs handling in ILIsParent.
2011-01-03  David Hedbergshell32: Fix test error on certain w2k8 setups.
2010-12-31  André Hentschelshell32/tests: Don't test function directly when report...
2010-12-30  André Hentschelshell32/tests: Don't test function directly when report...
2010-12-28  Greg Geldorpshell32/tests: Fix race conditions.
2010-12-28  Greg Geldorpshell32/tests: Support for IShellFolderView::RemoveObje...
2010-12-23  David Hedbergshell32: Add IInputObject stub to ExplorerBrowser.
2010-12-23  André Hentschelshell32/tests: Fix a typo.
2010-12-22  David Hedbergshell32: Standardize the COM usage in ebrowser.c.
2010-12-20  David Hedbergshell32: Add IShellItem2 stub to ShellItem implementation.
2010-12-20  David Hedbergshell32: IShellItem::GetAttributes should also work...
2010-12-20  David Hedbergshell32: Return S_OK in ::SetPropertyBag.
2010-12-20  David Hedbergshell32: Fix ExplorerBrowser::SetRect to work properly...
2010-12-16  Michael Stefaniucshell32: Use an iface instead of a vtbl pointer in...
2010-12-14  André Hentschelshell32: Fix shelllink test to not crash on NT4.
2010-12-08  Michael Stefaniucshell32/tests: Standardize the COM usage in shlview.c.
2010-12-07  Michael Stefaniucshell32: Use an iface instead of a vtbl pointer in...
2010-12-07  Michael Stefaniucshell32: Use an iface instead of a vtbl pointer in...
2010-12-07  Michael Stefaniucshell32: Standardize the COM usage in dataobject.c.
2010-12-06  Andrew Eikumshell32: Correctly construct the PIDL given to SHChange...
2010-12-05  Michael Stefaniucshell32: Use an iface instead of a vtbl pointer in...
2010-12-05  Michael Stefaniucshell32: Use ifaces instead of vtbl pointers in IDeskto...
2010-12-05  Michael Stefaniucshell32: Use an iface instead of a vtbl pointer in...
2010-12-03  Alexandre Julliardresources: Define a generic mechanism for adding extra...
2010-12-03  Austin Lundshell32/tests: Fixed SHPathPrepareForWriteW tests on...
2010-11-29  Paul Vriensshell32/tests: Use more A-functions to fix Win95 and...
2010-11-29  Maarten Lankhorstshell32: Fix pointer truncation in SHGetFileInfoA.
2010-11-18  Andrew Eikumshell32: Fix an off-by-one error that causes an infinit...
2010-11-16  Piotr Cabanshell32/tests: Added SHPropStg* tests.
2010-11-16  Piotr Cabanshell32: Added partial implementation of SHPropStgWrite...
2010-11-16  Piotr Cabanshell32: Added partial implementation of SHPropStgReadM...
2010-11-16  Piotr Cabanshell32: Added SHPropStgCreate implementation.
2010-11-16  Piotr Cabanshell32: Added SHPropStg* stubs.
2010-11-15  Cheer Xiaoshell32: Update Simplified Chinese translation.
2010-11-15  Andrew Eikumshell32: PIDLs should be checked recursively in SHChang...
2010-11-15  Andrew Eikumshell32/tests: Make SHChangeNotify tests more easily...
2010-11-12  Andrew Eikumshell32: Don't search Path or PIDL for an icon in IShel...
2010-11-12  Andrew Eikumshell32: Don't fail if the path doesn't exist in Unix...
2010-11-11  Alexandre Julliardshell32: Store the raw AUTHORS file in resources instea...
2010-11-10  Piotr Cabanshell32: Improved IShellFolder_GetUIObjectOf implementa...
2010-11-08  David Hedbergshell32: Don't allow binding to files in any ShellFolde...
2010-11-08  David Hedbergshell32: Remove reliance on the ability to bind to...
2010-11-08  David Hedbergshell32: Remove reliance on the ability to bind to...
2010-11-08  David Hedbergshell32: Fix trace formatting in SHGetNameFromIDList.
2010-11-08  David Hedbergshell32: Don't crash on NULL cmdgroup in DefView OleCom...
2010-11-08  Paul Vriensshell32: Update Serbian (Latin and Cyrillic) translations.
2010-10-29  Gustavo Henrique... shell32: Update Portuguese translation.
2010-10-25  Alexandre Julliardshell32: Make more functions available by name.
2010-10-25  Marcus Meissnershell32: Pass correct size to MultiByteToWideChar.
2010-10-21  David Hedbergshell32: Replace bitwise XOR with a contextually more...
next