winex11: Add the trailing '\n' to a Wine trace.
[wine] / dlls / shell32 /
2007-11-13  Jonathan Ernstshell32: Updated French translation.
2007-11-13  Alexandre Julliardshell32: Don't wait for the command to terminate in...
2007-11-13  Alexandre Julliardshell32: Pass some of the ShellExecute flags through...
2007-11-13  Lei Zhangshell32: Don't crash if $HOME is not set.
2007-11-13  Lei Zhangshell32: rename My Video to My Videos.
2007-11-12  Detlef Riekenbergshell32: Some undocumented defines and functions are...
2007-11-12  Rob Shearmanshell32: Fix a memory leak in Stream_WriteLocationInfo.
2007-11-12  Rob Shearmanshell32: Fix the length calculation of the pidl in...
2007-11-09  Francois GougetAssorted spelling fixes.
2007-11-06  Andrew Talbotshell32: Constify some variables.
2007-11-05  Andrew Talbotshell32: Constify some variables.
2007-11-05  Alexander Nicolays... shell32: Update Norwegian Bokmål translation.
2007-11-02  Gerald Pfeifershell32: Avoid checking for <0 for unsigned variables.
2007-11-02  Andrew Talbotshell32: Constify some variables.
2007-11-02  Thomas Weidenmuellershell32: Use SHStrDupW in IShellFolder2::GetDetailsOf...
2007-11-02  Gerald Pfeifershell32: Remove useless comparison >= 0 for unsigned...
2007-10-31  Andrew Talbotshell32: Constify some variables.
2007-10-30  Andrew Talbotshell32: Constify some variables.
2007-10-29  Andrew Talbotshell32: Constify some variables.
2007-10-29  Francois Gougetshell32: Pass the shutdown reason to ExitWindowsEx().
2007-10-25  Hwang YunSong(황윤성)shell32: Updated Korean resource.
2007-10-22  Detlef Riekenbergshell32: Remove unused resource file.
2007-10-18  Alexandre Julliardshell32: Check for internal shell classes before queryi...
2007-10-18  Alexandre JulliardFix redundant uses of MAKEINTRESOURCE.
2007-10-18  Alexandre Julliardshell32: Use wine_get_dos_file_name instead of duplicat...
2007-10-18  Evan Teranshell32: Fix typo in GlobalAlloc parameters.
2007-10-15  Allan Tongshell32: Fix a memory leak.
2007-10-15  Francois GougetBetter match the PSDK types and update win32.api to...
2007-10-05  Andrew Talbotshell32: Fix some memory leaks.
2007-09-26  Thomas Weidenmuellershell32: Implement SHCreatePropSheetExtArrayEx.
2007-09-26  Mikołaj Zalewskishell32: shlview: Change some more ANSI calls to Unicode.
2007-09-26  Mikołaj Zalewskishell32: Make the shell view control Unicode.
2007-09-18  Francois Gougetshell32: CSIDL_MYDOCUMENTS is now a synonym for CSIDL_P...
2007-09-17  Alexandre Julliardshell32: We can now store binary files in the repository.
2007-09-17  Michael Stefaniucjanitorial: Remove two fresh redundant NULL checks...
2007-09-14  Vincent Povirkshell32: Implement SHPathPrepareForWrite.
2007-09-14  Vincent Povirkshell32: Add tests for SHPathPrepareForWrite.
2007-09-13  Americo Jose MeloUpdate the Portuguese translation.
2007-09-13  Andrew Talbotshell32: Constify some variables.
2007-09-12  Andrew Talbotshell32: Constify some variables.
2007-09-12  Andrew Talbotshell32: Constify a variable.
2007-09-12  Dmitry Timoshkovshell32: Remove class cache introduced in commit f686cf...
2007-09-11  Andrew Talbotshell32: Constify some variables.
2007-09-10  Dmitry Timoshkovshlwapi: Duplicate shell32.ShellMessageBoxW implementat...
2007-08-31  Rob Shearmanshell32: Don't use the working directory passed into...
2007-08-30  Steven EdwardsRemove more unneeded wine 16bit header usage.
2007-08-30  Francois GougetAssorted non-ANSI function declaration fixes (missing...
2007-08-20  Stefan Leichtershell32: Remove 'recursive registry key delete' function.
2007-08-17  Paul Vriensshell32/tests: Use GetModuleHandle instead of LoadLibrary.
2007-08-16  Paul Vriensshell32/tests: Use GetModuleHandle instead of LoadLibrary.
2007-08-15  Aric Stewartshell32: In SHNameTranslate use the right part of the...
2007-08-14  Paul Vriensshell32/tests: Make tests run again on win95.
2007-08-06  Louis Lendersshell32: Define avi resource #164.
2007-07-31  Francois GougetAssorted spelling fixes.
2007-07-31  Alexandre JulliardAvoid non-portable Unix mode bits macros.
2007-07-19  Martin Fuchsshell32: Implementation of SheGetDirA/W and SheChangeDi...
2007-07-16  Kirill K. Smirnovshell32: Add support for SEE_MASK_NO_CONSOLE flag.
2007-07-16  Michael Stefaniucshell32: Fix missing unlock on an error path. Found...
2007-07-16  Dmitry Timoshkovshell32: Add a cache for queried shell folder interfaces.
2007-07-09  Thomas Weidenmuellershell32: Set current directory when executing files...
2007-07-06  Damjan Jovanovicshell32: DragQueryFile doesn't count the null terminator.
2007-06-29  Misha Koshelevshell32: Fix shelllink creation to non-executable files...
2007-06-29  Misha Koshelevshell32/tests: Fix tests of IShellLinkA_SetPath to...
2007-06-29  Misha Koshelevshell32/tests: Allow CoCreateInstance to return E_NOINT...
2007-06-29  Misha Koshelevshell32/tests: Add test for shell links to existing...
2007-06-29  Misha Koshelevshell32/tests: Allow individual tests in check_lnk...
2007-06-29  Pedro Maiashell32: Update paths in Portuguese resource.
2007-06-28  Misha Koshelevwinemenubuilder: Wait for parent process to finish...
2007-06-25  Alexandre Julliardshell32: Get rid of CharNextW.
2007-06-22  Dmitry Timoshkovshell32: Make SHGetDesktopFolder use a cached instance...
2007-06-18  Misha Koshelevshell32: Conform to native in SHELL_ArgifyW for unquote...
2007-06-11  Alexandre Julliardshell32: Remove a redundant include.
2007-06-11  Alexandre Julliardshell32: Fix contents of string returned in load_path.
2007-06-11  Hwang YunSong(황윤성)shell32: Updated Korean resource.
2007-06-11  Louis Lendersshell32: Add stub for SHUpdateRecycleBinIcon.
2007-06-11  Jeff Latimershell32: Fix possible dereference of NULL ptr.
2007-06-11  Misha Koshelevshell32/tests: Add test for unquoted %1 in command...
2007-06-11  Misha Koshelevshell32/tests: Allow testing for arbitrary number of...
2007-06-11  Misha Koshelevshell32/tests: Expand default DDE application name...
2007-06-11  Misha Koshelevshell32/tests: Use ShellExecuteEx with SEE_MASK_FLAG_DD...
2007-06-11  Misha Koshelevshell32/tests: Save threadid from CreateThread as requi...
2007-06-11  Misha Koshelevshell32/tests: Simplify DDE thread and message loop.
2007-06-11  Nigel Liangshell32: Conformance tests for unicode filenames and...
2007-06-08  Lei Zhangshell32: Start implementing BIF_USENEWUI.
2007-06-07  Francois GougetAssorted spelling fixes.
2007-06-01  Alexander Nicolays... shell32: Update Norwegian Bokmål resources.
2007-06-01  Francois Gougetshell32/tests: Remove unneeded cast.
2007-05-30  Misha Koshelevshell32/tests: Remove duplicate code.
2007-05-30  Misha Koshelevshell32: Handle default DDE application names.
2007-05-30  Misha Koshelevshell32/tests: Add tests for default DDE application...
2007-05-30  Misha Koshelevshell32: Fix execute_from_key to conform to native...
2007-05-30  Misha Koshelevshell32/tests: Add tests for ShellExecute DDE behavior.
2007-05-29  Francois Gougetshell32/tests: With recent PSDKs, CSIDL_MYDOCUMENTS...
2007-05-29  Francois Gougetshell32/tests: We need NTDDI_VERSION >= NTDDI_WINXPSP1...
2007-05-25  Dmitry Timoshkovwine: Switch to using 'long' for INT_PTR type for 64...
2007-05-24  Louis Lendersshell32: Update Dutch resource.
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.
next