wined3d: Always create the software cursor.
[wine] / dlls / mscoree /
2011-05-11  Vincent Povirkmscoree: State the .NET and Mono versions when a runtim...
2011-04-28  Alistair Leslie... mscoree: Implemented GetRequestedRuntimeVersion.
2011-04-28  Alistair Leslie... mscoree: Add stub CreateDebuggingInterfaceFromVersion.
2011-04-19  Hans Leidekkermscoree: Add a stub implementation of GetRealProcAddress.
2011-03-30  Francois Gougetmscoree/tests: Make init_pointers() static.
2011-03-28  AndrĂ© Hentschelmscoree: Add stub implementation for CreateConfigStream.
2011-03-16  Francois Gougetmscoree: Force_get_runtime_info() is not used so remove it.
2011-03-16  Francois Gougetmscoree/tests: Make the test and cleanup functions...
2011-03-14  Michael Stefaniucmscoree: COM cleanup in metahost.c.
2011-03-07  Francois Gougetmscoree: Add a '\n' to an ERR() trace.
2011-02-24  Vincent Povirkmscoree: Always return S_FALSE from DllCanUnloadNow.
2011-02-24  Vincent Povirkmscoree: Overhaul of mono runtime shutdown process.
2011-01-28  Vincent Povirkmscoree: Implement GetFileVersion.
2010-12-23  Austin Englishmscoree/tests: Fix a broken test (LLVM/Clang).
2010-12-21  Alexandre Julliardinclude: Correctly define the msxml typelib by directly...
2010-12-10  Michael Stefaniucmscoree: Use ifaces instead of vtbl pointers in ConfigF...
2010-12-10  Michael Stefaniucmscoree: Use an iface instead of a vtbl pointer in...
2010-11-29  Jacek Cabanmscoree: Explicitly specify CDECL on imported functions.
2010-11-23  Paul Vriensmscoree/tests: Remove an unneeded test.
2010-11-23  Paul Vriensmscoree/tests: Use more A-functions to fix test failure...
2010-11-23  Paul Vriensmscoree/tests: Use StrStrIW from shlwapi.
2010-11-23  Paul Vriensmscoree/tests: Use the correct wide string compare...
2010-11-12  Vincent Povirkmscoree: Add a trace to _CorExeMain.
2010-11-12  Vincent Povirkmscoree: Implement ClrCreateManagedInstance.
2010-11-12  Vincent Povirkmscoree: Search the Global Assembly Cache for required...
2010-11-11  Vincent Povirkmscoree: Add stub implementation of IMetaDataDispenserEx.
2010-11-11  Vincent Povirkmscoree: Implement config file parsing.
2010-11-11  Vincent Povirkmscoree: Search for mono installs with the 2.0 abi.
2010-11-10  Vincent Povirkmscoree: Add a proper implementation of DllCanUnloadNow.
2010-11-10  Vincent Povirkmscoree: Use the new architecture to implement _CorExeMain.
2010-11-10  Vincent Povirkmscoree: Load mono when creating a runtime host interface.
2010-11-10  Vincent Povirkmscoree: Add stub implementation of ICLRRuntimeHost.
2010-11-09  Vincent Povirkmscoree: Support searching for .NET runtimes by exe...
2010-11-09  Vincent Povirkmscoree: Use the .NET 4 interfaces to implement CorBind...
2010-11-09  Vincent Povirkmscoree: Use the .NET 4 interfaces to implement CorBind...
2010-11-09  Vincent Povirkmscoree: Use the new search methods for GetCORVersion...
2010-11-09  Vincent Povirkmscoree: Report that all .NET versions are installed...
2010-10-28  Vincent Povirkmscoree: Implement LoadLibraryShim.
2010-10-28  Vincent Povirkmscoree: Add tests for LoadLibraryShim.
2010-10-13  Vincent Povirkmscoree: Use the new Mono runtime search code in GetReq...
2010-10-13  Vincent Povirkmscoree: Implement ICLRRuntimeInfo_GetRuntimeDirectory.
2010-10-13  Vincent Povirkmscoree: Implement ICLRMetaHost_GetRuntime.
2010-10-05  Vincent Povirkmscoree: Add test for ICLRMetaHost_GetRuntime.
2010-10-05  Vincent Povirkmscoree: Implement ICLRRuntimeInfo_GetInterface.
2010-10-05  Vincent Povirkmscoree: Implement ICLRMetaHost_EnumerateInstalledRuntimes.
2010-10-05  Vincent Povirkmscoree: Implement ICLRMetaHost_GetVersionFromFile.
2010-10-05  Vincent Povirkmscoree: Add stub implementation of ICLRMetaHost.
2010-10-04  Vincent Povirkmscoree: Add a test that enumerates .NET runtimes.
2010-10-04  Vincent Povirkmscoree: Add test for creating CLRMetaHost.
2010-10-04  Vincent Povirkmscoree: Stub CLRCreateInstance.
2010-09-29  Francois Gougetmscoree: Make find_mono_dll() static.
2010-09-24  Vincent Povirkmscoree: Search for Mono in some predefined paths befor...
2010-09-19  Alexandre Julliardmakefiles: Add a standard header for all makefiles...
2010-08-31  Alexandre Julliardmscoree: Use int64 in the spec file for 64-bit integers.
2010-08-31  Francois Gougetmscoree/tests: Remove spaces before '\n's in traces.
2010-08-27  Alexandre Julliardmscoree/tests: Comment out a couple of tests that crash...
2010-08-26  Louis Lendersmscoree: Improve GetRequestedRuntimeInfo.
2010-08-26  Louis Lendersmscoree/tests: Add some tests for GetRequestedRuntimeInfo.
2010-08-25  Louis Lendersmscoree: Improve GetCORSytemDirectory.
2010-08-25  Louis Lendersmscoree/tests: Add a few tests for GetCORSytemDirectory.
2010-08-24  Louis Lendersmscoree: Improve GetCORVersion.
2010-08-24  Louis Lendersmscoree/tests: Added some simple tests for GetCORVersion.
2010-07-21  Alexandre Julliarddlls: Remove explicit imports of kernel32 and ntdll.
2010-04-06  Vincent Povirkmscoree: Use the mono embedding api instead of invoking...
2010-03-29  Vincent Povirkmscoree: Stub ClrCreateManagedInstance.
2010-03-26  Vincent Povirkmscoree: Show the names of requested GUIDs in stub...
2010-03-24  Vincent Povirkmscoree: Add a setting to access mono's tracing functio...
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit separat...
2010-02-08  Hans Leidekkermscoree: Add stub implementations of DllRegisterServer...
2010-01-06  Reece DunnDon't generate FIXME warnings for DllCanUnloadNow.
2009-04-29  Paul Chitescumscoree: Stubs for StrongNameSignatureVerification...
2008-12-20  Chris Wulffmscoree: Add a stub for LockClrVersion.
2008-07-28  Francois Gougetmscoree: Fix the ND_WI8() prototype.
2008-06-10  Louis Lendersmscoree: Add stub for CorBindToCurrentRuntime.
2008-04-30  Alexandre Julliardmakefiles: List the static libraries as normal imports...
2008-04-01  Alistair Leslie... mscoree: Added ICorRuntimeHost support.
2008-03-25  Alexandre Julliardmscoree: Implement a number of interop helpers.
2008-03-14  Alistair Leslie... mscoree: Added stub CorBindToRuntimeEx.
2008-01-22  Paul Chitescumscoree: Semi-stub for LoadStringRCEx and LoadStringRC.
2008-01-16  Alistair Leslie... mscoree: Fix memory leak.
2008-01-10  Alistair Leslie... mscoree: Add stubs for DllCanUnloadNow and DllGetClassO...
2007-12-18  Rob Shearmanmscoree: Add a stub for GetVersionFromProcess.
2007-08-24  Bryan DeGrendelmscoree: Return S_OK if mono runtime is found.
2007-08-06  Francois Gougetmscoree: Add cor.h and mscoree.idl and fix some semi...
2007-03-12  Stefan HuehnerChange some functions arguments from () -> (void).
2007-01-25  Francois Gougetmscoree: _CorValidateImage() is a WINAPI function.
2006-12-22  James Hawkinsmscoree: Add a stub for GetCORSystemDirectory.
2006-12-12  Hans Leidekkermscoree: Add a stub implementation for CorExitProcess...
2006-12-12  Hans Leidekkermscoree: Take advantage of an installed Mono for Window...
2006-11-06  Paul Chitescumscoree: String returned by GetCORVersion starts with...
2006-11-03  Louis Lendersmscoree: Add a few more stubs.
2006-10-16  James Hawkinsmscoree: Add stub implementations of CorBindToRuntimeHo...
2006-10-16  James Hawkinsmscoree: Add missing stubs to the spec file.
2006-10-06  Paul Chitescumscoree: Initial stub implementation.