user32/tests: Added more GetMenuBarInfo tests.
[wine] / dlls / shell32 /
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.
2012-01-10  Nikolay Sivovshell32: Remove menu insertion helper.
2012-01-09  Nikolay Sivovshell32: Use S_OK as successful return code name.
2012-01-09  Nikolay Sivovshell32: Remove redundant loop to count already known...
2012-01-09  Nikolay Sivovshell32: Store common menu data in a separate structure.
2011-12-20  Francois Gougetinclude: Add a few missing include directives to shlguid.h.
2011-12-05  Alexandre Julliardshell32: Convert dialogs to po files.
2011-11-30  Alex Henrieshell32: Update Catalan translation.
2011-11-23  Frédéric Delanoyshell32: Avoid hardcoding array lengths.
2011-11-21  Frédéric Delanoyshell32: Avoid harcoding array lengths.
2011-11-21  Nikolay Sivovshell32: Avoid null pointer dereference in traces.
2011-11-07  Alexandre Julliardshell32/tests: Avoid some array bounds warnings.
2011-11-02  Andrew Talbotshell32: Remove unneeded address-of operators from...
2011-11-01  Alistair Leslie... shell32: Release site pointer.
2011-10-26  Bruno Jesusshell32: Don't parse command line if numargs is NULL...
2011-10-24  André Hentschelshell32: Use MAX_PATH for a DOS path.
2011-10-20  Michael Mc Donnellshell32: Set pointer to NULL after free to avoid double...
2011-10-20  Alex Henrieshell32: Update Catalan translation.
2011-10-19  Andrew Eikumshell32: ShellExec with empty operation should behave...
2011-10-18  Piotr Cabanshell32/tests: Fix uninitialized memory access (Valgrind).
2011-10-18  Piotr Cabanshell32: Don't convert output parameter in SHBrowseForF...
2011-10-17  Juan Langshell32: Use existing buffer rather than copying, and...
2011-10-17  Juan Langshell32: Check size of input parameters before copying...
2011-10-10  Michael Stefaniucshell32: Avoid an unsafe iface to object cast in AddToE...
2011-10-10  Michael Stefaniucshell32: Return the IEnumIDList object on its creation.
2011-10-10  Michael Stefaniucshell32: Simplify RecycleBin_EnumObjects() a little.
2011-10-10  Michael Stefaniucshell32: Get rid of a local typedef for a struct.
2011-10-10  Michael Stefaniucshell32: Avoid the forward declaration of the IEnumIDLi...
2011-10-10  Michael Stefaniucshell32: Basic COM cleanup for the IEnumIDList iface.
2011-10-10  Michael Stefaniucshell32: Pass an object instead of an iface to a helper...
2011-10-10  Michael Stefaniucshell32: Merge enumidlist.h into the main header file.
2011-09-27  Thomas Fabershell32/tests: Fix build with MSVC.
2011-09-27  Francois Gougettests: Remove unneeded assert.h includes.
2011-09-26  André Hentschelshell32/tests: Don't test function directly when report...
2011-09-26  Michael Stefaniucshell32: Pass the object instead of the iface to helper...
2011-09-26  Michael Stefaniucshell32: COM cleanup in shellpath.c.
2011-09-23  André Hentschelshell32/tests: Fix typos.
2011-09-21  Michael Stefaniucshell32: Remove casts to the type of the casted expression.
2011-09-21  Piotr Cabanshell32/tests: Added more SHChangeNotify tests.
2011-09-21  Piotr Cabanshell32: Fixed SHCNRF_NewDelivery flag support in SHCha...
2011-09-21  Piotr Cabanshell32: Don't call SendMessage inside critical section.
2011-09-20  Francois Gougetshell32: Fix printing NULL strings.
2011-09-19  Francois Gougetshell32: Use wine_dbgstr_rect() to trace a potentially...
2011-09-14  Francois Gougetshell32: Use a more standard syntax for multi-line...
2011-09-13  Nikolay Sivovshell32/tests: Make test explicit about return pointer.
2011-09-12  Francois Gougetshell32: Add parentheses to clarify the precedence...
2011-09-12  Nikolay Sivovshell32: Fix pidl leak (Valgrind).
2011-09-08  Alexander Morozovquery: Add stub for LoadIFilter.
2011-09-01  Octavian Voicushell32: Fix an incorrect pointer/integer cast on 64...
2011-09-01  Octavian Voicushell32/tests: Add a todo for two recycle bin tests...
2011-08-31  Michael Stefaniucshell32: Move ISvBgCm_Constructor() to avoid a forward...
2011-08-31  Michael Stefaniucshell32: COM cleanup in shv_bg_cmenu.c.
2011-08-31  Michael Stefaniucshell32: Pass objects instead of ifaces to helpers.
2011-08-31  André Hentschelshell32/tests: Fix checking the child strings.
2011-08-30  Andrew Talbotshell32: Remove unneeded address-of operators from...
2011-08-24  Francois GougetAssorted spelling fixes.
2011-08-24  André Hentschelshell32/tests: Initial directory tests for ShellExecuteEx.
2011-08-24  Louis Lendersshell32: Define icon resource 319.
2011-08-23  Mariusz Plucińskishell32: Replace call of RegDeleteKeyW by SHDeleteKeyW.
next