wined3d: Move max_ffp_textures to wined3d_d3d_info.
[wine] / dlls / wbemprox /
2013-04-15  Alexandre JulliardRemove empty DLL_PROCESS_DETACH case statements.
2013-04-09  Kim Jung Eonwbemprox: Implement some properties of Win32_ComputerSy...
2013-02-25  Hans Leidekkerwbemprox: Add a partial implementation of Win32_DiskPar...
2013-02-25  Hans Leidekkerwbemprox: Implement more properties of Win32_CDROMDrive.
2013-02-25  Hans Leidekkerwbemprox: Avoid a crash in destroy_view.
2013-02-06  Hans Leidekkerwbemprox: Trace the qualifier value in IWbemClassObject...
2013-02-05  Dmitry Timoshkovwbemprox: Free name in create_signature (Coverity).
2013-01-30  Hans Leidekkerwbemprox: Build a PNP device ID that better matches...
2013-01-29  Hans Leidekkerwbemprox: Implement Win32_VideoController.PNPDeviceID.
2013-01-29  Hans Leidekkerwbemprox: Don't fail if there are less objects than...
2013-01-28  Hans Leidekkerwbemprox: Return an empty object if the path is NULL...
2013-01-25  Hans Leidekkerwbemprox: Implement IWbemQualifierSet::Get.
2013-01-25  Hans Leidekkerwbemprox: Check the result count instead of the result...
2013-01-24  Alexandre Julliardwbemprox: Don't rely on GetTicksCount to determine...
2013-01-22  Hans Leidekkerwbemprox: Add a stub implementation of IWbemQualifierSet.
2013-01-21  Hans Leidekkerwbemprox: Implement Win32_DiskDrive.DeviceId.
2013-01-18  Hans Leidekkerwbemprox: Reject empty queries.
2013-01-11  Hans Leidekkerwbemprox: Implement Win32_Process::GetOwner.
2013-01-11  Hans Leidekkerwbemprox: Both signature parameters are optional in...
2012-12-18  Hans Leidekkerwbemprox: Avoid a crash in get_propval when the query...
2012-11-02  Hans Leidekkerwbemprox: Avoid a crash when serializing object text.
2012-10-17  Hans Leidekkerwbemprox: Add tests for Win32_Service methods.
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-17  Hans Leidekkerwbemprox: The last parameter to IWbemClassObject::GetMe...
2012-10-17  Hans Leidekkerwbemprox: Keep a reference to the table from uncommitte...
2012-10-15  Hans Leidekkerwbemprox: Pass an object instance to class methods.
2012-10-15  Hans Leidekkerwbemprox: Implement StdRegProv.GetStringValue.
2012-10-12  Hans Leidekkerwbemprox: Add tests for the standard registry provider.
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: Always convert from BSTR.
2012-10-12  Hans Leidekkerwbemprox: Implement Win32_LogicalDisk.Name.
2012-10-10  Hans Leidekkerwbemprox: Add support for array types.
2012-10-10  Hans Leidekkerwbemprox: Add support for uncommitted instances in...
2012-10-10  Hans Leidekkerwbemprox: Add reference counting to the table structure.
2012-10-10  Hans Leidekkerwbemprox: Implement Win32_NetworkAdapter.AdapterType.
2012-10-10  Hans Leidekkerwbemprox: Handle NULL operands in eval_strcmp.
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-10-04  Hans Leidekkerwbemprox: Remove dynamic tables from the global list...
2012-10-04  Hans Leidekkerwbemprox: Store a copy of the table name.
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-28  Hans Leidekkerwbemprox: Implement IWbemServices::ExecMethod.
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: Support IClientSecurity on class objects.
2012-09-06  Hans Leidekkerwbemprox: Add support for uncommitted instances in...
2012-09-06  Hans Leidekkerwbemprox: Implement IWbemClassObject::SpawnInstance.
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: Implement IWbemClassObject::GetObjectText.
2012-09-04  Hans Leidekkerwbemprox: Add support for boolean values in get_value_bstr.
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-28  Jacek CabanFixed remaining wrong iface call helpers.
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: Add support for enumerating class properties.
2012-07-30  Hans Leidekkerwbemprox: Add support for enumerating class methods.
2012-07-30  Hans Leidekkerwbemprox: Store the class name in the class object.
2012-07-30  Hans Leidekkerwbemprox: Implement Win32_Service.AcceptPause and Win32...
2012-07-30  Hans Leidekkerwbemprox: Add support for boolean properties.
2012-07-27  Hans Leidekkerwbemprox: Parse the object path passed to IWbemServices...
2012-07-27  Hans Leidekkerwbemprox: Add a partial Win32_Service class implementation.
2012-07-27  Francois Gougetwbemprox: Make some signature table functions static.
2012-07-25  Hans Leidekkerwbemprox: Implement IWbemClassObject::GetMethod.
2012-07-25  Hans Leidekkerwbemprox: Reset the number of rows only when the table...
2012-07-25  Hans Leidekkerwbemprox: Fix corner cases in IEnumWbemClassObject...
2012-07-25  Hans Leidekkerwbemprox: Add helpers for retrieving class instances.
2012-07-25  Hans Leidekkerwbemprox: Implement IWbemClassObject::Put.
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: Return a null variant instead of an empty...
2012-07-13  Hans Leidekkerwbemprox: Implement Win32_NetworkAdapter.MACAddress...
2012-07-11  Hans Leidekkerwbemprox: Add support for evaluating string comparisons.
2012-07-09  Hans Leidekkerwbemprox: Implement Win32_Processor.Manufacturer and...
2012-07-09  Hans Leidekkerwbemprox: Add a partial Win32_BaseBoard class implement...
2012-07-03  Francois GougetAssorted spelling fixes.
2012-07-02  Hans Leidekkerwbemprox: Fix the CIM to VARIANT type mapping for a...
2012-07-02  Hans Leidekkerwbemprox: Support overriding the CIM to VARIANT type...
2012-06-29  Hans Leidekkerwbemprox: Add a partial Win32_LogicalDisk class impleme...
2012-06-29  Hans Leidekkerwbemprox: Avoid an exception when tracing the principal...
2012-06-29  Hans Leidekkerwbemprox: Return 64-bit property values as strings.
2012-06-29  Hans Leidekkerwbemprox: Win32_NetworkAdapter.InterfaceIndex is unsigned.
next