gdiplus: Add tests for GdipCreateBitmapFromFile.
[wine] / dlls / shell32 /
2008-03-01  James Hawkinsjanitorial: Remove links to any microsoft site.
2008-02-28  Mikołaj Zalewskishell32: Fixes in Polish translation.
2008-02-27  Francois Gougetshell32/tests: Use the IShellLinkDataList's standard...
2008-02-25  Rob Shearmanshell32: Fix the character count passed to SearchPathW...
2008-02-18  Rob Shearmanshell32: Fix the logic in Control_LoadApplet determinin...
2008-02-18  Gerald Pfeifershell32: Adjust a format specifier and remove a redunda...
2008-02-18  Rob Shearmanshell32: Fix incorrect character count passed into...
2008-02-16  Rob Shearmanshell32: Fix character count passed into lstrcpnA in...
2008-02-16  Rob Shearmanshell32: Fix the character count passed into LoadString...
2008-02-15  Rob Shearmanshell32: Memory allocated by CommandLineToArgvW should...
2008-02-15  Alexandre Julliardshell32: Add support for the NoDrives registry key.
2008-02-15  Paul Vriensshell32/tests: GetLongPathNameA is not implemented...
2008-02-12  Frans Koolshell32: Added Dutch translations.
2008-02-07  Alexandre Julliardtests: Add a helper routine to wait for a child process...
2008-02-07  Alexander Nicolays... shell32: Use LocalFree in CommandLineToArgvW.
2008-02-06  Kirill K. Smirnovsystray: Properly track errors.
2008-02-04  Alexandre Julliardshell32: Fix permissions of newly-created directories.
2008-02-04  Francois Gougetshell32/tests: Fix a couple of copy/paste errors.
2008-01-25  Dmitry Timoshkovshell32: Add a LogoffWindowsDialog stub.
2008-01-21  Andrew Talbotshell32: Remove unneeded casts.
2008-01-21  Andrew Talbotshell32: Remove unneeded casts.
2008-01-21  Andrew Talbotshell32: Remove unneeded casts.
2008-01-16  Francois GougetAssorted spelling fixes.
2008-01-16  Francois GougetFix spelling error in the generated conformance test...
2008-01-15  Andrey Esinshell32: Update Russian translation.
2008-01-11  Francois Gougetshell32: A lot of lnk files have extra data blocks...
2008-01-08  Andrey Esinshell32: Fixed typo.
2007-12-31  Alexandre Julliardshell32: Fix messed up indentation.
2007-12-27  Mike McCormackshell32: Implement "My Network Places" shell folder.
2007-12-18  Francois GougetAssorted spelling fixes.
2007-12-18  Francois Gougetshell32/tests: Use GetProcAddress() on SHFileOperationW...
2007-12-18  Francois Gougetshell32/tests: Use GetProcAddress() on Shell_NotifyIcon...
2007-12-18  Francois Gougetshell32/tests: Use GetProcAddress() on SHGetPathFromIDL...
2007-12-18  Francois Gougetshell32/tests: Copy the PathRemoveBackslashA() and...
2007-12-18  Francois Gougetshell32/tests: Avoid SHDeleteKeyA() because shlwapi...
2007-12-10  Luis C. Busquets... shell32: Update Spanish resource.
2007-12-07  Jonathan ErnstUpdated French translation.
2007-12-06  Alexandre JulliardRemoved some unneeded imports.
2007-12-06  Alexandre Julliardshell32: Fix some wrc warnings.
2007-12-06  Luis C. Busquets... shell32: Update Spanish resource.
2007-12-06  Alexander Nicolays... shell32: Handle backspace key in shellview.
2007-12-06  Alexander Nicolays... shell32: Localize 'new folder' string.
2007-12-05  Vitaly Lipatovshell32: Use sizeof instead of constant for buffer...
2007-12-04  Jonathan Ernstshell32: Updated French translation.
2007-12-03  Alexandre Julliardshell32: Get rid of the internal _InsertMenuItem function.
2007-12-03  Alexander Nicolays... shell32: Localize file context menu.
2007-11-26  Marcus Meissnershell32: GetModuleFileNameW gets number of WCHARs not...
2007-11-21  Lei Zhangshell32: Only notify immediate parent.
2007-11-21  Lei Zhangshell32: Perform copy in UnixFolder_ISFHelper_CopyItems.
2007-11-19  Michael Stefaniucdlls: Remove duplicate includes.
2007-11-19  Michael Stefaniucshell32: Fix a mem leak on an error path. Found by...
2007-11-19  Rob Shearmanshell32: Add a stub for LinkWindow_UnregisterClass.
2007-11-19  Rob Shearmanshell32: Add a stub for LinkWindow_RegisterClass.
2007-11-19  Juan Langshell32: Remove a bad comment.
2007-11-19  Juan Langshell32: Use more restricted registry rights when queri...
2007-11-19  Juan Langshell32: Dynamically allocate memory for executing...
2007-11-19  Juan Langshell32: Use helper function to execute a URL.
2007-11-19  Juan Langshell32: Dynamically allocate buffer for command.
2007-11-19  Juan Langshell32: Constify some parameters.
2007-11-19  Juan Langshell32: Don't overwrite the caller's buffer when doing...
2007-11-19  Juan Langshell32: Dynamically allocate buffer for quoted command.
2007-11-19  Juan Langshell32: Use a helper function for executing a found...
2007-11-19  Juan Langshell32: Dynamically allocate directory buffer.
2007-11-19  Juan Langshell32: Use helper function to translate ID list.
2007-11-19  Juan Langshell32: Use a helper function for executing a class.
2007-11-19  Juan Langshell32: Dynamically allocate buffer for command parame...
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.
next