Move include/bitmaps/*.xpm where they belong.
[wine] / dlls / shell32 /
2003-12-03  Alexandre JulliardImplemented RunDLL_CallEntry16.
2003-11-30  Dmitry TimoshkovA general cleanup of the version resources in Wine...
2003-11-28  Rolf KalbermatterFix two memory leaks. Found by Dietrich Teickner.
2003-11-26  Dimitrie O. Paun{Global,Local}ReAlloc() does not allocate memory.
2003-11-26  Alexandre JulliardMoved the ShellExecuteEx definitions to shellapi.h...
2003-11-20  Ivan Leo Murray... Added/updated Italian resources.
2003-11-20  Francois GougetIf using the default values, also set dwType to REG_SZ...
2003-11-19  Alexandre JulliardUse a more portable way to generate authors.c.
2003-11-18  Alexandre JulliardGenerate the authors list for the shell about dialog...
2003-11-17  Alexandre JulliardRemoved some unnecessary includes.
2003-11-05  Marcelo DuarteLocalization to the Portuguese of Brazil.
2003-11-04  Dmitry TimoshkovProtect ILIsParent from NULL pidls.
2003-10-27  Uwe BonnesControl_DoLaunch: memmove needs bytes as length argument.
2003-10-24  Filip Navara- Removed initialization of sh32_policy_table in SHInit...
2003-10-16  Rolf KalbermatterUse INVALID_FILE_ATTRIBUTES to test for failure of
2003-10-11  Dimitrie O. PaunRemove SYMBOLFILE and LDDLLFLAGS from Makefiles.
2003-10-09  Dimitrie O. PaunMove useful information out of documentation/shell32.
2003-10-03  Dimitrie O. PaunExtract binary resources to files, to fit the standard.
2003-10-02  Rolf KalbermatterMoved definition of newly documented API SHRestricted...
2003-10-02  Mike McCormackChange a MESSAGE about creating a directory to a TRACE.
2003-10-01  Pavel RoskinMake it possible to close the "About Wine" dialog by...
2003-09-30  Vincent BéronExtract localisable resources from shres.rc to proper...
2003-09-30  Rolf KalbermatterAdded IsLFNDriveA/W/AW exports and two more stubs.
2003-09-29  Francois GougetSome spelling fixes.
2003-09-29  Vincent BéronChange some resources from LANG_NEUTRAL to LANG_ENGLISH.
2003-09-27  Rolf KalbermatterFix a return value in SHFileOperation and add some...
2003-09-27  Eric PouechFix both a warning and some nasty crashes...
2003-09-26  Alexandre JulliardThe "Path" value of the "App Paths" entry should be...
2003-09-26  Dimitrie O. PaunRemove the obsolete pascal16 (replaced by pascal -ret16).
2003-09-25  Rolf KalbermatterAdd some comments to functions and minor fixes.
2003-09-24  Alexandre JulliardMoved DLLFLAGS to a separate variable instead of includ...
2003-09-22  Vincent BéronYet another batch of French resources updates.
2003-09-22  Mike McCormackFix errors in IExtractIcon detected by valgrind.
2003-09-22  Rolf KalbermatterAdded declarations for newly documented SHChangeNotify...
2003-09-17  Alexandre JulliardMoved undocumented functions out of the exported commct...
2003-09-17  Rolf KalbermatterImplemented SHSimpleIDListFromPath correctly.
2003-09-15  Rolf KalbermatterMake sure the bind context is forwarded in
2003-09-15  Rolf KalbermatterSigned/unsigned warnings and some formatting.
2003-09-15  Rolf KalbermatterAdded IFileSystemBindData implementation.
2003-09-15  Rolf KalbermatterSHChangeNotify should use SHSimpleIDListFromPath as...
2003-09-10  Alexandre JulliardRemoved the A/W constants for builtin cursors, icons...
2003-09-09  Alexandre JulliardFixed a few more headers dependency issues.
2003-09-09  Alexandre JulliardConverted the rest of the obj_*.h headers to IDL into...
2003-09-08  Francois GougetFix the case of product and company names.
2003-09-08  Rolf KalbermatterChange parameter in SHGetSpecialFolderPathA/W to int...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-09-04  Alexandre JulliardImplemented shtypes.idl and shobjidl.idl and removed...
2003-09-03  Alexandre JulliardConverted oleidl.h to IDL.
2003-09-03  Alexandre JulliardAvoid including wine/obj_*.h files directly from C...
2003-09-03  Alexandre Julliardshlobj.h must include wine/obj_dragdrophelper.h (report...
2003-09-02  Rolf KalbermatterMake the different helper functions all return actual...
2003-09-02  Martin FuchsDeclare LPCITEMIDLIST as 'const' pointer and adjust...
2003-08-29  Rok MandeljcMinor updates of Slovenian translations.
2003-08-29  Rolf KalbermatterChange protoype of SHChangeNotifyRegister to what MSDN...
2003-08-22  José Manuel Ferrer... Some new Spanish translations and improvements to other...
2003-08-21  Mike McCormackRemove useless comments that clutter the code.
2003-08-21  Mike McCormackStub for (undocumented) SHCreateLinks.
2003-08-20  Alexandre Julliardwinnls.h must not include winbase.h.
2003-08-12  Alexandre JulliardAllocate DebugInfo field for all critical sections...
2003-08-12  Johan DahlinUpdated Swedish translation.
2003-08-12  Mike McCormackExport SHBindToParent (already implemented).
2003-08-08  Patrik StridvallFixed some issues found by winapi_check.
2003-08-06  Alexandre JulliardWarning fixes.
2003-07-30  Alexandre JulliardMake the DllRegisterServer, DllRegisterServerEx, DllUnr...
2003-07-26  Martin FuchsFixed Ansi version of RenderFILENAME and implement...
2003-07-22  Martin FuchsOnly return FALSE in IEnumIDList_fnNext if no item...
2003-07-22  Mike HearnDeal with the case of loading an empty PIDL from a...
2003-07-19  Jon GriffithsMove IQueryAssociations into shlwapi. Docs/-W/MSVC...
2003-07-16  Alexandre JulliardFixed string.h includes.
2003-07-15  Francois GougetSpelling fixes (s/occured/occurred/ and variants).
2003-07-15  John K. HohmImplement DllRegisterServer and DllUnregisterServer...
2003-07-09  Francois GougetSpelling fixes.
2003-07-08  Rein KlazesFixed a typo in the previous SHGetFileInfo() patch.
2003-07-03  Stephan BEUZE- Fixed iIndex use in SHGetFileInfoA (as of MSDN, iInde...
2003-07-02  Eric PouechOnly release object if we actually got it.
2003-06-30  Marcelo Duarte- Localization to Portuguese of Brazil
2003-06-24  Aric StewartISvItemCm_fnInvokeCommand: added support for "delete...
2003-06-23  Mike McCormackChange notification fixes.
2003-06-21  Jason EdmeadesSHGetFileInfo should tolerate null pointers.
2003-06-18  Francois Gouget'sizeof type' is best avoided as it won't always compil...
2003-06-18  Francois GougetTypos/spelling fixes.
2003-06-16  Mike HearnAdd stubs for Control_FillCache_RunDLL ansi/unicode...
2003-06-06  Robert Shearman- Support a few more flags
2003-05-21  Mike McCormackRemove code that starts wineshelllink, instead create...
2003-05-19  Aric StewartMake sure we find the drag and drop functions before...
2003-05-19  Ulrich CzekallaHandle SEE_MASK_CLASSKEY case for ShellExecute.
2003-05-19  Robert ShearmanAdd a PIDL type For Network Provider.
2003-05-19  Aric StewartAdded support for the %L escape.
2003-05-19  Mike McCormackImplemented ReadCabinetState and WriteCabinetState.
2003-05-13  Ulrich CzekallaPartial implementation/stub of undocumented function...
2003-05-13  Huw DaviesPass correct pointer to CoCreateInstance in SHLoadInProc.
2003-05-13  Francois GougetFix miscellaneous spelling errors and typos.
2003-05-11  Mike McCormackClean up SHFileOperationA/W debugging a little.
2003-05-06  Robert LunnonEliminate segfault due to NULL This->sIcoPath.
2003-05-06  Dimitrie O. PaunMake it easy to use something other than wrc to compile...
2003-05-04  Igor StepinAdded a lot of Russian translations.
2003-04-26  Rolf KalbermatterFix some typos and a memory leak in SHFileOperationA.
2003-04-21  Alexandre JulliardRemoved no longer needed uses of LDPATH.
2003-04-19  Rolf KalbermatterReimplement SHFileOperation in Unicode, based on the...
2003-04-17  Rolf KalbermatterImplemented ILGetDisplayNameExA and ILGetDisplayNameExW...
next