mshtml: Added IHTMLScriptElement::put_text implementation.
[wine] / dlls / wbemprox / builtin.c
2013-01-11  Hans Leidekkerwbemprox: Implement Win32_Process::GetOwner.
2012-10-17  Hans Leidekkerwbemprox: Implement Win32_Service.StopService.
2012-10-17  Hans Leidekkerwbemprox: Implement Win32_Service.StartService.
2012-10-17  Hans Leidekkerwbemprox: Implement Win32_Service.ResumeService.
2012-10-17  Hans Leidekkerwbemprox: Implement Win32_Service.PauseService.
2012-10-15  Hans Leidekkerwbemprox: Implement StdRegProv.GetStringValue.
2012-10-12  Hans Leidekkerwbemprox: Implement class methods StdRegProv.EnumKey...
2012-10-12  Hans Leidekkerwbemprox: Support overriding the CIM to VARIANT type...
2012-10-12  Hans Leidekkerwbemprox: Implement Win32_LogicalDisk.Name.
2012-10-10  Hans Leidekkerwbemprox: Implement Win32_NetworkAdapter.AdapterType.
2012-10-04  Hans Leidekkerwbemprox: Implement Win32_NetworkAdapter.Manufacturer.
2012-10-04  Hans Leidekkerwbemprox: Implement Win32_Processor.UniqueId.
2012-10-04  Hans Leidekkerwbemprox: Add a partial implementation of Win32_SoundDe...
2012-10-04  Hans Leidekkerwbemprox: Add a partial implementation of Win32_DiskDrive.
2012-10-04  Hans Leidekkerwbemprox: Add a partial implementation of Win32_CDROMDrive.
2012-09-28  Hans Leidekkerwbemprox: Implement Win32_ComputerSystem.Domain.
2012-09-28  Hans Leidekkerwbemprox: Implement Win32_BIOS.Version.
2012-09-28  Hans Leidekkerwbemprox: Add support for WbemAdministrativeLocator.
2012-09-18  Hans Leidekkerwbemprox: Implement Win32_OperatingSystem.LastBootUptime.
2012-09-18  Hans Leidekkerwbemprox: Add helpers to retrieve the system directory...
2012-09-18  Hans Leidekkerwbemprox: Fix a memory leak.
2012-09-17  Hans Leidekkerwbemprox: Implement Win32_VideoController.Description.
2012-09-17  Hans Leidekkerwbemprox: Win32_Processor.MaxClockSpeed is expressed...
2012-09-17  Hans Leidekkerwbemprox: Override variant conversion for Win32_Process...
2012-09-17  Hans Leidekkerwbemprox: Adapt to the new behavior of NtPowerInformation.
2012-09-06  Hans Leidekkerwbemprox: Add a function to retrieve the maximum proces...
2012-09-06  Hans Leidekkerwbemprox: Correctly report the number of logical proces...
2012-09-04  Hans Leidekkerwbemprox: Implement Win32_ComputerSystem.DomainRole.
2012-09-04  Hans Leidekkerwbemprox: Add a function to query the service configura...
2012-09-04  Hans Leidekkerwbemprox: Get rid of a duplicate string constant.
2012-09-03  Marcus Meissnerwbemprox: Break out of loop when out of memory (Coverity).
2012-08-31  Piotr Cabanwbemprox: Added MaxClockSpeed and NumberOfLogicalProces...
2012-08-27  Nikolay Sivovwmi: Implement SystemName property for service class.
2012-08-27  Nikolay Sivovwmi: Implement StartMode property for service class.
2012-07-30  Hans Leidekkerwbemprox: Implement Win32_Service.AcceptPause and Win32...
2012-07-27  Hans Leidekkerwbemprox: Add a partial Win32_Service class implementation.
2012-07-13  Hans Leidekkerwbemprox: Add support for creating new tables.
2012-07-13  Hans Leidekkerwbemprox: Add a partial StdRegProv class implementation.
2012-07-13  Hans Leidekkerwbemprox: Implement Win32_NetworkAdapter.MACAddress...
2012-07-09  Hans Leidekkerwbemprox: Implement Win32_Processor.Manufacturer and...
2012-07-09  Hans Leidekkerwbemprox: Add a partial Win32_BaseBoard class implement...
2012-07-02  Hans Leidekkerwbemprox: Fix the CIM to VARIANT type mapping for a...
2012-06-29  Hans Leidekkerwbemprox: Add a partial Win32_LogicalDisk class impleme...
2012-06-29  Hans Leidekkerwbemprox: Win32_NetworkAdapter.InterfaceIndex is unsigned.
2012-06-29  Hans Leidekkerwbemprox: Implement Win32_Processor.ProcessorId.
2012-06-28  Hans Leidekkerwbemprox: Implement more properties of Win32_VideoContr...
2012-06-27  Hans Leidekkerwbemprox: Implement Win32_ComputerSystem.TotalPhysicalM...
2012-06-27  Hans Leidekkerwbemprox: Implement Win32_OperatingSystem.CSDVersion.
2012-06-27  Hans Leidekkerwbemprox: Implement Win32_NetworkAdapter.Speed.
2012-06-27  Hans Leidekkerwbemprox: Set the row count in fill_processor.
2012-06-26  Hans Leidekkerwbemprox Implement Win32_Processor.CpuStatus and Win32_...
2012-06-26  Hans Leidekkerwbemprox: Implement Win32_ComputerSystem.NumberOfLogica...
2012-06-26  Hans Leidekkerwbemprox: Implement Win32_OperatingSystem.OSLanguage...
2012-06-25  Hans Leidekkerwbemprox: Add a partial Win32_NetworkAdapter class...
2012-06-22  Hans Leidekkerwbemprox: Add a partial Win32_VideoController class...
2012-06-20  Hans Leidekkerwbemprox: Implement Win32_Process.CommandLine for the...
2012-06-20  Hans Leidekkerwbemprox: Implement Win32_Process.Handle.
2012-06-19  Hans Leidekkerwbemprox: Add a partial Win32_OperatingSystem class...
2012-06-19  Hans Leidekkerwbemprox: Support mixed dynamic and static table data.
2012-06-19  Hans Leidekkerwbemprox: Add a partial Win32_Processor class implement...
2012-06-19  Hans Leidekkerwbemprox: Add a partial Win32_ComputerSystem class...
2012-06-18  Hans Leidekkerwbemprox: Add a partial Win32_Process class implementation.
2012-06-15  Hans Leidekkerwbemprox: Add a partial Win32_BIOS class implementation.