Partially implemented kernel/user times in GetThreadTimes (based on a
[wine] / dlls / shell32 /
2002-11-24  Alexandre JulliardAdded CS_DBLCLKS so that systray receives double clicks.
2002-11-21  Johan DahlinMake shell32 compile with -DSTRICT.
2002-11-20  Tisheng ChenAdded Simplified Chinese support.
2002-11-18  Alexandre JulliardRemoved support for 'rsrc' spec file statement.
2002-11-15  Patrik StridvallMade tests compile on Windows.
2002-11-15  Marcus MeissnerAlso silence IShellLinkA_fnSetShowCmd.
2002-11-12  Marcus MeissnerSilence IShellLink::SetShowCmd for the case we support.
2002-11-12  Patrik StridvallUpdated the generated tests.
2002-11-12  Patrik StridvallFixed mismatches between the Wine headers and the Micro...
2002-11-08  Alberto MassariThe object returned by IEnumFORMATETC::Clone should...
2002-11-04  Alexandre JulliardMade the dll entry point default to DllMain and removed...
2002-11-04  Alexandre JulliardWarning fix.
2002-11-01  Stefan LeichterRemove quotes from filename before calling LoadLibrary...
2002-11-01  Alberto Massari- Fixed typo in SHGetFileInfoA.
2002-10-31  Marcus MeissnerEscape \ in path and arguments.
2002-10-31  Dmitry TimoshkovFix some types and function prototypes according to...
2002-10-30  Carlos LozanoFixed SHGFI_SYSICONINDEX flag handling.
2002-10-29  György 'Nog' JeneySeparate out 16-bit ShellExecute function.
2002-10-29  Patrik StridvallFixed tests to compile with MS C on Windows.
2002-10-28  György 'Nog' JeneySeparate out 16-bit registry functions.
2002-10-28  Dimitrie O. PaunAdd proper support for the SHCONTF_INCLUDEHIDDEN flag.
2002-10-28  CarlosThe function SHGetFileInfoA wasn't supporting the flag
2002-10-25  Alberto MassariDon't touch the This pointer after it has been freed.
2002-10-25  Alexandre JulliardInstall the shell hook as a 32-bit hook.
2002-10-25  Andreas Mohr- fix some pselling
2002-10-25  Michael StefaniucSome small cleanups.
2002-10-23  Vincent BéronBring some French resources in sync with English ones.
2002-10-23  Patrik StridvallDon't use wine/unicode.h in the header files, include...
2002-10-23  Stefan LeichterDo not break quoted strings in Control_DoLaunch.
2002-10-18  Alexandre JulliardAdded support for building certain dlls with -DSTRICT.
2002-10-17  Alexandre JulliardFixed wownt32.h to make it usable from inside Wine...
2002-10-15  Steve LustbaderFix off-by-one error in determining number of arguments.
2002-10-10  Alexandre JulliardAvoid calling FindExecutable16.
2002-10-10  Michael Stefaniuc- change the internal functions in windows/cursoricon...
2002-10-03  Alexandre JulliardRemoved LPxxx handle types that don't exist under Windows.
2002-09-30  Jeff SmithPathIsExe: corrected and added executable types.
2002-09-24  Michael StefaniucConvert HKEY to a void*.
2002-09-17  Francois GougetRemove references to PCVOID and LPUINT.
2002-09-17  Francois GougetChange the #include order so that these tests compile...
2002-09-16  Duane ClarkWait for app to come up before attempting DDE connection.
2002-09-06  Michael StefaniucPrepare dlls/{comctl32,gdi,msvideo,setupapi,shell32...
2002-09-06  Rolf KalbermatterImplemented SHCreateStdEnumFmtEtc.
2002-09-04  Andriy PalamarchukSHFileOperationA: improved, implemented FO_MOVE action...
2002-08-28  Patrik StridvallMSVC compatibility fixes.
2002-08-27  Andriy PalamarchukSHFileOperation: Implemented the FO_RENAME action,...
2002-08-20  Dusan LackoFix extraction of icons from ICO files.
2002-08-17  Patrik StridvallAdded include protection for unistd.h and sys/time.h.
2002-08-17  Patrik StridvallFixed some issues found by winapi_check.
2002-08-17  Andriy PalamarchukDo not set window position on ABM_WINDOWPOSCHANGED.
2002-08-16  Aric StewartFixes to allow IE to do local file loading and some...
2002-08-16  Mike McCormackDon't try reading a PIDL in IPersistStream->Load if...
2002-08-15  Alexandre JulliardAdded support for #pragma code_page.
2002-08-15  Rok MandeljcAdded Slovenian resources.
2002-08-14  Dmitry TimoshkovMake dialog IDs "Browse for Folder" compatible with IE.
2002-08-14  Mike McCormackStubs for DAD_Drag Enter, EnterEx, Move AutoScroll...
2002-08-13  Juergen SchmiedStubs for DragDropHelper.
2002-08-09  Alexandre JulliardUpdated authors list.
2002-08-07  Gregg MattinsonFixes for Sparc build.
2002-07-29  Marcus MeissnerCheck for mkstemp, added a port implementation if it...
2002-07-29  Steven EdwardsPortability fix.
2002-07-29  Alexandre JulliardImport comctl32 functions from shell32 by ordinal.
2002-07-28  Michael Stefaniuc- Converted HHOOK to a void*.
2002-07-25  Duane ClarkBug fixes.
2002-07-24  Duane ClarkCombined implementations of ShellExecute/Ex.
2002-07-24  Juergen Schmied- Cleaned up the implementation of shell folders and...
2002-07-23  Alexandre JulliardFixed broken forwards reported by Patrik Stridvall.
2002-07-19  Patrik StridvallFixed some issues found by winapi_check.
2002-07-19  Jon GriffithsImplemented SHBrowseForFolderW.
2002-07-16  Gregg MattinsonFixed another non-static structure initializer.
2002-07-16  Gregg MattinsonInitialized the pidlOut variable in SHELL32_ParseNextEl...
2002-07-10  Rein KlazesFix buffer length calculation in InitializeGenericSF().
2002-07-03  Duane Clarkstrcasecmp returns zero on a match.
2002-07-03  Gregg MattinsonVoid functions can't return a value, even if it is...
2002-07-02  Alexandre JulliardFixed warnings.
2002-07-02  Juergen Schmied- changed STRRET definition
2002-06-28  Nix N. NixRemoved message box that would pop up if a RunMRU list...
2002-06-28  Knut St. OsmundsenDo not access memory that has just been freed.
2002-06-21  Steven EdwardsMoved a few win32 functions to a better location for...
2002-06-21  Alexandre JulliardMade some more spec file entries optional or unnecessary.
2002-06-14  Alexandre JulliardFixed make install target to work even when nothing...
2002-06-10  Nix N. NixAdded RunFileDlg with MRU list.
2002-06-10  Sander van LeeuwenHandle ascii & unicode drag and drop structures in...
2002-06-04  Johan GillAdded version info to 16-bit shell.dll.
2002-06-02  Sander van LeeuwenFixed wrong cast; MSDN says lpDropFileStruct->pFiles...
2002-06-01  Alexandre JulliardRemoved some more trailing whitespace.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-21  Eric PouechAdded stub for ExtractAssociatedIconExA.
2002-05-19  Stefan LeichterAdded version info resource.
2002-05-17  Alexandre JulliardRemoved most imports of ntdll since we no longer import...
2002-05-16  Steven EdwardsFixed snprintf warnings.
2002-05-14  Alexandre JulliardAdded winebuild support for generating a .dbg.c file...
2002-05-11  Alexandre JulliardAdded -res option to specify resources on winebuild...
2002-05-09  Juergen SchmiedMoving the pidl debug functions to a separate file...
2002-05-09  Alexandre JulliardMoved imports specification from the .spec into the...
2002-04-29  Patrik StridvallFixed some issues found by winapi_check.
2002-04-21  Bill MedlandThe extension should not be removed from the display...
2002-04-20  Bill MedlandGet the folder browser to work as well with W notificat...
2002-04-11  Uwe BonnesSIC_GetIconIndex: start DPA_Search from index 0.
2002-04-08  Dusan LackoIf we can't extract the icon, defer link creation to...
2002-04-03  Charles LoepSupport for hiding file extensions in IShellFolder_GetD...
next