comctl32/imagelist: Use proper color format for merged image lists.
[wine] / dlls / wmiutils / path.c
2013-02-21  Hans Leidekkerwmiutils: Implement IWbemPathKeyList::RemoveAllKeys.
2013-02-21  Hans Leidekkerwmiutils: Implement IWbemPathKeyList::GetCount.
2013-02-21  Hans Leidekkerwmiutils: Add a stub implementation of IWbemPathKeyList.
2013-02-21  Hans Leidekkerwmiutils: Add support for for parsing and serializing...
2013-01-18  Hans Leidekkerwmiutils: Add locking to the path object.
2013-01-17  Hans Leidekkerwmiutils: Implement IWbemPath::SetNamespaceAt.
2013-01-17  Hans Leidekkerwmiutils: Implement IWbemPath::RemoveNamespaceAt.
2013-01-17  Hans Leidekkerwmiutils: Implement IWbemPath::RemoveAllNamespaces.
2013-01-17  Hans Leidekkerwmiutils: Implement IWbemPath::GetNamespaceAt.
2013-01-17  Hans Leidekkerwmiutils: Implement IWbemPath::SetClassName.
2013-01-16  Hans Leidekkerwmiutils: Implement IWbemPath::SetServer.
2013-01-15  Hans Leidekkerwmiutils: Implement IWbemPath::GetInfo.
2013-01-14  Hans Leidekkerwmiutils: Implement IWbemPath::GetServer.
2013-01-14  Hans Leidekkerwmiutils: Implement IWbemPath::GetClassName.
2013-01-03  Hans Leidekkerwmiutils: Don't prepend a backslash if WBEMPATH_GET_NAM...
2013-01-03  Hans Leidekkerwmiutils: Fix buffer size query in IWbemPath::GetText.
2013-01-02  Hans Leidekkerwmiutils: Support more flags in IWbemPath::GetText.
2013-01-02  Hans Leidekkerwmiutils: Implement IWbemPath::GetNamespaceCount.
2013-01-02  Hans Leidekkerwmiutils: Parse the path passed to IWbemPath::SetText.
2013-01-02  Hans Leidekkerwmiutils: Validate parameters in IWbemPath::SetText...
2013-01-02  Hans Leidekkerwmiutils: Introduce memory allocation helpers.
2012-12-21  Hans Leidekkerwmiutils: Implement IWbemPath::SetText and IWbemPath...
2012-12-21  Hans Leidekkerwmiutils: Add a stub implementation of IWbemPath.