Print dsound.dll version from file versioninfo resource.
[wine] / dlls / shell32 /
2005-03-03  Huw DaviesDon't prepend '\\' to the subkey name.
2005-03-02  Francois GougetAssorted spelling fixes.
2005-03-02  Juan LangConvert more API calls to Unicode.
2005-03-01  Michael JungFixed parsing of ITEMIDLIST in InitializeTreeView.
2005-03-01  Juan LangConvert tabs to space, wrap long lines, make indenting...
2005-02-26  Juan LangConvert a few calls to Unicode.
2005-02-25  Mike McCormack- implement loading and saving of MSI advertised shortc...
2005-02-25  Jon GriffithsDocumentation spelling fixes.
2005-02-23  Mike McCormackRemove tabs and reformat.
2005-02-23  Francois GougetAdd the -noname flag to match the Platform SDK.
2005-02-23  Mike McCormack- handle IFileSystemBindData in ISF_Desktop_fnParseDisp...
2005-02-23  Francois GougetDon't hardcode ordinals if which are not hardcoded...
2005-02-22  Mike McCormackMake lstr* functions inline inside Wine.
2005-02-22  Mike McCormack- handle IFileSystemBindData in IShellFolder::ParseDisp...
2005-02-22  Mike McCormackCleanup, create unicode versions of _ILCreateFromPath,
2005-02-21  Hans Leidekker- Revert wrong -noname markup for Drag*, DoEnvironmentS...
2005-02-21  Mike McCormackRemove tabs and make formatting consistent.
2005-02-18  Hans LeidekkerMark exports -noname when they are exported by ordinal...
2005-02-17  Dmitry TimoshkovConvert winemenubuilder to unicode.
2005-02-17  Joris Huizer- renamed file_operation_delete and to shfileops_delete
2005-02-16  Alex Villacís LassoChange SUBLANG_DEFAULT to SUBLANG_NEUTRAL for LANG_SPAN...
2005-02-16  Huw DaviesSetPath("") should return S_OK.
2005-02-15  Dmitry Timoshkov- Fix prototypes of GetClassLongA/W, GetClassLongPtrA...
2005-02-15  Mike McCormackReindent some code to improve readability.
2005-02-15  Mike McCormackDefine some extra SHFGI values.
2005-02-14  Francois GougetTest the interaction between IShellLink::SetIDList...
2005-02-14  Marcelo DuarteUpdate the resources for Portuguese.
2005-02-14  Marcus MeissnerOutput some more informations.
2005-02-14  Filip NavaraDon't crash if ShellFolder doesn't implement the IID_IS...
2005-02-14  Ge van GeldorpError numbers >= 32 are to be expected.
2005-02-10  Francois GougetAssorted spelling fixes.
2005-02-09  Ge van Geldorp- Fix quoting of .cpl filename.
2005-01-26  Francois GougetAssorted spelling fixes.
2005-01-21  Mike McCormackImplement GetAdvise and SetAdvise.
2005-01-17  Henning GerhardtA small spelling fix and a small update (thank to Andre...
2005-01-17  Henning GerhardtUpdate German resources.
2005-01-14  Joris Huizer- add file_operation_delete
2005-01-14  James Hawkins- Use Interlocked* instead of ++/-- in AddRef/Release.
2005-01-14  Klemens FriedlUpdate German language file.
2005-01-11  Robert ShearmanDon't sort the children of My Computer in shell browse...
2005-01-09  Eric PouechRemoved excessive statement (break after return or...
2005-01-03  Hans LeidekkerStub implementations for SHUpdateImageA, SHHandleUpdate...
2005-01-03  Jacek CabanGet rid of W->A call.
2004-12-27  Rein KlazesCorrect cases where arguments of ok() calls depend...
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-12-17  Alexandre JulliardRemove some no longer needed AW functions.
2004-12-17  Rein KlazesShellExecuteEx, ExtractIconEx, SHFileOperation, SHGetFi...
2004-12-16  Jon GriffithsRemove unneeded headers to reduce unneeded rebuilds.
2004-12-13  Eric PouechFixed some errors in function prototypes.
2004-12-09  Alexandre JulliardJanitorial: C booleans must not be compared against...
2004-12-09  José Manuel Ferrer... Added some Spanish translations.
2004-12-09  Klemens FriedlMore Windows-like About dialog.
2004-12-06  Robert ShearmanRemove unnecessary WNDPROC casts.
2004-12-06  Stefan LeichterFix missing imports of the test program on NT4.
2004-12-06  Juan LangRevert shell32 version to Win2K SP4 level.
2004-11-30  Eric PouechConst correctness fixes.
2004-11-23  Tom WicklineVersion resources cleanup.
2004-11-19  Alexandre JulliardRemoved a couple of no longer needed entries.
2004-11-19  Robert Shearman- Use more specific error codes than E_FAIL, where...
2004-11-04  Aric StewartImplementation of PathCleanupSpec.
2004-11-02  Fabrice MénardCheck the type of error returned by SHCreateDirectoryExW.
2004-10-28  Rolf KalbermatterUse SHCreateDirectoryEx function instead of doing expli...
2004-10-28  Rolf KalbermatterAdd test for SHCreateDirectoryEx function.
2004-10-27  Fabrice MénardSome French translations added.
2004-10-27  Rolf KalbermatterFix bad memory allocation for unicode buffer.
2004-10-27  Juan Lang_SHExpandEnvironmentStrings should return input string...
2004-10-27  Ge van GeldorpUse only one .res file.
2004-10-26  Juan LangUpdate shell32's version to WinXP level.
2004-10-26  Juan LangFix CSIDL_CONTROLS and CSIDL_PRINTERS PIDL types, and...
2004-10-25  Juan LangAvoid copying invalid data on error.
2004-10-25  Sami AarioCheck the return value of the SHGetDesktopFolder call.
2004-10-22  Francois GougetAssorted spelling fixes.
2004-10-22  Alexandre JulliardAvoid copying invalid data on error.
2004-10-22  Francois GougetFix the function pointer declarations so MSVC likes...
2004-10-22  Mike McCormackAdd a test for creating empty shelllink files.
2004-10-21  Rolf Kalbermatter- SHCreateDirectory should create intermediate director...
2004-10-21  Ge van Geldorp- Don't double-quote an already double-quoted argument.
2004-10-21  Juan Lang- the correct registry location to override is User...
2004-10-19  Vincent BéronFix various function prototypes.
2004-10-19  Mike McCormackConvert the shellmenu code to use unicode.
2004-10-18  Vincent BéronFix some types problems.
2004-10-18  Rolf KalbermatterModify ANSI functions to allocate intermediate Unicode...
2004-10-18  Rolf KalbermatterAdded SHFreeNameMappings implementation.
2004-10-11  Vitaliy MargolenSort files/folders before testing.
2004-10-07  Francois GougetDon't define COBJMACROS in objbase.h.
2004-10-07  Francois GougetConformance tests must not include wine/debug.h.
2004-10-06  Rolf KalbermatterFix bug found by Piotr Caban, where our function tried...
2004-10-05  Francois GougetAssorted spelling fixes.
2004-10-05  Alexandre JulliardAvoid depending on the non-standard IUnknown_METHODS...
2004-10-04  Alexandre JulliardFixed typo in ProgramsW.
2004-10-04  Piotr CabanAdded Polish translation.
2004-10-04  Ge van GeldorpCan't pass NULL as default value to GetPrivateProfileSt...
2004-09-29  Alexandre JulliardAuthors: Klemens Friedl <frik85@hotmail.com>, Martin...
2004-09-28  Robert ShearmanSimplify getting custom icons for a folder by utilising...
2004-09-28  Robert Shearman- Add support for custom shell folders, such as the...
2004-09-27  Ge van GeldorpCall GetProcessHeap() instead of passing its address.
2004-09-24  Martin Fuchs- Use system metrics to determine icon sizes.
2004-09-23  Martin FuchsAt least print message if we're not returning requested...
2004-09-23  Ge van GeldorpSome windres versions don't like POPUP"", change to...
2004-09-23  Steven EdwardsRemove some unneeded include statements.
next