Synchronize the sizes of the external and internal buffers at start
[wine] / dlls / shell32 /
2001-01-07  Huw D M DaviesMoved all the documented shlwapi functions out of undoc...
2001-01-06  François GougetFixed some HFILE vs. HANDLE mismatches.
2001-01-02  François GougetMoved HDROP to shellapi.h.
2000-12-16  Patrik StridvallFixed some issues found by winapi_check.
2000-12-14  Francois GougetRemoved the name of APIs exported by ordinal.
2000-12-13  Andreas MohrSHGetMalloc must use MEMCTX_TASK, otherwise CoGetMalloc...
2000-12-13  Alexandre JulliardReplaced PTR_SEG_TO_LIN macro by exported MapSL function.
2000-12-13  Andreas MohrMove all values of SHGetSpecialFolderPathA into an...
2000-12-12  Alexandre JulliardUse the DRIVE_* API constants instead of the DRIVETYPE...
2000-12-09  Andreas MohrFixed MessageBox() usage.
2000-12-06  Alexandre JulliardCreated a small static library in ole/libuuid.a that...
2000-12-06  Alexandre JulliardUse libwine and libwine_unicode directly from their...
2000-12-01  Patrik StridvallAdded/modified documentation for function arguments.
2000-12-01  Alexandre JulliardRemoved some unnecessary includes.
2000-12-01  Alexandre JulliardFinished separation of shell32 and wsock32.
2000-11-30  Alexandre JulliardFinished separation of advapi32.
2000-11-30  David ElliottRemove libXXXX.so.1.0 lines from .cvsignore files.
2000-11-28  Alexandre JulliardGot rid of the Wine internal lstrcpy* functions and...
2000-11-27  Dimitrie O. PaunRequire {DECLARE,DEFAULT}_DEBUG_CHANNEL statements...
2000-11-27  Alexandre JulliardFixed a few dependencies on 16-bit or internal function...
2000-11-27  Alexandre JulliardChanged GetProcAddress16 and 16-bit resource functions...
2000-11-25  Alexandre JulliardAdded a few forwards.
2000-11-25  Patrik StridvallFixed some issues found by winapi_check.
2000-11-13  Alexandre JulliardTemp hack: do not import dlls that we link with at...
2000-11-12  Alexandre JulliardStart using import tables for dlls that can already...
2000-11-08  Francois GougetWe must include windef.h before wtypes.h (directly...
2000-11-05  Alexandre JulliardDeclare debug channels in all dlls that need them;...
2000-11-04  Alexandre JulliardRemoved leftover debug output.
2000-11-02  Alexandre JulliardCreate Gnome/KDE desktop and menu entries from IShellLink
2000-11-01  Juergen SchmiedExport SHGetSettings by name. New stub for shell.68.
2000-11-01  Alexandre JulliardAuthors: Andreas Mohr <amohr@codeweavers.com>, Dimitrie...
2000-10-31  Peter IvanyiAdded/upgraded Slovak messages, and Slovak and Czech...
2000-10-31  Andreas MohrFix insufficient rect width value in resource file.
2000-10-29  Dave PicklesImplement SHGFI_EXETYPE function of SHGetFileInfo.
2000-10-26  Martin Pilka"StartMenu" --> "Start Menu", "Startup" --> "StartUp".
2000-10-24  Alexandre JulliardImplement InternalExtractIcon by calling PrivateExtract...
2000-10-23  Alexandre JulliardBuild Win32 resources as .res files and dump them into...
2000-10-19  Alexandre JulliardUse a binary search to find entries in resource directo...
2000-10-19  Alexandre JulliardCall PrivateExtractIcon in user32 instead of duplicatin...
2000-10-15  Eric PouechFixed ShellMessageBox[AW] buffers usage (in some cases...
2000-10-13  Andreas Mohr- stupid spelling fixes
2000-09-29  Andreas MohrLet InternalExtractIcon16 load icons from builtin DLLs.
2000-09-27  Alexandre JulliardAdded a few missing imports.
2000-09-26  Alexandre JulliardMoved all Win16 definitions out of the standard Windows...
2000-09-26  Alexandre JulliardRemoved shell.h. Cleaned up the nested includes mess...
2000-09-25  Alexandre JulliardUse documented DROPFILES structure instead of internal...
2000-09-25  Alexandre JulliardRemoved inclusion of wine/winestring.h from winbase...
2000-09-19  Peter Hunnisett- Added some missing WINELIB_NAME_AW definitions, types...
2000-09-18  Mike McCormackFixed incorrect arg count in SHGetSettings that causes...
2000-09-13  Huw D M DaviesAdd some Str* prototypes to shlwapi.h.
2000-09-06  James HathewaySystray should keep a copy of its icons.
2000-08-25  Eric PouechImproved a bit the folder browsing implementation.
2000-08-20  Kai MorichFixed bug in repeatedly iconisation, code cleanup.
2000-08-20  Chris MorganImplemented DuplicateIcon().
2000-08-16  Marcus MeissnerMissed the first character of every argument in Command...
2000-08-14  Alexandre JulliardReplaced all lstr* calls from inside Wine code by their...
2000-08-14  Alexandre JulliardReplaced VERSION_* calls by exported API equivalents.
2000-08-11  Dmitry Timoshkov1. Make buffer for message large enough to hold very...
2000-08-09  Alexandre JulliardRemoved some unnecessary #includes and dll dependencies.
2000-08-09  Alexandre JulliardMoved a few non-standard headers into their respective...
2000-08-09  Alexandre JulliardRemoved all non-standard common control headers from...
2000-08-08  Alexandre JulliardSmall dll interfaces cleanups.
2000-08-06  Alexandre JulliardMoved most USER string functions to dlls/user.
2000-08-03  Alexandre JulliardMoved GUID definitions to their respective dll.
2000-08-03  Alexandre JulliardFixed IShellLinkA/W definitions.
2000-08-03  Alexandre JulliardAdded guiddef.h and moved a few GUID definitions to...
2000-08-03  Alexandre JulliardAdded imports of user32/gdi32/kernel32 wherever necessary.
2000-07-31  Alexandre JulliardCleaned up some more USER dependencies.
2000-07-28  Alexandre JulliardAdded 'owner' field to 16-bit spec files to specify...
2000-07-26  Alexandre JulliardMoved shlwapi routines from shell32.dll to shlwapi...
2000-07-15  Patrik StridvallFixed some warnings.
2000-07-15  Patrik StridvallFixed some issues found by winapi_check.
2000-07-09  Dave HawkesWith some apps a fault was possible in ExtractAssociate...
2000-07-09  Alexandre JulliardCreated separate libraries for dplay, shfolder, shlwapi...
2000-07-08  Andreas MohrAdded semi-stub.
2000-06-24  Juergen Schmied- many new Path* stubs
2000-06-23  Alexandre JulliardCleaned up a few inter-dll dependencies.
2000-06-23  Patrik StridvallFixed some issues found by winapi_check.
2000-06-20  Alexandre JulliardFor dlls, derive SPEC_SRCS from MODULE and ALTNAMES.
2000-06-20  Huw D M DaviesImplemented StrCatBuff.
2000-06-16  Juergen Schmied- fixed null-pidl from _ILCreateControl
2000-06-16  Francois JacquesKeep an internal copy of the icon.
2000-06-13  Juergen Schmied- new dll shfolder.dll
2000-06-13  Alexandre JulliardUse the Unicode string functions from wine/unicode...
2000-06-11  Patrik StridvallFixed some warnings.
2000-06-08  Dmitry TimoshkovImplement NTDLL.towupper and NTDLL.towlower using alrea...
2000-06-08  Alexandre JulliardSimplified wrc flags handling.
2000-06-07  Uwe BonnesPathFindNextComponent: return pointer to NULL and not...
2000-06-07  Patrik StridvallFixed issues found by winapi_check.
2000-06-01  Juergen Schmied- New (some stubs): SHGetFolderLocation, PathAddExtension,
2000-05-29  Alexandre JulliardExec a separate wine binary for every win32 process...
2000-05-12  Eric PouechFixed absolute path to pidl generation.
2000-05-11  Alexandre JulliardFixed buffer overflow.
2000-05-11  Patrik StridvallFixed some debug messages.
2000-05-03  Huw D M DaviesMap StrChrA to strchr. Fix StrChrW arg list.
2000-05-01  Bertho Stultiens- Implemented a new preprocessor that is (nearly) ANSI...
2000-04-29  Patrik StridvallFixed some warnings.
2000-04-29  Patrik StridvallFixed issues reported by winapi_check.
2000-04-28  Juergen SchmiedComplete cleanup, bugfixes.
2000-04-28  Juergen SchmiedStubs for IQueryAssociations.
next