d3drm: Implement D3DRMCreateColorRGB.
[wine] / dlls / shell32 /
2007-05-21  Andrew Talbotshell32: Exclude unused headers.
2007-05-21  Andrew Talbotshell32: Exclude unused headers.
2007-05-21  Andrew Talbotshell32: Exclude unused headers.
2007-05-17  Marcus Meissnershell32: Avoid potential 1 byte overflow.
2007-05-14  Frank Richtershell32: Update German resources.
2007-05-11  Mikołaj Zalewskishell32: Handle invalid cbSize in Shell_NotifyIcon...
2007-05-04  José Manuel Ferrer... Some Spanish translation updates.
2007-05-04  Alexandre JulliardFix minor differences in the formatting of the license...
2007-04-26  Hans Leidekkershell32: Add a stub implementation for SHMapIDListToIma...
2007-04-19  Hans Leidekkershell32: Add a stub implementation for OpenAs_RunDLL.
2007-04-19  Aric Stewartshell32: SHGFI_EXETYPE flag should have the files retur...
2007-04-18  Ken Thomasesshell32/tests: Test that quoting file path prevents...
2007-04-18  Ken Thomasesshell32: Don't break file path at spaces in ShellExecut...
2007-04-18  Ken Thomasesshell32/tests: Added to-do test showing a bug with...
2007-04-11  Aric Stewartshell32: Use _ILSimpleGetTextW instead of using _ILGetT...
2007-04-11  Alexandre Julliardshell32: Have _ILCreateFromFindDataW also create a...
2007-04-11  Aric Stewartshell32: Update the debug functions to handle Unicode...
2007-04-11  Aric Stewartshell32: Avoid unneeded A->W conversions in _ILSimpleGe...
2007-04-10  Rob Shearmanshell32: Return Unicode strings from all of the IShellF...
2007-04-03  Francois Gougetshell32/tests: On NT4 FindExecutable() returns an extra...
2007-04-03  Francois Gougetshell32/tests: On Windows 98 FindExecutable() does...
2007-04-03  Francois Gougetshell32/tests: End the lines with CR+LF otherwise the...
2007-04-03  Francois Gougetshell32/tests: Fix some expected FindExecutable() error...
2007-03-28  Francois GougetRemove unneeded checks on the GetModuleHandle() return...
2007-03-28  Dmitry Timoshkovinclude: Add some API prototypes to appropriate header...
2007-03-27  Mikołaj Zalewskishell32: autocomplete: Don't use sel uninitialized.
2007-03-26  Hans Leidekkershell32: Add a stub implementation for SHPathPrepareFor...
2007-03-23  Andrew Talbotshell32: Replace inline static with static inline.
2007-03-22  Louis Lendersshell32: Define avi resource #163.
2007-03-19  Mikołaj Zalewskishell32: Don't free user supplied data in Shell_NotifyI...
2007-03-19  Mikołaj Zalewskishell32/explorer: Support different structure sizes...
2007-03-14  Ken Thomasesshell32: Avoid W->A conversion in RenderHDROP.
2007-03-13  Mikołaj Zalewskishell32: Update Polish translation.
2007-03-13  Stefan HuehnerMark several functions as static.
2007-03-12  Stefan HuehnerChange some functions arguments from () -> (void).
2007-03-08  Michael Stefaniucjanitorial: Remove two redundant checks for NULL.
2007-03-05  Paul Vriensshell32/tests: Rewording and cleanup.
2007-02-22  Aric Stewartshell32: IShellLink::GetIDList fix.
2007-02-19  Marcus Meissnershell32/tests: Fixed potential overflow.
2007-02-16  Hwang YunSong(황윤성)shell32: Updated Korean resource.
2007-02-14  Misha Koshelevshell32/tests: Test creating shell links for commands...
2007-02-14  Misha Koshelevshell32: Properly create shell links for commands on...
2007-02-14  Francois GougetAssorted spelling fixes.
2007-02-14  Alexandre Julliardshell32: Don't wrap SHELL_ConfirmIDs in an assert....
2007-02-14  Hwang YunSong(황윤성)shell32: Updated Korean resource.
2007-02-12  Mikołaj Zalewskishell32: Allow overwriting files in SHFileOperation...
2007-02-12  Mikołaj Zalewskishell32: Add a confirmation dialog with a "Yes to All...
2007-02-12  Mikołaj Zalewskishell32: Make sure BrowseForFolder doesn't return NULL...
2007-02-09  Francois Gougetshell32/tests: wnsprintfA() is missing on Win9x, so...
2007-02-09  Francois Gougetshell32/tests: Fix test_GetDisplayName() to cope with...
2007-02-09  Francois Gougetshell32/tests: ILFree() and ILIsEqual() are exported...
2007-02-09  Vitaly LipatovSome fixes in russian resources.
2007-02-07  Mikołaj Zalewskishell32: shlfileop tests: Avoid buffer overflows for...
2007-02-07  Andrew Talbotshell32: Declare some functions static.
2007-02-07  Andrew Talbotshell32: Declare some functions static.
2007-02-07  Andrew Talbotshell32: Declare some functions static.
2007-02-07  Andrew Talbotshell32: Declare some functions static.
2007-02-06  Andrew Talbotshell32: Remove unused function.
2007-02-05  Francois Gougetshell32: Remove an unneeded local variable initialization.
2007-01-25  Francois Gougetshell32: SHLoadNonloadedIconOverlayIdentifiers() is...
2007-01-23  Thomas Weidenmuellershell32: Implement the property sheet extension array...
2007-01-19  Francois Gougetshell32: Add proper support for SHGetFileInfo(SHGFI_ICO...
2007-01-19  Francois Gougetshell32/tests: Add some more SHGetFileInfo() tests.
2007-01-19  Thomas Weidenmuellershell32: Fix prototypes.
2007-01-18  Francois GougetDon't put single quotes around '%s' when using the...
2007-01-18  Francois Gougetshell32: There is no need to check strings for NULL...
2007-01-16  Andrew Talbotshell32: Remove unused variable.
2007-01-08  Francois Gougetshell32/tests: Hack SHGetFileInfo() so it does not...
2007-01-06  Francois Gougetshell32/tests: Print GetLastError() in decimal with...
2006-12-20  Alexandre Julliardshell32: Don't hardcode the system32 directory in regis...
2006-12-14  Francois Gougetshell32: Replace numeric literals with the proper constant.
2006-12-14  Francois Gougetshell32: Fix FindExecutableW() to not check if lpResult...
2006-12-14  Francois Gougetshell32: Add some documentation for FindExecutableW().
2006-12-14  Francois Gougetshell32: Fix FindExecutable() to return the executable...
2006-12-14  Francois Gougetshell32/tests: Add FindExecutable() tests.
2006-12-14  Francois Gougetshell32/tests: MSDN says ShellExecute() == 32 indicates...
2006-12-11  Hans Leidekkershell32: Add a stub implementation for SHLoadNonloadedI...
2006-12-11  Alexandre Julliardshell32: Avoid using garbage data in wildcard expansion.
2006-12-11  Marcus Meissnermade functions and variables static in some testcases.
2006-12-08  Louis Lendersshell32: Define AVI resource 152.
2006-12-05  Francois GougetConsistently use SUBLANG_NEUTRAL for Italian resources.
2006-12-05  Francois GougetAssorted spelling fixes.
2006-12-04  James Hawkinsshell32: Move a NULL pointer check before the place...
2006-11-28  Dmitry Timoshkovshell32: Make some data static and const.
2006-11-28  Francois Gougetshell32: Add a Portuguese translation (contributed...
2006-11-24  Francois GougetReplace SUBLANG_DEFAULT with the specific SUBLANG_XXX...
2006-11-24  Francois Gougetshell32/tests: Don't use the NONAMELESS* macros in...
2006-11-24  Francois Gougetshell32: Remove unused parameters from SHELL_FindExecut...
2006-11-22  Marcus Meissnershell32: Pass number of wide chars, not bytes as last...
2006-11-16  Detlef Riekenbergshell32: Fix a function name in a comment.
2006-11-16  Louis Lendersshell32: Define a few more icon resources.
2006-11-15  Andrew Talbotshell32: Cast-qual warnings fix.
2006-11-15  Andrew Talbotshell32: Cast-qual warnings fix.
2006-11-14  Alexandre Julliardshell32: Don't use the short path name to delete files...
2006-11-13  Francois Gougetshell32: Fix inclusion of conditional headers (spotted...
2006-11-08  Francois Gougetshell32: Add missing '\n' to Wine trace.
2006-11-07  Francois GougetAssorted spelling fixes.
2006-11-06  Aric Stewartshell32: Have SHELL_ArgifyW respect the length of the...
2006-11-06  Aric Stewartshell32: Create dynamic buffers for expanded enviroment...
2006-10-30  Aric Stewartshell32: ABM_NEW was using parameters that are not...
next