Stub implementation for GetLastInputInfo.
[wine] / dlls / shell32 / shell32_main.c
2004-10-07  Francois GougetDon't define COBJMACROS in objbase.h.
2004-09-22  Robert ShearmanGetWindowLong -> GetWindowLongPtr.
2004-09-22  Robert ShearmanShare version information between DllGetVersion and...
2004-09-14  Juan LangAdded support for DLLVERSIONINFO2 in DllGetVersion.
2004-08-09  Jon GriffithsDelete the about dialog font when the dialog is closed.
2004-06-28  Ge van GeldorpMatch prototypes to Platform SDK.
2004-05-19  Eric PouechGetModuleFileName[AW] doesn't terminate the string...
2004-04-20  Francois GougetMake Unicode strings static const.
2004-04-13  Juan LangAdd stub for ShellDDEInit to let Windows explorer.exe...
2004-03-22  Mike McCormackUnicode-ify the icon cache and SHGetFileInfo.
2004-01-26  Martin Fuchs- don't link directly to NTDLL; use MultiByteToWideChar...
2004-01-21  Martin FuchsUse full paths instead of only filenames in icon cache...
2003-11-26  Dimitrie O. Paun{Global,Local}ReAlloc() does not allocate memory.
2003-11-18  Alexandre JulliardGenerate the authors list for the shell about dialog...
2003-10-24  Filip Navara- Removed initialization of sh32_policy_table in SHInit...
2003-10-01  Pavel RoskinMake it possible to close the "About Wine" dialog by...
2003-09-17  Alexandre JulliardMoved undocumented functions out of the exported commct...
2003-09-15  Rolf KalbermatterSigned/unsigned warnings and some formatting.
2003-09-10  Alexandre JulliardRemoved the A/W constants for builtin cursors, icons...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-09-02  Martin FuchsDeclare LPCITEMIDLIST as 'const' pointer and adjust...
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-06-21  Jason EdmeadesSHGetFileInfo should tolerate null pointers.
2003-05-13  Huw DaviesPass correct pointer to CoCreateInstance in SHLoadInProc.
2003-04-02  Andreas MohrSome spelling and formatting fixes.
2003-03-16  Vitaliy Margolen- make SHGetFileInfo handle relative paths
2003-01-14  Francois GougetRemove (POINTER)NULL casts.
2003-01-10  Juergen SchmiedFixed crash in winamp reported by Andreas Mohr.
2002-12-13  Rolf KalbermatterAdded Unicode versions of the HCR_ internal functions.
2002-12-12  Rolf KalbermatterFix shell32.ExtractIcon with A->W and 16 -> 32 calls.
2002-11-21  Johan DahlinMake shell32 compile with -DSTRICT.
2002-11-04  Alexandre JulliardMade the dll entry point default to DllMain and removed...
2002-11-01  Alberto Massari- Fixed typo in SHGetFileInfoA.
2002-10-31  Dmitry TimoshkovFix some types and function prototypes according to...
2002-10-30  Carlos LozanoFixed SHGFI_SYSICONINDEX flag handling.
2002-10-28  CarlosThe function SHGetFileInfoA wasn't supporting the flag
2002-10-23  Patrik StridvallDon't use wine/unicode.h in the header files, include...
2002-10-15  Steve LustbaderFix off-by-one error in determining number of arguments.
2002-10-10  Michael Stefaniuc- change the internal functions in windows/cursoricon...
2002-09-06  Michael StefaniucPrepare dlls/{comctl32,gdi,msvideo,setupapi,shell32...
2002-08-17  Andriy PalamarchukDo not set window position on ABM_WINDOWPOSCHANGED.
2002-07-29  Alexandre JulliardImport comctl32 functions from shell32 by ordinal.
2002-07-24  Juergen Schmied- Cleaned up the implementation of shell folders and...
2002-07-02  Juergen Schmied- changed STRRET definition
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-27  Eric PouechFixed ShellExecute functions when ddeexec was present...
2002-02-02  Patrik StridvallMove __stdcall/__cdecl to the right place.
2002-01-31  Gerard PatelAdded missing parenthesis in ShGetFileInfoA.
2002-01-29  Dimitrie O. PaunMake FIXMEs more grep-able.
2001-11-06  Guy Albertelli- Define rest of URL_ESCAPE... and other flags.
2001-10-23  Aric StewartFixed the behavior for SHGetFileInfo when the SHGFI_USE...
2001-10-10  Francois GougetAllocate the array and strings in one lump (bug found...
2001-10-03  Guy AlbertelliFix SHAddToRecentDocs code to properly handle native...
2001-09-20  Guy L. AlbertelliGet more entry points from Comctl32 and save the addresses.
2001-09-20  Francois GougetFix the conversions of a command line to/from an argv...
2001-09-19  Alexandre JulliardFixed a couple of HWND type mismatches.
2001-08-16  Alexandre JulliardMoved undocshell.h to dlls/shell32. Removed shell16.h.
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-17  Francois GougetAdded missing CommandLineToArgvW prototype.
2001-07-02  Patrik StridvallDocumentation fixes.
2001-06-20  Patrik StridvallDocumentation ordinal fixes.
2001-06-19  Patrik StridvallDocumentation ordinal fixes.
2001-05-09  Francois GougetAdd '\n' at the end of traces.
2001-03-10  James JuranImplement SHGetFileInfoW by calling SHGetFileInfoA.
2001-02-23  Eric PouechA first stab at implementing the RunDll features.
2001-02-12  Francois GougetChange the callback declarations to a safer format.
2001-01-20  Alexandre JulliardFixed a number of incompatibilities in OEM icons/cursor...
2001-01-17  Alexandre JulliardReplaced some GetProcAddress() imports by the standard...
2001-01-06  François GougetFixed some HFILE vs. HANDLE mismatches.
2000-12-13  Alexandre JulliardReplaced PTR_SEG_TO_LIN macro by exported MapSL function.
2000-12-01  Patrik StridvallAdded/modified documentation for function arguments.
2000-12-01  Alexandre JulliardFinished separation of shell32 and wsock32.
2000-11-27  Alexandre JulliardFixed a few dependencies on 16-bit or internal function...
2000-10-29  Dave PicklesImplement SHGFI_EXETYPE function of SHGetFileInfo.
2000-10-13  Andreas Mohr- stupid spelling fixes
2000-09-26  Alexandre JulliardMoved all Win16 definitions out of the standard Windows...
2000-08-20  Chris MorganImplemented DuplicateIcon().
2000-08-16  Marcus MeissnerMissed the first character of every argument in Command...
2000-08-14  Alexandre JulliardReplaced VERSION_* calls by exported API equivalents.
2000-07-31  Alexandre JulliardCleaned up some more USER dependencies.
2000-07-26  Alexandre JulliardMoved shlwapi routines from shell32.dll to shlwapi...
2000-07-09  Alexandre JulliardCreated separate libraries for dplay, shfolder, shlwapi...
2000-07-08  Andreas MohrAdded semi-stub.
2000-06-16  Juergen Schmied- fixed null-pidl from _ILCreateControl
2000-06-01  Juergen Schmied- New (some stubs): SHGetFolderLocation, PathAddExtension,
2000-04-28  Juergen SchmiedFixes.
2000-04-24  Patrik StridvallFixed issues found by winapi_check.
2000-03-28  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-02-26  Juergen SchmiedBasic implementation of shell notifications.
2000-02-20  Juergen SchmiedStarted with shell-clipboard handling (context menu...
2000-02-10  Jeremy WhiteRemoved #include of wingdi.h and windef.h from winuser...
2000-02-03  Alexandre JulliardRemoved resource.h.
2000-01-04  Juergen SchmiedSmall fixes.
1999-12-11  Alexandre JulliardAuthors: Kai Morich <kai.morich@bigfoot.de>, Marcus...
1999-12-08  Dimitrie O. PaunMake use of the DEFAULT_DEBUG_CHANNEL where appropriate.
1999-11-23  Ian SchmidtAdded stub for DllInstall().
1999-10-23  Ian SchmidtNow inits the policy cache when shell32 is first instan...
next