user/tests: Add lparam to all HCBT_MINMAX hook messages.
[wine] / dlls / mlang /
2006-05-10  Robert ShearmanCheck the return value from register_key_guid in all...
2006-05-07  Vitaly Lipatovmlang: Partially implemented ConvertStringEx.
2006-03-06  Alexandre Julliardmlang: Decrement the module refcount when an object...
2006-03-04  Christian Gmeinermlang: Implement DllCanUnloadNow.
2005-12-06  Dmitry Timoshkovmlang: Implement IEnumRfc1766 interface.
2005-11-26  Alexandre JulliardRenamed all .cvsignore files to .gitignore.
2005-09-29  Alexandre JulliardWe are no longer generating .dbg.c files.
2005-09-28  Aric StewartImplement a basic beginning for fnIMLangFontLink_CodePa...
2005-09-07  Mike McCormackFix gcc 4.0 warnings.
2005-08-10  Vincent BéronCorrect mismatches between spec files and comments...
2005-08-08  Alexandre JulliardDon't prefix the functions DllCanUnloadNow, DllGetClass...
2005-07-12  Mike McCormackInterlocked LONG* gcc warning fixes.
2005-06-27  Vitaly LipatovChanges stub to FIXME for GetGlobalFontLinkObject.
2005-06-04  Hans LeidekkerRemove ntdll from imports.
2005-06-01  Dmitry TimoshkovMake more of the OLE interface vtables const.
2005-05-09  Alexandre JulliardAdded rules for building import libraries in the indivi...
2005-05-07  Alexandre JulliardAdded rules to build import libraries in the individual...
2005-03-14  Stefan LeichterMake mlang_test.exe loadable on NT 4.0.
2005-02-14  Francois GougetCast the GetProcAddress() return value to avoid warning...
2005-01-19  Oleh R. NykyforchynUkrainian codepage 21866 added and respective files...
2004-10-07  Francois GougetDon't define COBJMACROS in objbase.h.
2004-09-28  Huw DaviesFix a reference leak on failure (spotted by Rob Shearman).
2004-09-22  Dmitry TimoshkovMake mlang return the same code page descriptions as...
2004-09-15  Mike McCormackReturn CLASS_E_NOAGGREGATION if pUnkOuter is non-null.
2004-09-14  Mike McCormackUse Interlocked* functions in AddRef and Release.
2004-09-06  Alexandre JulliardRemoved some uses of the non-standard ICOM_THIS macro.
2004-09-02  Francois GougetAdded missing trailing '\n's to ok() calls.
2004-08-30  Steven EdwardsAdd DllRegisterServer and friends for mlang.
2004-08-27  Alexandre JulliardAdded a few missing -private flags.
2004-08-23  Alexandre JulliardGet rid of the no longer used ICOM_MSVTABLE_COMPAT_Dumm...
2004-08-23  Dmitry TimoshkovEnumerate all available scripts in IMultiLanguage2_Enum...
2004-08-16  Dmitry TimoshkovImplement IMultiLanguage2_GetCharsetInfo, add a test...
2004-08-16  Steven EdwardsAdded stubs for LcidToRfc1766[A/W].
2004-08-13  Alexandre JulliardMoved ICOM_THIS_MULTI definition out of objbase.h and...
2004-08-12  Alexandre JulliardGet rid of the non-standard ICOM_VTABLE macro.
2004-08-11  Francois GougetDon't include wine/debug.h when compiling on Windows.
2004-08-11  Dmitry Timoshkov- add stubbed support for IEnumScript interface
2004-08-06  Dmitry TimoshkovImplement ConvertINetMultiByteToUnicode, ConvertINetUni...
2004-08-04  Alexandre JulliardAuthors: Dmitry Timoshkov <dmitry@codeweavers.com>...