Implemented ISeekingPassThru.
[wine] / dlls / shell32 /
2001-09-19  Guy AlbertelliFix problem comparing pidls and return correct code.
2001-09-19  Alexandre JulliardFixed a couple of HWND type mismatches.
2001-09-11  Patrik StridvallCleanup code that is strange or difficult to parse.
2001-09-10  Patrik StridvallDocumentation fixes.
2001-09-07  Huw D M DaviesAdd SHGetSpecialFolderPathW to spec file.
2001-09-07  Guy AlbertelliReplace calls to StrRetToBuf{A|W} with duplicate code...
2001-08-21  Francois GougetDocumentation updates (mainly thru vs. through).
2001-08-16  Alexandre JulliardMoved undocshell.h to dlls/shell32. Removed shell16.h.
2001-08-16  Alexandre JulliardAdded names to standard critical sections (suggested...
2001-08-15  Uwe BonnesPathGetExtensionAW has three arguments.
2001-08-10  Dusan LackoFix ExtractFromEXEDLL for nIndex != 0.
2001-08-08  Alexandre JulliardFixed loop termination check in PathIsExeW.
2001-07-25  Alexandre JulliardRemoved unnecessary inclusion of heap.h.
2001-07-24  Alexandre JulliardRemoved HEAP_strdupA.
2001-07-23  Patrik Stridvall- Made sure that the files that contains the declarations
2001-07-22  Alexandre JulliardGot rid of HEAP_strdupW.
2001-07-20  Patrik Stridvall- Made sure that the files that contains the declarations
2001-07-19  Patrik StridvallRemoved unused file.
2001-07-17  Francois GougetAdded missing CommandLineToArgvW prototype.
2001-07-12  Patrik StridvallDocumentation fixes.
2001-07-11  Patrik StridvallDocumentation fixes.
2001-07-02  Patrik StridvallDocumentation fixes.
2001-06-25  Jau-Horng ChenAdded Traditional Chinese Support
2001-06-20  Patrik StridvallDocumentation ordinal fixes.
2001-06-19  Patrik StridvallDocumentation ordinal fixes.
2001-05-18  Marcus MeissnerThe shell special folder path creation did not mkdir...
2001-05-14  Marcus MeissnerImplemented 64bit file size handling.
2001-05-11  Francois GougetRemove unnecessary single quoting of debugstr_xxx strings.
2001-05-09  Francois GougetAdd '\n' at the end of traces.
2001-04-16  Dmitry TimoshkovReplace "System" font by "Helv" in shell32 "About"...
2001-03-19  Eric KohlSHGetSpecialFolderPathA must be able to create a full...
2001-03-10  James JuranImplement SHGetFileInfoW by calling SHGetFileInfoA.
2001-03-10  Gerard PatelHandle empty strings and invalid values in lpstrInitial...
2001-02-28  Francois GougetSmall 'typos in comments' fixes.
2001-02-26  David GrantAdded (partial) support for FO_COPY and FO_DELETE.
2001-02-23  Eric PouechA first stab at implementing the RunDll features.
2001-02-21  Chris MorganConfirm file deletes. Make delete confirmation message...
2001-02-21  Chris MorganAdd shell support for deleting files using the Delete...
2001-02-20  Marcus MeissnerFixed German translation, changed dialog font to Helvetica.
2001-02-14  Andreas MohrCosmetics.
2001-02-13  Chris MorganImplement keyboard shortcut F2 to rename files and...
2001-02-12  Francois GougetRemove TOOLBAR_ID and WM_SETTINGCHANGE, they are not...
2001-02-12  Francois GougetChange the callback declarations to a safer format.
2001-02-12  Francois GougetFix typos in comments.
2001-02-12  James AbbatielloImplement IShellLink<A|W>_fnGetWorkingDirectory,
2001-01-26  Andreas MohrSome more cleanups.
2001-01-20  Alexandre JulliardFixed a number of incompatibilities in OEM icons/cursor...
2001-01-18  Andreas MohrImplemented SHELL32.IsNetDrive and SHELL32.ILSaveToStre...
2001-01-17  Alexandre JulliardReplaced some GetProcAddress() imports by the standard...
2001-01-17  Alexandre JulliardCleaned up dll startup routines now that we have separa...
2001-01-17  Jeremy WhiteRevised shell link process to treat empty (e.g. ""...
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...
next