Cast time_t to long for printing.
[wine] / dlls / shell32 /
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...
2003-04-14  Alexandre JulliardAllow overriding CFLAGS when running configure. Other...
2003-04-11  Alexandre JulliardSimplified COM interface declarations, removing the...
2003-04-10  Alexandre JulliardGet rid of the ICOM_CALL macros.
2003-04-10  Alexandre JulliardRemoved uses of the non standard ICOM_VTBL macro.
2003-04-10  Alexandre JulliardUse a more compatible technique to declare COM interfac...
2003-04-02  Andreas MohrSome spelling and formatting fixes.
2003-04-01  Rolf KalbermatterFix test to succeed in Win 98/2K and most probably...
2003-04-01  Rolf KalbermatterMoved prototype for SHBindToParent() to shlobj.h.
2003-03-30  Adam GundyDon't convert uninitialized bytes of the filename from...
2003-03-27  Dimitrie O. PaunRemove unused options -a and -C.
2003-03-27  Rolf KalbermatterCosmetic fixes.
2003-03-26  Rolf KalbermatterImplemented CheckEscapesA/W.
2003-03-26  Rolf KalbermatterAdd new helper function to create a relative file or...
2003-03-25  Stefan LeichterLet wcmd handle .cmd files like .bat files.
2003-03-23  Rolf KalbermatterSHInitRestricted() fix boolean error introduced in...
2003-03-23  Alexandre JulliardList 16-bit spec files explicitly to avoid problems...
2003-03-23  Alexandre JulliardConverted winebuild option parsing to use getopt_long...
2003-03-21  Steven Edwardsshell.c is now 16-bit only.
2003-03-21  Rolf Kalbermatter- Add new W2K policies to the known list of policies.
2003-03-21  Rolf KalbermatterImplement some more Win API functions and add support...
next