wined3d: Trace the minimum buffer map alignment in wined3d_adapter_init_gl_caps().
[wine] / dlls / shell32 /
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.
2011-08-22  Andrew Talbotshell32: Remove redundant function declaration.
2011-08-05  Francois Gougetshell32: Make SHELL_CreateContextMenu() static.
2011-08-05  Francois Gougetshell32: Remove WINAPI on static functions where not...
2011-08-04  Mariusz Plucińskishell32: Check if known folder's relative path was...
2011-08-04  Mariusz Plucińskishell32/tests: Add verification of FOLDERID_ProgramFile...
2011-08-04  Mariusz Plucińskishell32/tests: Add verification of known folders defini...
2011-08-04  Mariusz Plucińskishell32/tests: Add verification of known folders attrib...
2011-08-04  Frédéric Delanoytests: Assorted spelling fixes.
2011-08-04  Jay Yangshell32: Implement SHCreateDefaultContextMenu and CDefF...
2011-08-03  Mariusz Plucińskishell32/tests: Add verification of known folders parsin...
2011-08-03  Frédéric Delanoydlls: Assorted spelling fixes.
2011-08-02  Jay Yangshell32/tests: Add tests for SHCreateDefaultContextMenu.
2011-08-02  Jay Yangshell32: Have the system context menus respect idCmdFirst.
2011-08-02  Alexandre Julliardwinecrt0: Remove the clsid parameter in __wine_(un...
2011-08-02  Alexandre Julliardmakefiles: Generate resource files for typelibs.
2011-08-01  Jacek Cabanshell32: Moved MruLongList registration to shell32...
2011-08-01  Mariusz Plucińskishell32/tests: Add checking some non-published known...
2011-08-01  Mariusz Plucińskishell32/tests: Add notification when expected known...
2011-08-01  Mariusz Plucińskishell32/tests: Add notification about unknown known...
2011-08-01  Mariusz Plucińskishell32/tests: Add verification of known folders relati...
2011-07-29  Octavian Voicushell32: Disable WOW64 redirection when converting...
2011-07-28  Huw Daviesshell32: Initialise the error string pointer.
2011-07-25  Mariusz Plucińskishell32/tests: Add verification of known folders parents.
2011-07-25  Mariusz Plucińskishell32/tests: Add verification of known folders catego...
2011-07-25  Mariusz Plucińskishell32/tests: Fix mistake in checking known folder...
2011-07-25  Nikolay Sivovshell32/autocomplete: Remove redundant memory initializ...
2011-07-25  Nikolay Sivovshell32/autocomplete: Really append suggested part...
2011-07-25  Nikolay Sivovshell32/autocomplete: Autocompletion should be case...
2011-07-20  Vincent Povirkshell32: Dynamically allocate argify buffer if the...
2011-07-20  Vincent Povirkshell32: Include NULL terminators in the lengths used...
2011-07-20  Jay Yangshell32: Make ISFHelper_fnCopyItems actually copy the...
2011-07-19  Mariusz Plucińskishell32: Fix FOLDERID_Document definition.
2011-07-19  Mariusz Plucińskishell32: Add IKnownFolder::GetFolderDefinition() implem...
2011-07-19  Mariusz Plucińskishell32/tests: Add checking known folders' names.
2011-07-19  Michael Stefaniucshell32: Use FAILED instead of !SUCCEEDED.
2011-07-14  Francois Gougetshell32: Make erase_items() static.
2011-07-14  Francois Gougetshell32: Add a trailing '\n' to Wine trace calls.
2011-07-14  Akihiro Sagawapo: Add message contexts for 'Desktop' and update Japan...
2011-07-14  Akihiro Sagawapo: Add message contexts for 'Restore' and update Japan...
2011-07-14  Marcus Meissnershell32: Check error return in get_known_folder_path...
2011-07-12  Jay Yangshell32: Have the default shell view call SHChangeNotif...
2011-07-12  Jay Yangshell32: Make IExplorerBrowser respond to CWM_GETISHELL...
2011-07-09  Jay Yangshell32: Implement restoring items from the recycle...
2011-07-09  Jay Yangshell32: Implement a context menu for the recycle bin.
2011-07-09  Jay Yangshell32: Have RecycleBin implement ISFHelper.
2011-07-09  Jay Yangshell32: Implement SHEmptyRecycleBin.
2011-07-09  Jay Yangshell32: Implement SHQueryRecycleBin.
2011-07-09  Jay Yangshell32/tests: Add tests for SHQueryRecycleBin.
2011-07-08  Frédéric Delanoyshell32: Remove dead assignment (Clang).
next