gdi32: Clip solid pen regions to the DIB rectangle to avoid overflows.
[wine] / dlls / wbemprox / class.c
2012-07-27  Francois Gougetwbemprox: Make some signature table functions static.
2012-07-25  Hans Leidekkerwbemprox: Implement IWbemClassObject::GetMethod.
2012-07-25  Hans Leidekkerwbemprox: Fix corner cases in IEnumWbemClassObject...
2012-07-25  Hans Leidekkerwbemprox: Implement IWbemClassObject::Put.
2012-06-29  Hans Leidekkerwbemprox: Fix returned variant type and flavor for...
2012-06-28  Hans Leidekkerwbemprox: Implement IEnumWbemClassObject::Clone.
2012-06-28  Hans Leidekkerwbemprox: Add reference counting to the query object.
2012-06-28  Hans Leidekkerwbemprox: Support IClientSecurity on the class enumerat...
2012-06-27  Hans Leidekkerwbemprox: Store the result index in the class enumerato...
2012-06-19  Hans Leidekkerwbemprox: Implement IWbemClassObject::GetNames.
2012-06-19  Hans Leidekkerinclude: Fix the definition of IWbemClassObject::GetNames.
2012-06-18  Hans Leidekkerwbemprox: Implement IWbemClassObject::Get.
2012-06-18  Hans Leidekkerwbemprox: Implement IEnumWbemClassObject::Skip.
2012-06-18  Hans Leidekkerwbemprox: Implement IEnumWbemClassObject::Reset.
2012-06-15  Hans Leidekkerwbemprox: Implement IEnumWbemClassObject::Next.
2012-06-15  Hans Leidekkerwbemprox: Add support for parsing WQL queries.
2012-06-14  Hans Leidekkerwbemprox: Add stub implementations of IEnumWbemClassObj...