winemaker: Output UTF-8 Makefiles.
[wine] / dlls / mlang /
2012-10-01  Nikolay Sivovmlang: Rename IMultiLanguage3 method implementation...
2012-10-01  Nikolay Sivovmlang: Move GetStrCodePages() to IMLangFontLink2 and...
2012-10-01  Nikolay Sivovmlang: Move GetCharCodePages() to IMLangFontLink2 and...
2012-10-01  Nikolay Sivovmlang: Move CodePageToCodePages() to IMLangFontLink2...
2012-09-28  Nikolay Sivovmlang: Mode CodePagesToCodePage() code to IMLangFontLin...
2012-09-28  Nikolay Sivovmlang: Move GetFontCodePages() code to IMLangFontLink2...
2012-09-28  Nikolay Sivovmlang: Use proper interface call instead of implementat...
2012-09-28  Nikolay Sivovmlang: Forward ConvertStringFromUnicode() to IMultiLang...
2012-09-28  Nikolay Sivovmlang: Forward GetLcidFromRfc1766() to IMultiLanguage3...
2012-09-26  Nikolay Sivovmlang: Forward ConvertStringReset() to IMultiLanguage3.
2012-09-26  Nikolay Sivovmlang: Forward ConvertStringToUnicode() to IMultiLangua...
2012-09-26  Nikolay Sivovmlang: Forward ConvertString() to IMultiLanguage3 imple...
2012-09-26  Nikolay Sivovmlang: Implement IMLangConvertCharset_DoConversionFromU...
2012-09-26  Nikolay Sivovmlang: Ignore MLCONVCHARF_USEDEFCHAR in IMLangConvertCh...
2012-09-25  Nikolay Sivovmlang: Forward GetRfc1766FromLcid() to IMultiLanguage3...
2012-09-25  Nikolay Sivovmlang: Forward IsConvertible() to IMultiLanguage3 imple...
2012-09-25  Nikolay Sivovmlang: Forward GetFamilyCodePage() to IMultiLanguage3...
2012-09-25  Nikolay Sivovmlang: Forward GetNumberOfCodePageInfo() to IMultiLangu...
2012-09-25  Nikolay Sivovmlang: Move IUnknown implementation to IMultiLanguage3...
2012-09-25  Nikolay Sivovmlang: Implemented IMLangConvertCharset_DoConversionToU...
2012-09-24  Nikolay Sivovmlang: Implement get source/dest codepages for IMLangCo...
2012-09-24  Nikolay Sivovmlang: Store source and destination codepage ids in...
2012-09-24  Nikolay Sivovmlang: Added IMLangConvertCharset stub.
2012-08-20  Michael Stefaniucmlang: COM cleanup for the IClassFactory iface.
2012-08-20  Nikolay Sivovmlang: Call interface methods properly.
2012-07-26  Michael Stefaniucmlang/tests: Simplify the "pointer to start of array...
2011-12-16  Francois Gougetmlang/tests: Avoid hardcoding the Unicode string litera...
2011-10-19  Frédéric Delanoymlang/tests: Fix a typo.
2011-10-18  Dan Kegelmlang/tests: Don't call lstrcpyW on a null string.
2011-08-04  Frédéric Delanoytests: Assorted spelling fixes.
2011-08-03  Frédéric Delanoydlls: Assorted spelling fixes.
2011-08-02  Alexandre Julliardwinecrt0: Remove the clsid parameter in __wine_(un...
2011-05-04  Michael Stefaniucmlang: COM cleanup.
2011-02-28  Austin Englishmlang/tests: Remove win9x hacks.
2011-02-17  Dmitry Timoshkovmlang: GetGlobalFontLinkObject() takes a non-zero numbe...
2011-02-08  Austin Englishmlang/tests: Remove unused assignment (LLVM/Clang).
2010-12-07  Alexandre Julliardmlang: Convert dll registration to the IRegistrar mecha...
2010-09-19  Alexandre Julliardmakefiles: Add a standard header for all makefiles...
2010-07-21  Alexandre Julliarddlls: Remove explicit imports of kernel32 and ntdll.
2010-05-31  Alexandre Julliardmlang/tests: Fix some nasty #ifdef syntax.
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit separat...
2010-02-23  Alexandre Julliardmlang/tests: Add another possible failure for Win2k.
2010-02-22  Alexandre Julliardmakefiles: Use the standard C_SRCS variable as the...
2010-02-05  Alexandre Julliardmlang/tests: Fix a test failure on Win2k.
2010-01-07  Detlef Riekenbergmlang: Print a FIXME only for unused parameter.
2009-12-14  Gregor Schneidermlang: Change EnumRfc1766_create return values to error...
2009-08-19  Alexandre Julliardmlang/tests: Use the global wine_dbgstr_w instead of...
2009-07-03  Paul Vriensmlang/tests: Prevent messing up the codepages on Win98.
2009-07-02  Hans Leidekkermlang: Add a test for IMultiLanguage2_IsCodePageInstall...
2009-07-02  Hans Leidekkermlang: Implement IMultiLanguage2_IsCodePageInstallable.
2009-06-26  Hans Leidekkermlang: Implement IMLangFontLink2_GetFontUnicodeRanges.
2009-06-26  Hans Leidekkermlang: Implement IMLangFontLink2_CodePageToScriptID.
2009-06-25  Dmitry Timoshkovmlang: Make it possible to build the mlang test with...
2009-06-22  Francois GougetAssorted spelling fixes.
2009-06-19  Detlef Riekenbergmlang: Implement IMultiLanguage_GetNumberOfCodePageInfo...
2009-06-18  Detlef Riekenbergmlang/tests: Some old IE versions truncate one characte...
2009-06-15  Paul Vriensmlang/tests: Fix a test failure on Win95.
2009-06-12  Detlef Riekenbergmlang: Implement IMultiLanguage_GetRfc1766Info.
2009-06-11  Detlef Riekenbergmlang/tests: Store the expected results for GetRfc1766I...
2009-06-09  Detlef Riekenbergmlang/tests: Fix a failure on win98 with mlang 4.72.
2009-06-08  Detlef Riekenbergmlang/tests: Add tests for IMultiLanguage2_GetRfc1766Info.
2009-06-08  Detlef Riekenbergmlang: Implement IMultiLanguage2_GetRfc1766Info.
2009-06-08  Detlef Riekenbergmlang/tests: Fix failures with IE 5.5 and below.
2009-06-01  Detlef Riekenbergmlang: Avoid unneeded HeapReAlloc.
2009-06-01  Detlef Riekenbergmlang/tests: Add tests for LcidToRfc1766.
2009-06-01  Detlef Riekenbergmlang: Check output pointer for NULL.
2009-06-01  Detlef Riekenbergmlang: Suppress country data in rfc1766, with tests.
2009-06-01  Detlef Riekenbergmlang: Return HRESULT from lcid_to_rfc1766 helper.
2009-05-27  Detlef Riekenbergmlang/tests: Make the tests more silent.
2009-05-27  Detlef Riekenbergmlang: Use a case independent compare for the RFC1766...
2009-05-27  Detlef Riekenbergmlang/tests: Rfc1766ToLcid must not touch the LCID...
2009-05-27  Detlef Riekenbergmlang/tests: Return correct result in Rfc1766ToLcidA...
2009-05-27  Detlef Riekenbergmlang/tests: Initial tests for Rfc1766ToLcid.
2009-05-27  Detlef Riekenbergmlang/tests: Use a table for testing GetLcidFromRfc1766.
2009-05-14  Alexandre Julliardmlang: Return the correct count in IMLangFontLink_GetS...
2009-03-11  Michael Stefaniucmlang: Change long to LONG in mlang.idl.
2009-03-04  Michael Stefaniucmlang: Remove superfluous pointer casts.
2009-03-04  Michael Stefaniucmlang: Silence some Win64 compile warnings.
2009-02-25  Dmitry Timoshkovmlang: Implement IMLangFontLink_GetStrCodePages.
2009-02-05  Aric Stewartmlang: Handle non Japanese case in ConvertUnknownJapane...
2009-02-04  Dmitry Timoshkovmlang: Get rid of ICOM_THIS_MULTI macro.
2009-02-02  Hans Leidekkermlang: Export a couple of functions by ordinal.
2009-02-02  Hans Leidekkermlang: Implement IMLangFontLink2_GetScriptFontInfo.
2009-01-30  Aric Stewartmlang: Implementation of base functionality of IMultiLa...
2009-01-19  Michael Stefaniucmlang: Remove superfluous pointer casts.
2009-01-03  Alexandre Julliardmlang/tests: Fix a pointer casting warning on 64-bit.
2008-12-17  Hans Leidekkerjanitorial: Remove unneeded user32 imports.
2008-12-17  Hans Leidekkerjanitorial: Don't depend on user32 for the self registr...
2008-12-15  Francois Gougetmlang/tests: Make strstrW() static.
2008-11-28  Vitaly Perovmlang/tests: Add tests for fnIMLangFontLink_GetCharCode...
2008-11-28  Vitaly Perovmlang: Add implementation of fnIMLangFontLink_GetCharCo...
2008-11-28  Francois Gougetmlang: Remove WINAPI on static functions where not...
2008-11-18  Ricardo Filipemlang: Fixed dead stores (llvm/clang).
2008-11-18  Hans Leidekkermlang: Implement IMultiLanguage2::ConvertStringInIStream.
2008-10-17  Andrew Talbotmlang: Sign-compare warnings fix.
2008-10-16  Michael Stefaniucmlang/tests: Remove superfluous backslashes at end...
2008-10-10  Aric Stewartmlang/tests: Make sure a given codepage has 'abc' befor...
2008-10-02  Aric Stewartmlang: Correct use of uninitialized rfcstr value (Cover...
2008-10-01  Aric Stewartmlang/tests: windows 2008's version of mlang E_FAILs...
2008-10-01  Aric Stewartmlang/tests: Skip testing a codepage returning the...
next