wined3d: Verify state representatives represent themselves.
[wine] / dlls / shell32 /
2010-03-30  Alexandre Julliardshell32: Pack the systray data structure to allow cross...
2010-03-30  Alexandre Julliardshell32: Pack the appbar data structure to allow crossi...
2010-03-30  Nikolay Sivovshell32: Rename My Computer folder implementation struc...
2010-03-30  Nikolay Sivovshell32: Rename desktop folder data structure to reflec...
2010-03-29  Alexandre Julliardshell32: Always start the 64-bit version of winemenubui...
2010-03-29  Mikhail Maroukhineshell32: Fix compiler warnings with flag -Wcast-qual.
2010-03-29  Mikhail Maroukhineobjbase.h: CLSIDFromString: Add constness to the parame...
2010-03-29  Michael Stefaniucshell32: Use FAILED instead of !SUCCEEDED.
2010-03-25  Ilya Basinshell32: Enable dde for SEE_MASK_CLASSALL.
2010-03-24  Nikolay Sivovshell32/tests: Fix a test crash on Win9x.
2010-03-23  Nikolay Sivovshell32: Add IFolderView::Item implementation.
2010-03-23  Nikolay Sivovshell32/tests: Use strict comparison for return values.
2010-03-23  Nikolay Sivovshell32: Add IShellFolderView::RemoveObject for IShellView.
2010-03-23  Nikolay Sivovshell32: IShellView::ContextSensitiveHelp not implemented.
2010-03-22  Paul Vriensshell32/tests: Fix test failures on Win95, Win98 and...
2010-03-22  Nikolay Sivovshell32: Implement IShellFolderView::QuerySupport no...
2010-03-22  Nikolay Sivovshell32: Add IShellFolderView::SetRedraw implementation.
2010-03-22  Nikolay Sivovshell32: Implement some IShellFolderView methods over...
2010-03-22  Nikolay Sivovshell32: Add IShellFolderView::GetSelectedObjects imple...
2010-03-22  Nikolay Sivovshell32: Add a stub IShellFolderView for IShellView.
2010-03-22  Nikolay Sivovshell32: Remove a useless debug switch, fix prototype.
2010-03-22  Nikolay Sivovshell32: Add a note about a possible crash on NULL...
2010-03-22  Nikolay Sivovshell32: Add IPersist support for desktop IShellFolder.
2010-03-22  Nikolay Sivovshell32: Some debug tracing improvements.
2010-03-22  Nikolay Sivovshell32: Properly fail for unsupported interfaces in...
2010-03-22  Francois Gougetshell32/tests: Remove spaces before '\n'.
2010-03-19  Nikolay Sivovshell32: Add IPersistFile::GetCurFile implementation...
2010-03-16  Ilya Basinshell32/tests: Add tests for the parser of SHELLEXECUTE...
2010-03-16  David Hedbergshell32: Initial support for the properties command...
2010-03-16  David Hedbergshell32: SHCreatePropSheetExtArrayEx should check if...
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit separat...
2010-03-15  Nikolay Sivovshell32: Add SHCreateFileExtractIconW stub.
2010-03-15  Nikolay Sivovshell32/shellview: Don't crash on ::DragLeave called...
2010-03-15  Nikolay Sivovshell32/shellview: Implement IFolderView::ItemCount...
2010-03-15  Nikolay Sivovshell32/shellview: Implement IFolderView::GetFolder...
2010-03-15  Nikolay Sivovshell32/shellview: Implemented IFolderView::GetFocusedItem.
2010-03-15  Nikolay Sivovshell32/shellview: Implemented IFolderView::GetSelectio...
2010-03-15  Nikolay Sivovshell32/shellview: Remove unneeded memset, release...
2010-03-15  Nikolay Sivovshell32: Initial test file for IShellView/IFolderView...
2010-03-15  Nikolay Sivovshell32/shellview: Use W-calls for menu handling, same...
2010-03-15  Nikolay Sivovshell32/shellview: Improve error handling on some helpe...
2010-03-05  Huw Daviesshell32: Mask out the CSIDL_ flags.
2010-03-05  Huw Daviesshell32: Improve a TRACE and issue a FIXME if the inter...
2010-03-05  Nikolay Sivovshell32: Stub IShellView2::SelectAndPositionItem()...
2010-03-05  Nikolay Sivovshell32: Move SelectItem implementation to IFolderView...
2010-03-05  Nikolay Sivovshell32: Cast to class data pointer IShellView2 vtable...
2010-03-05  Nikolay Sivovshell32: Stub IFolderView implementation for IShellView...
2010-03-04  Nikolay Sivovshell32: Use return value on failure updated in Vista+.
2010-03-04  Paul Vriensshell32/tests: Prevent crash on W2K and below.
2010-03-03  Nikolay Sivovshell32: Remove WINAPI where it's not needed.
2010-03-03  Nikolay Sivovshell32: Implement SHParseDisplayName with basic tests.
2010-03-03  Nikolay Sivovshell32/tests: Minor test file cleanup.
2010-02-24  Alexandre Julliardshell32/tests: Fix broken check of the ok() macro retur...
2010-02-24  Alexandre Julliardshell32/tests: Don't use the return value of the ok...
2010-02-23  Christian Costashell32: Allow copy operation to overwrite an existing...
2010-02-22  Alexandre Julliardmakefiles: Use the standard C_SRCS variable as the...
2010-02-10  Paul Vriensshell32/tests: Fix a test failure on NT4.
2010-02-08  Vincent Povirkshell32: Use the current directory when copying to...
2010-02-04  Michael Stefaniucshell32: Don't print the function name twice in an...
2010-02-03  Nikolay Sivovshell32: Fix a debug channel.
2010-01-28  Alexandre Julliardshell32: Put the temp directory inside the user profile...
2010-01-26  Paul Vriensshell32/tests: Fix the old shell32 detection.
2010-01-26  Christian Costashell32: Improve some FIXMEs.
2010-01-25  Paul Vriensshell32/tests: Fix test failures on old shell32 for...
2010-01-25  Paul Vriensshell32/tests: Skip FO_COPY tests on old shell32.
2010-01-25  Paul Vriensshell32/tests: Fix FO_RENAME tests for old shell32.
2010-01-22  Huw Daviesshell32: Add a test to show the IShellLink_GetIDList...
2010-01-19  Paul Vriensshell32/tests: Fix crash on ancient Win95.
2010-01-14  Paul Vriensshell32: Remove some unneeded parameter setting.
2010-01-11  Marcus Meissnershell32: Handle bad menu handle (Coverity).
2010-01-08  Paul Vriensshell32: Fix length parameter for ZeroMemory (Coccinelle).
2010-01-07  Nikolay Sivovshell32/shelllink: Fix some string buffers leaks.
2010-01-06  Reece DunnDon't generate FIXME warnings for DllCanUnloadNow.
2009-12-30  Alexandre Julliardshell32: Move the RunDLL_CallEntry16 implementation...
2009-12-30  Rob Shearmanshell32: Fix a potentially large memory leak in IQueryA...
2009-12-30  Rob Shearmanshell32: Fix memory leaks in autocomplete tests.
2009-12-30  Rob Shearmanshell32: Fix style in autocomplete tests to more match...
2009-12-28  Alexandre Julliardshell32: Don't use the instance of the owner window...
2009-12-28  Michael Stefaniucshell32: Remove some superfluous LPARAM/WPARAM casts.
2009-12-23  Alexandre Julliardshell32/tests: Fix the system directory test for old...
2009-12-21  Alexandre Julliardshell32: Use the module instance instead of that of...
2009-12-18  Vincent Povirkshell32: Fix a memory leak in SHFileOperationW.
2009-12-17  Huw Daviesshell32: Fix a memory leak.
2009-12-16  Huw Daviesshell32: Fix a memory leak in the tests.
2009-12-14  Vincent Povirkshell32: Fix a memory leak in a test.
2009-12-14  Vincent Povirkshell32: Fix an uninitialized memory access in SHGetFil...
2009-12-11  Paul Vriensshell32/tests: Fix a test failure on a default Windows...
2009-12-09  Nikolay Sivovshell32: Fix some trace typos.
2009-12-08  Paul Vriensshell32/tests: Remove a useless string.
2009-12-08  Paul Vriensshell32/tests: Remove a now unused define.
2009-12-08  Paul Vriensshell32/tests: Removed an unused define.
2009-12-08  Paul Vriensshell32/tests: Decide whether to use CSIDL_PROGRAMS...
2009-12-08  Paul Vriensshell32/tests: Cope with non-English Vista+ and short...
2009-12-04  Marcus Meissnershell32: handle corrupt entry in iconcache registry...
2009-12-03  Paul Vriensshell32/tests: Don't fill a string with potential garbage.
2009-12-02  Marcus Meissnershell32: Check for NULL lpText (Coverity).
2009-12-01  Austin Lundshell32/tests: Fix ITEMIDLIST_format test when running...
2009-12-01  Paul Vriensshell32/tests: Fix test failure on non-English locale.
2009-11-29  Paul Vriensshell32/tests: Change a trace into a skip for skipped...
2009-11-29  Paul Vriensshell32/tests: Remove an unneeded HeapAlloc.
next