atl80: Added AtlComModuleRegisterServer implementation (based on AtlModuleRegisterSer...
[wine] / dlls / shell32 /
2012-12-26  Frédéric Delanoyxdg: Fix a file handle leak (coverity).
2012-12-21  Andrew Talbotshell32: Indentation fix.
2012-12-05  Detlef Riekenbergshell32/tests: Add tests for DoEnvironmentSubstA/W.
2012-12-05  Detlef Riekenbergshell32: Fix DoEnvironmentSubstA implementation.
2012-12-05  Detlef Riekenbergshell32: Implement DoEnvironmentSubstW.
2012-11-27  Detlef Riekenbergshell32/tests: Remove wrong comment.
2012-11-22  Andrew Talbotshell32: Remove unused variable.
2012-11-20  Michael Stefaniucshell32: Use the proper type for a function pointer...
2012-11-12  Francois Gougetshell32: Fix a buffer overflow in CommandLineToArgvW().
2012-11-07  Daniel Lehmanshell32: Initialize fAnyOperationsAborted in SHFileOper...
2012-10-29  André Hentschelshell32: Reorder code to avoid memory leaks (coverity).
2012-10-18  Francois Gougetshell32: Standardize on the ShellExecuteEx() terminology.
2012-10-16  Francois Gougetshell32/tests: Fix a test_argify() check that fails...
2012-10-15  Marcus Meissnershell32: Avoid memory leaking buf (Coverity).
2012-10-10  Francois Gougetshell32: Fix ShellExecute()'s handling of file URLs.
2012-10-10  Francois Gougetshell32/tests: Simplify shlexec's test_directory()...
2012-10-09  Francois Gougetshell32: Don't expand environment variables in ShellExe...
2012-10-09  Francois Gougetshell32: Fix CommandLineToArgvW()'s handling of the...
2012-10-09  Francois Gougetshell32: Simplify CommandLineToArgvW() a bit.
2012-10-09  Francois Gougetshell32/tests: Fix test_one_cmdline() and add a few...
2012-10-08  Francois Gougetshell32/tests: Greatly expand the test_argify() tests.
2012-10-08  Francois Gougetshell32/tests: Merge shlexec's test_exes_long() with...
2012-10-08  Francois Gougetshell32/tests: Add more ShellExecute() shortcut tests.
2012-10-04  Francois Gougetshell32/tests: Write proper tests for CommandLineToArgvW().
2012-10-04  Francois Gougetshell32/tests: Simplify shlexec's test_argify() and...
2012-10-04  Francois Gougetshell32/tests: Some more type consistency fixes for...
2012-10-03  Marcus Meissnershell32: Check return value of SHGetSpecialFolderPathW...
2012-10-01  Francois Gougetshell32/tests: Improve the shell_execute{_ex}() tracing.
2012-10-01  Francois GougetAssorted spelling fixes.
2012-09-24  Francois Gougetshell32: Add some more function prototypes and fix...
2012-09-24  Francois GougetAssorted spelling fixes.
2012-09-24  Francois Gougetshell32/tests: Add a few more ShellExecute() file URL...
2012-09-24  Francois GougetUse the CP_ACP and NULL macros instead of numeric liter...
2012-09-21  Michael Stefaniucshell32/tests: Use the explicit type for a function...
2012-09-20  Erich Hoovershell32: Create the All Users Microsoft directory.
2012-09-20  Francois Gougetshell32: Add tests for ShellExecute()'s handling of...
2012-09-20  Francois Gougetshell32/tests: Use consistent types for the ShellExecut...
2012-09-12  Michael Stefaniucshell32: Fix the messed up indentation level in the...
2012-09-12  Michael Stefaniucshell32: Use a helper to trace the type of a STRRET.
2012-09-04  Francois GougetAssorted spelling fixes.
2012-09-03  Marcus Meissnershell32: Use characters not bytes in one place (Coverity).
2012-08-24  Nikolay Sivovshell32/tests: Use proper method macros.
2012-08-14  Michael Stefaniucshell32: Avoid TRUE:FALSE conditional expressions.
2012-07-30  Nikolay Sivovshell32: Use proper macros when calling COM methods.
2012-07-12  Erich Hoovershell32: Fix FindExecutable search path when a default...
2012-07-09  Marcus Meissnershell32: Avoid memcmp result truncation (Coverity).
2012-07-03  Detlef Riekenbergshell32/tests: Fix a failure on w2k.
2012-06-29  Austin Englishshell32: Add a stub for SHSetUnreadMailCountW.
2012-06-22  Detlef Riekenbergshell32/tests: Ignore case when comparing filenames.
2012-06-20  Damjan Jovanovicshell32: Fix some function prototypes.
2012-06-20  Damjan Jovanovicshell32: Fix some return types.
2012-06-15  Francois Gougetshell32/tests: Get rid of unneeded function typedefs.
2012-06-07  Daniel Jelinskishell32: Make folder names in folder picker editable.
2012-06-06  Alexandre Julliardshell32: Remove the applet valid flag and improve the...
2012-06-05  Alexandre Julliardshell32: Convert the control panel list to a standard...
2012-06-05  Alexandre Julliardshell32: Use a default icon for control panels without...
2012-06-04  Francois GougetAssorted spelling fixes.
2012-05-30  Oleksij Rempelshell32: Return empty list instead of NULL.
2012-05-15  Francois GougetAssorted typo, spelling, wording and case fixes.
2012-05-08  Nikolay Sivovshell32: Implement IShellDispatch2::IsServiceRunning().
2012-05-07  Nikolay Sivovshell32: Added a stub for IShellDispatch2.
2012-05-01  Austin Englishshell32: Add a stub SHGetKnownFolderIDList.
2012-03-27  Piotr Cabanshell32: Handle ASSOCDATA_EDITFLAGS in IQueryAssociatio...
2012-03-27  Piotr Cabanshell32: Prepare QueryAssociations helper functions...
2012-03-26  Michael Stefaniucshell32: Print the debug string and not the pointer...
2012-03-16  Ken Thomasesshell32: Partially implement Mac Trash backing for...
2012-02-27  Vincent Povirkshell32: Properly double-null-terminate the filter...
2012-02-20  Francois Gougetshell32: Make extracticon_create() static.
2012-02-16  Alexandre Julliardshell32: Define our own structure for control panel...
2012-02-08  Huw Daviesshell32: Don't try to check for the folder's existence...
2012-02-08  Huw Daviesshell32: Zero-init the out parameter and fix the error...
2012-02-07  Francois Gougetshell32: Fix the name of the 'Application Data' folders.
2012-02-06  Nikolay Sivovshell32: Use string comparison as autocompletion check.
2012-01-27  Michael Stefaniucshell32: Avoid an unsafe IExtractIconW to object cast.
2012-01-27  Michael Stefaniucshell32: COM cleanup for IPersistFile.
2012-01-27  Michael Stefaniucshell32: COM cleanup for IExtractIconA.
2012-01-27  Michael Stefaniucshell32: Forward IExtractIconA::Release to IExtractIcon...
2012-01-27  Michael Stefaniucshell32: COM cleanup for IExtractIconW.
2012-01-27  Michael Stefaniucshell32: Pass the object instead of the iface to an...
2012-01-23  Francois Gougetshell32: Don't translate the shell folder paths.
2012-01-23  Francois Gougetshell32: Use the plural for 'My Videos' wherever approp...
2012-01-23  Francois GougetAssorted spelling fixes.
2012-01-23  Francois GougetUse a single space after a full stop to follow the...
2012-01-16  Detlef Riekenbergshell32/tests: Simple tests for IApplicationAssociation...
2012-01-16  Detlef Riekenbergshell32: Add a stub for IApplicationAssociationRegistra...
2012-01-16  Detlef Riekenbergshell32: Avoid crash on NULL pointer.
2012-01-16  Detlef Riekenbergshell32/tests: Start tests for IQueryAssociations.
2012-01-16  Detlef Riekenbergshell32: Use SHFree for memory allocated with SHAlloc.
2012-01-13  Detlef Riekenbergshell32: Reorder functions to avoid forward declarations.
2012-01-13  Detlef Riekenbergshell32: Remove outdated dll names from comments.
2012-01-13  Nikolay Sivovshell32: Rearrange code to avoid forward declarations.
2012-01-12  Nikolay Sivovshell32: Unix folder COM cleanup.
2012-01-11  Nikolay Sivovshell32: Avoid casts when creating item menu.
2012-01-11  Nikolay Sivovshell32: Avoid pointer casts when background menu is...
2012-01-11  Nikolay Sivovshell32: Update to IContextMenu3.
2012-01-11  Nikolay Sivovshell32: Use shared IUnknown implementation for both...
2012-01-11  Nikolay Sivovshell32: Get rid of menu enabling helper.
2012-01-11  Nikolay Sivovshell32: Merge menu implementations together.
2012-01-10  Nikolay Sivovshell32: Merge ShellView menu implementations into...
2012-01-10  Nikolay Sivovshell32: Get rid of rename helper.
next