Fix missing imports on NT4.
[wine] / dlls / shell32 /
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.
2004-09-22  Robert ShearmanGetWindowLong -> GetWindowLongPtr.
2004-09-22  Martin FuchsStore absolute path in .lnk file.
2004-09-22  Martin FuchsImplement IShellLinkA::Resolve and IShellLinkW::Resolve.
2004-09-22  Robert ShearmanShare version information between DllGetVersion and...
2004-09-21  Francois GougetFix CSIDL_COMMON_{STARTMENU,PROGRAMS,DESKTOPDIRECTORY...
2004-09-21  Martin FuchsMatch class name used by Windows.
2004-09-20  Martin FuchsCorrect setting of default menu item in shell context...
2004-09-20  Martin FuchsMake drive letters in PIDLs always uppercase to enable...
2004-09-14  Jens CollinAdded lookup of environment vars in SHELL_ArgifyW.
2004-09-14  Juan LangAdded support for DLLVERSIONINFO2 in DllGetVersion.
2004-09-13  Vitaliy MargolenIShellFolder::CompareIDs - return only -1/0/1 in lower...
2004-09-09  Alexandre JulliardRemoved some more uses of the non-standard ICOM_THIS...
2004-09-07  Francois GougetFix c_parser.pm so it handles 'const' preceeding a...
2004-09-06  Alexandre JulliardRemoved some uses of the non-standard ICOM_THIS macro.
2004-09-06  Francois GougetDisable MSVC warning 4116 to avoid the 'unnamed type...
2004-09-06  Robert Shearman- Add exports for missing ordinals 191-194.
2004-09-01  Alexandre JulliardGet rid of the WINE_UNUSED macro.
2004-08-31  Francois GougetDon't export the shell32 SHAllocShared functions by...
2004-08-25  Francois GougetEnable the disabled tests in tests.data or add a commen...
2004-08-24  Huw DaviesChange dialogs to use MS Shell Dlg rather than Helv...
2004-08-23  Alexandre JulliardGet rid of the no longer used ICOM_MSVTABLE_COMPAT_Dumm...
2004-08-23  Aric StewartMake sure exePath contains the path since it is used...
2004-08-22  Francois GougetMoved declarations from undocshell.h to shlobj.h to...
2004-08-22  Alexandre JulliardDon't define BEGIN_INTERFACE in unknwn.h.
2004-08-20  Huw DaviesUnicodify a load of strings.
2004-08-20  Francois GougetFix packing bug in shlobj.h.
2004-08-20  Aric StewartIn IPersistFile_Save if the exe file is not found,...
2004-08-19  Francois GougetRemove types that don't exist from tests.dat.
2004-08-19  Francois GougetAdd new fields to the NOTIFYICONDATA structure so it...
2004-08-18  Vincent BéronDon't hardcode c:\windows paths in msi.dll.
2004-08-16  Ge van GeldorpHandle shell link files contained in double quotes.
2004-08-16  Mike McCormackClean up messy comment in SHFileOperation.
2004-08-16  Francois GougetAdd the CCHILDREN_TITLEBAR+1 and NUM_POINTS macros.
2004-08-12  Alexandre JulliardGet rid of the non-standard ICOM_VTABLE macro.
2004-08-12  Alexandre JulliardGet rid of the non-standard ICOM_VFIELD macro.
2004-08-12  Alexandre JulliardGet rid of the non-standard ICOM_DEFINE macro.
2004-08-11  Alexandre JulliardAvoid some non-portable makefile constructs, and get...
2004-08-11  Francois GougetRemove LPFILESYSTEMBINDDATA as it's not defined in...
2004-08-11  Francois GougetModify widl to put the C COM macros inside an #ifdef...
2004-08-09  Jon GriffithsDelete the about dialog font when the dialog is closed.
2004-08-09  Mike McCormackUse Heap function in preference to malloc/free.
2004-08-09  Marcus MeissnerMarked some functions in debughlp as static.
2004-08-06  Jon GriffithsDon't leak cache imagelists on exit.
2004-08-04  Filip NavaraDestroy associated listview when IShellView is destroyed.
2004-08-02  Jens CollinUse ShellExecute instead of CreateProcess in run dialog.
2004-07-29  Filip NavaraAdd REST_NONLEGACYSHELLMODE policy.
2004-07-23  Francois GougetAssorted spelling fixes.
2004-07-23  Marcelo DuarteFrench translation and other adjustments.
2004-07-22  Henning GerhardtMinor fixes and updates to the German resource files.
2004-07-22  Ivan Leo PuotiAdded Italian resources.
2004-07-19  Marcelo DuarteUpdate localization for Portuguese language.
2004-07-16  Martin FuchsDistinguish between Open and Explore commands.
next