wined3d: Implement texldd.
[wine] / dlls / mlang /
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...
2008-10-01  Aric Stewartmlang/tests: GetLastError may not be set if Japanese...
2008-10-01  Aric Stewartmlang/tests: Some versions of native mlang return E_FAI...
2008-10-01  Aric Stewartmlang/tests: IMultiLanguage2_GetRfc1766FromLcid can...
2008-09-11  Huw Daviesmlang: Forward IMultiLanguage_GetCharsetInfo to IMultiL...
2008-09-10  Aric Stewartmlang: Expand stub of fnIMLangFontLink2_GetStrCodePages.
2008-09-03  James Hawkinsmlang: Remove a test that fails on all systems.
2008-08-04  Dmitry Timoshkovmlang: Remove debugging stuff.
2008-08-04  Dmitry Timoshkovmlang: Do not use MAX_PATH for not path related things.
2008-08-04  Dmitry Timoshkovmlang: Remove noise from mlang test output.
2008-08-04  Dmitry Timoshkovmlang: Add a test for a CodePageToCodePages failure...
2008-08-04  Paul Vriensmlang/tests: Skip tests for unsupported code page ident...
2008-07-29  Aric Stewartmlang: Japanese conversion tests.
2008-07-23  Aric Stewartmlang: Correct and fill out Japanese locale information.
2008-07-22  Aric Stewartmlang: A very basic implementation of the IMLangLineBre...
2008-07-17  Aric Stewartmlang: Stub implementation of IMLangFontLink2.
2008-07-17  Aric Stewartmlang: Basic implementation of fnIMultiLanguage2_GetCod...
2008-07-08  Alexandre Julliardtests: Don't depend on the static uuid libraries in...
2008-07-08  James Hawkinsmlang: Encode all the way to the NULL terminator.
2008-07-08  James Hawkinsmlang: Add tests for ConvertINetMultiByteToUnicode.
2008-07-08  James Hawkinsmlang: Reimplement ConvertINetMultiByteToUnicode.
2008-06-05  Michael Stefaniucmlang: Fix compile warning introduced by a6cdd538.
2008-06-04  Alexandre Julliardmlang/tests: Reduce the size of the test output a little.
2008-05-22  James Hawkinsmlang: Fix all test failures for NT+ platforms.
2008-05-22  James Hawkinsmlang: Only return the locale language name if no count...
2008-04-30  Alexandre Julliardmakefiles: List the static libraries as normal imports...
2008-03-19  Dmitry Timoshkovmlang: Implement Rfc1766ToLcidA.
2008-03-04  Rob Shearmanmakefiles: Simplify the use of the IMPORTLIB variable...
2008-01-14  Rob Shearmanmlang: Implement Rfc1766ToLcidW.
2007-12-06  Alexandre JulliardRemoved some unneeded imports.
2007-11-08  Hans Leidekkermlang: Fix buffer size calculation.
2007-11-08  Hans Leidekkermlang: Free SCRIPTINFO structure embedded in EnumScript...
2007-11-08  Hans Leidekkermlang: Release EnumRfc1766 object.
2007-09-27  Lionel_Debrouxmlang: Fix memory leaks in error paths (found by Smatch).
2007-09-27  Lionel_Debrouxmlang: Fix memory leaks in error path (found by Smatch).
2007-08-27  Stefan Leichtermlang: Remove 'recursive registry key delete' function.
2007-06-07  Hans Leidekkermlang: Implement IMultiLanguage::GetLcidFromRfc1766.
2007-05-24  Rob Shearmanmlang: Implement ConvertINetString.
2007-05-10  Andrew Talbotmlang: Exclude unused headers.
2007-03-21  Andrew Talbotmlang/tests: Replace inline static with static inline.
2007-03-02  Marcus Meissnermlang/tests: Protect from 1 byte static buffer overflow.
2007-01-22  Hans Leidekkermlang: Implement IMultiLanguage::GetCodePageInfo.
2007-01-08  Francois Gougetmlang/tests: Replace some '#if 0's with 'if (0)'s.
2006-11-28  Dmitry Timoshkovmlang: Implement LcidToRfc1766 and GetRfc1766FromLcid.
2006-10-25  Kovács Andrásmlang: Set fnIMLangFontLink_GetStrCodePages stub return...
2006-10-11  Michael Ploujnikovmlang/tests: Win64 printf format warning fixes.
2006-10-10  Michael Stefaniucmlang: Win64 printf format warning fixes.
2006-09-29  Michael StefaniucAdd a WINE_NO_LONG_INT define to many makefiles to...
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
2006-08-28  Alexandre Julliardmakefiles: Only run test and documentation targets...
2006-08-23  Jacek Cabanmlang: Added IMultiLanguage3 interface stub implementation.
2006-08-09  Francois Gougetmlang: Give the CLSIDs their proper names.
2006-08-08  Francois Gougetmlang: Fix the 'Multi Language String' CLSID: there...
2006-07-11  Alexandre Julliardlibs: Merged libwine_unicode into libwine.
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore .ok files in all tests...
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore testlist.c in all tests...
2006-07-10  Alexandre Julliardmake_dlls: Ignore generated import libraries from the...
2006-07-10  Alexandre JulliardTake advantage of the recursive nature of .gitignore...
2006-07-07  Michael Stefaniucjanitorial: Put "inline static" at the beginning of...
2006-06-30  Paul VriensUse the return value of register_key_guid.
2006-06-13  Alexandre Julliardmlang/tests: Don't use sizeof in ok() to avoid printf...
2006-06-13  Robert Shearmanmlang: Return S_OK from fnIMultiLanguage2_SetMimeDBSource.
2006-06-13  Robert Shearmanmlang: Add us-ascii encoding to the list of supported...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
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.
next