msvcrt: Use per thread locale in many functions.
[wine] / dlls / shell32 /
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.
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...
next