Fixed issues found by winapi_check.
[wine] / dlls / shell32 /
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.
2000-04-28  Juergen SchmiedMoved policy related functions to shpolicy.c
2000-04-28  Juergen SchmiedExplicit import user32.dll.
2000-04-28  Juergen SchmiedSeparated 32 bit functions to shellole.c.
2000-04-28  Juergen SchmiedFixed: extract the icon by resource id.
2000-04-28  Juergen SchmiedSmall fixes.
2000-04-28  Juergen SchmiedFixes.
2000-04-24  Patrik StridvallFixed issues found by winapi_check.
2000-04-24  Alexandre JulliardImplemented on-demand loading of builtin dlls using...
2000-04-23  Alexandre JulliardRemoved a few inter-dll dependencies.
2000-04-19  Alexandre JulliardAdded some missing import directives.
2000-04-19  Alexandre JulliardRemoved winmm from import list.
2000-04-18  Alexandre JulliardMoved PE header definitions to winnt.h where they belong.
2000-04-15  Patrik StridvallFixed some issues reported by winapi_check.
2000-04-11  Ulrich Czekalla_ILGetFileDate should convert the date to local time...
2000-04-08  Alexandre JulliardRemoved a number of global handle allocations and criti...
2000-04-06  Patrik StridvallFixed some issues reported by winapi_check.
2000-03-28  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-03-26  Uwe BonnesSHChangeNotify[A|W]: free only items we allocated.
2000-03-24  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-03-24  Patrik StridvallFixed some ANSI C violations.
2000-03-19  Francois GougetExplicitly use the TVN_xxxA version of the macros.
2000-03-08  Simen ZamecnikAdded Slovak language support.
2000-03-08  Junichi KuchinishiAdded some Japanese resources.
2000-03-05  Alexandre JulliardAdded support for creating extra symlinks for .so files...
2000-03-04  Alexandre JulliardMoved dll-specific make rules to a separate Makedll...
2000-02-29  Niels Kristian Bec... Removed superfluous #include statements for header...
2000-02-27  Patrik StridvallFixed some issues found by winapi_check.
2000-02-26  Juergen SchmiedMoved file functions to shlfileop.c
2000-02-26  Juergen SchmiedFix for OpenIcon.
2000-02-26  Juergen SchmiedStub PathIsDirectory.
2000-02-26  Juergen SchmiedFixes for ShellExecuteEx.
2000-02-26  Juergen SchmiedBasic implementation of shell notifications.
2000-02-26  Juergen SchmiedAdded icon no 4 (open folder).
2000-02-26  Alexandre JulliardMade winmm a separate shared library.
2000-02-26  Patrik StridvallFixed ANSI C violations.
2000-02-25  Marcus MeissnerWe define PathISURLA, so use it.
2000-02-20  Juergen SchmiedStarted with shell-clipboard handling (context menu...
2000-02-20  Juergen SchmiedRemoved ItemIDListList, reorganisation, more formats.
2000-02-20  Juergen Schmied- implemented rename, copy and delete file
2000-02-20  Juergen SchmiedBetter context menus.
2000-02-20  Juergen Schmied- new files related to context menu and drag drop file...
2000-02-20  Alexandre JulliardStephane Lussier
2000-02-20  Juergen SchmiedStarted implementation of shell notifications.
2000-02-20  Juergen SchmiedNew file (SHFileOperation).
2000-02-20  Juergen SchmiedFixes.
2000-02-20  Juergen Schmied- new internal interface for item manipulation (cut...
2000-02-20  Juergen SchmiedNew aPidl handling functions.
2000-02-10  Alexandre JulliardOptimized debugging API to reduce code size.
2000-02-10  Jeremy WhiteRemoved #include of wingdi.h and windef.h from winuser...
2000-02-07  Sheri SteevesFix for the system tray, Icon and popup menu's now...
2000-02-03  Alexandre JulliardRemoved resource.h.
2000-01-31  Alexandre JulliardBuild most dlls as separate shared libraries.
2000-01-29  Andreas Mohr- add some documentation items
2000-01-29  Marcus MeissnernIconIndex == -1 should return nr of available icons...
2000-01-23  Marcus MeissnerAdded *.spec.c, *.spec.glue.s, *.glue.c to .cvsignore...
2000-01-23  Dmitry TimoshkovReplaced LocalToWideChar() by lstrcpynAtoW(), WideCharT...
2000-01-18  Alexandre JulliardAdded debugstr_guid function and used it to replace
2000-01-09  Alexandre JulliardBuilt-in DLLs resources are now specified in spec file.
2000-01-04  Juergen SchmiedSmall fixes.
2000-01-01  Alexandre JulliardMake use of automatic ordinal allocation.
1999-12-27  Francois GougetBuffer overflows and strncpy fixes.
1999-12-26  Francois GougetWrapped some strings in a debugstr_* call.
1999-12-12  Juergen SchmiedAdded StrNCpyA, StrNCpyW.
next