2005-12-16 John Luke <john.luke@gmail.com>
[mono.git] / mcs / class / Mono.Cairo / ChangeLog
index ccd1492f1e715e972f67b2335249fe5938994416..37b8b69d5d1c95f877d2d1a9274cda93ead0b8e0 100644 (file)
@@ -1,7 +1,27 @@
+2005-12-16  John Luke  <john.luke@gmail.com>
+
+       * Mono.Cairo.dll.sources:
+       * Mono.Cairo/Rectangle.cs: add
+       * Mono.Cairo/Cairo.cs: mark fill_extents and stroke extents
+       with out modifiers
+       * Mono.Cairo/Context.cs: FillExtents, and StrokeExtents return
+       a Rectangle (actually 2 points), remove previously unusable
+       versions, add an overload to Rectangle that takes a Rectangle
+       
+2005-12-12  Mike Kestner  <mkestner@novell.com>
+
+       * Mono.Cairo/Context.cs: renamed from Graphics.cs. renamed Graphics to
+       Context and added an Obsolete subclass to minimize the pain.
+       * Mono.Cairo/Surface.cs : s/Graphics/Context.  
+       Thanks to jluke for pointing out this change was needed.
+
 2005-12-06  John Luke  <john.luke@gmail.com>
 
        * Mono.Cairo/Cairo.cs: fix Content and  Format values,
        fixes the knockout/circles sample
+       * Samples/png/circles.cs:
+       * Samples/png/knockout.cs: replace circles with knockout,
+       which uses the newer style api and works
 
 2005-12-02  Ben Maurer  <bmaurer@ximian.com>