comctl32: Cast-qual warnings fix.
[wine] / dlls / shell32 /
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...
2006-10-30  Paul Vriensshell32: Cast-qual warnings fix.
2006-10-25  Alexandre Julliardshell32: Properly handle negative coordinates for mouse...
2006-10-24  Mikołaj Zalewskiresources: Change Dutch sublanguage code to SUBLANG_NEU...
2006-10-24  Mikołaj Zalewskiresources: Change German sublanguage code to SUBLANG_NE...
2006-10-20  Byeong-Sik JeonKorean: Use SUBLANG_NEUTRAL in Korean resources.
2006-10-19  Francois GougetFix compilation with gcc 2.95.
2006-10-16  Francois GougetAssorted spelling fixes.
2006-10-16  Michael StefaniucThe Data1 member of the GUID struct needs to be an...
2006-10-13  Detlef Riekenbergshell32: Fix typo in Run dialog.
2006-10-12  Detlef Riekenbergshell32: Implement SHRegQueryValueA with RegQueryValueA.
2006-10-11  Ge van Geldorpwinapi_test: Regenerate tests.
2006-10-09  Hans Leidekkershell32/tests: Win64 printf format warning fixes.
2006-10-09  Hans Leidekkershell32: Win64 printf format warning fixes.
2006-10-07  James Hawkinsjanitorial: Remove redundant NULL checks before SHFree.
2006-10-05  Francois Gougetshell32: Don't forget to set stateMask when calling...
2006-10-03  Francois Gougetshell32: Microsoft's EXP_DARWIN_LINK structure does...
2006-10-02  Andrew Talbotshell32: Another cast-qual warning fix.
2006-10-02  Andrew Talbotshell32: Cast-qual warnings fix.
2006-09-29  Francois GougetFix rpcndr.h so it takes CONST_VTABLE into account.
2006-09-29  Michael StefaniucAdd a WINE_NO_LONG_INT define to many makefiles to...
2006-09-29  Andrew Talbotshell32: Cast-qual warnings fix.
2006-09-29  Andrew Talbotshell32: Cast-qual warnings fix.
2006-09-29  Andrew Talbotshell32: Cast-qual warnings fix.
next