rundll32: Check more heap allocation failure paths for consistency.
[wine] / dlls / shell32 /
2010-05-03  Aric Stewartshell32: Handle NULL pName in ShellLink fnSetDescription.
2010-04-27  Nikolay Sivovshell32/shlview: Remove redundant message sent on every...
2010-04-27  Nikolay Sivovshell32/shlview: Try to use IShellDetails to respond...
2010-04-26  André Hentschelshell32: Return boolean values.
2010-04-22  Nikolay Sivovshell32/shlview: Fix a typo in null pointer test condit...
2010-04-22  Aurimas Fišerasshell32: Update Lithuanian translation.
2010-04-21  Frédéric Delanoyshell32: Update French translation.
2010-04-20  Paul Vriensshell32: Update Dutch translation.
2010-04-20  Nikolay Sivovshell32/tests: Fix a test failure on W2K (unimplemented...
2010-04-20  Michael Stefaniucshell32: Update the Romanian translation.
2010-04-20  André Hentschelshell32: Update German translation.
2010-04-19  Nikolay Sivovshell32: Fallback to IShellDetails while filling shell...
2010-04-19  Nikolay Sivovshell32: Load shell folder column names as A/W strings...
2010-04-19  Nikolay Sivovshell32: Add printers CLSID to test, clean up a bit.
2010-04-19  Nikolay Sivovshell32: Add ::Initialize() and ::GetCurFolder() for...
2010-04-19  Nikolay Sivovshell32: Use shared code to return column details from...
2010-04-19  Nikolay Sivovshell32: Add ::GetDefaultColumnState() and partial...
2010-04-19  Andrew Nguyenshell32/tests: Release the test desktop interface on...
2010-04-16  Nikolay Sivovshell32: Support IShellView in ::CreateViewObject(...
2010-04-16  Nikolay Sivovshell32: Add IPersistFolder2 stub for printers folder.
2010-04-14  Joel Holdsworthshell32: Replaced trash_file.ico with a Tango compliant...
2010-04-14  Joel Holdsworthshell32: Replaced shortcut.ico with a Tango compliant...
2010-04-14  Joel Holdsworthshell32: Replaced ramdisk.ico with a Tango compliant...
2010-04-14  Joel Holdsworthshell32: Replaced printer.ico with a Tango compliant...
2010-04-14  Joel Holdsworthshell32: Replaced netdrive2.ico with a Tango compliant...
2010-04-14  Joel Holdsworthshell32: Replaced netdrive.ico with a Tango compliant...
2010-04-14  Joel Holdsworthshell32: Replaced mydocs.ico with a Tango compliant...
2010-04-14  Joel Holdsworthshell32: Replaced mycomputer.ico with a Tango compliant...
2010-04-14  Joel Holdsworthshell32: Replaced folder_open.ico with a Tango complian...
2010-04-14  Joel Holdsworthshell32: Replaced floppy.ico with a Tango compliant...
2010-04-14  Joel Holdsworthshell32: Replaced drive.ico with a Tango compliant...
2010-04-14  Joel Holdsworthshell32: Replaced desktop.ico with a Tango compliant...
2010-04-14  Joel Holdsworthshell32: Replaced delete.ico with a Tango compliant...
2010-04-14  Joel Holdsworthshell32: Replaced cdrom.ico with a Tango compliant...
2010-04-14  Joel Holdsworthshell32: Replaced document.ico with a Tango compliant...
2010-04-14  Joel Holdsworthshell32: Replaced folder.ico with a Tango compliant...
2010-04-09  Alexandre Julliardshell32: Store an id in change notifications to avoid...
2010-04-09  Alexandre Julliardshell32: Convert the change notifications list to a...
2010-04-07  Alexandre Julliardwinapi: Generate the 64-bit variant of structure size...
2010-04-06  Nikolay Sivovshell32: Add stub shell folder for CLSID_Printers.
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.
next