svn path=/branches/mono-1-1-9/mcs/; revision=51207
[mono.git] / mcs / class / Mono.Cairo / ChangeLog
index 400a914b17f99171f02b74e7e03aa7ac6be9bb8c..b4a5171779f9364d78d2827535e1758ec3ef829e 100644 (file)
@@ -1,3 +1,183 @@
+2005-09-07  John Luke  <john.luke@gmail.com>
+
+       * Mono.Cairo/Graphics.cs: the Relative path methods
+       should use a Distance not a PointD, and update some
+       parameter names for better documentation purposes
+       remove SetTargetImage (), and SetTargetDrawable ()
+       use Graphics.Target = Surface instead
+       * Mono.Cairo/Surface.cs: don't reference the surface after
+       we create it as it is not necessary
+       add the new surfaces to the surfaces hashtable on instantiation 
+       * Mono.Cairo/Pattern.cs: don't reference the pattern after
+       we create it as it is not necessary
+       
+2005-09-07 Hisham Mardam Bey <hisham.mardambey@gmail.com>
+
+       * Samples/png: Fixed samples with new changes.
+       * Samples/x11: Fixed samples with new changes.
+       * Samples/gtk: Fixed samples with new changes.  
+
+2005-09-06  John Luke  <john.luke@gmail.com>
+
+       * Samples/gtk/circles.cs: fix partially broken sample
+
+2005-09-06  John Luke  <john.luke@gmail.com>
+
+       * Mono.Cairo/Surface.cs: make CreateSimilar non-static
+       and use Content instead of Format, add Surface.Status
+       * Mono.Cairo/Graphics.cs: add convenience
+       ctor to Color with an alpha of 1.0
+       add Tolerance getter, Change SetDash to compute
+       the length automatically, rename TargetSurface to Target,
+       add SetSourceRGB, SetSourceRGBA, and SetSourceSurface (),
+       add Paint, PaintWithAlpha, Mask, and MaskSurface (),
+       add StrokeExtents, FillExtents, ClipPreserve (), and CopyPage ()
+       * Mono.Cairo/Cairo.cs: add new imports:
+       cairo_stroke_extents, cairo_fill_extents,
+       cairo_clip_preserve, cairo_mask, cairo_mask_surface,
+       cairo_paint_with_alpha, cairo_surface_status
+       add Content enum and fix cairo_surface_create_similar to use
+       Content not Format
+       
+2005-09-05  John Luke  <john.luke@gmail.com>
+
+       * Mono.Cairo/Samples/gtk/Graphics.cs:
+       add gtk-cairo helper that will work on win32 and
+       x11 based on gtk-dotnet in gtk#, not yet tested on
+       windows
+
+2005-09-05  John Luke  <john.luke@gmail.com>
+
+       * Mono.Cairo/Samples/win32/compile.sh: add this
+       
+2005-09-04  John Luke  <john.luke@gmail.com>
+       * Mono.Cairo/Cairo.cs: remove symbols not in cairo 1.0:
+         cairo_copy, cairo_current_path, cairo_arc_to, cairo_transform_font,
+         cairo_font_set_transform, cairo_font_current_transform,
+         cairo_font_reference, cairo_font_destroy, cairo_status_string,
+         cairo_surface_create_similar_solid
+         rename cairo_current_line_cap to cairo_get_line_cap,
+         remove now unused delegates
+       * Mono.Cairo/Graphics.cs:
+       * Mono.Cairo/Surface.cs: update for above all found 
+         with help of mono-shlib-cop
+
+2005-09-04  John Luke  <john.luke@gmail.com>
+
+       * Mono.Cairo/Cairo.cs: add new values to Cairo.Status
+       
+2005-09-02  John Luke  <john.luke@gmail.com>
+
+       * Mono.Cairo/Cairo.cs: only use operators in cairo_operator_t
+       
+2005-09-01  John Luke  <john.luke@gmail.com>
+
+       * Mono.Cairo/Cairo.cs: add some imports used by
+       the extra surface types
+       * Mono.Cairo/Surface.cs: add XlibSurface and Win32Surface
+       remove Surface.CreateForXlib () 
+       add PdfSurface and PsSurface for future use (#if'ed out)
+       * Mono.Cairo/Graphics.cs: add ShowPage() method
+       * Samples/win32/arc.cs: add win32 sample
+       * Samples/gtk/sysdraw.cs: use XlibSurface instead of
+       Surface.CreateForXlib ()
+       * Samples/x11/*.cs: use XlibSurface instead of
+       Surface.CreateForXlib ()
+
+2005-09-01  John Luke  <john.luke@gmail.com>
+
+       * Mono.Cairo/Cairo.cs: p/invoke the windows dll name
+         (libcairo-2.dll) so that we can work on .net also 
+       * Mono.Cairo/Cairo.cs: add cairo_set_antialias and
+         cairo_get_antialias and Cairo.Antialias enum
+       * Mono.Cairo/Graphics.cs: add Cairo.Graphics.Antialias
+         property
+        
+
+2005-09-01 Hisham Mardam Bey <hisham.mardambey@gmail.com>
+
+        * Samples: Added png and x11 samples and cleaned up gtk
+
+2005-08-30  John Luke  <john.luke@gmail.com>
+       * Mono.Cairo/Cairo.cs: mark CairoAPI internal, and move
+         some callback delegates outside the CairoAPI class
+       * Mono.Cairo.Matrix.cs: mark Matrix_T internal
+       * Mono.Cairo/*.cs: remove using System.Drawing;
+       * Mono.Cairo.Graphics.cs: fix IDisposable implementation
+         add overloads to MoveTo () and similar functions
+         for passing the parameters individually
+       * Makefile: remove -r:System.Drawing
+
+2005-08-30  John Luke  <john.luke@gmail.com>
+
+       * Mono.Cairo/Cairo.cs: add import for
+       cairo_surface_write_to_png
+       * Mono.Cairo/Surface.cs: add WriteToPng method
+
+2005-08-12 Hisham Mardam Bey <hisham.mardambey@gmail.com>
+        * Added xlib surface size / font size functions
+        * Added font matrix setting
+       
+2005-08-5 Hisham Mardam Bey <hisham.mardambey@gmail.com>
+        * Cleanup all old methods, remove deprecated classes
+       
+2005-07-12 Hisham Mardam Bey <hisham.mardambey@gmail.com>
+       * General fixups, this is becoming ready for SVN
+
+2005-07-09 Hisham Mardam Bey <hisham.mardambey@gmail.com>
+        * Cairo.cs / Graphics.cs: Binded font functions for Cairo 0.5.x
+       * More cleanups to fonts and Graphics.cs
+
+2005-07-08 Hisham Mardam Bey <hisham.mardambey@gmail.com>
+       * Matrix.cs: binded all functions from Cairo 0.5.x
+       * Surface.cs: binded all functions from Cairo 0.5.x
+       * Pattern.cs: binded all functions from Cairo 0.5.x
+       
+2005-07-07 Hisham Mardam Bey <hisham.mardambey@gmail.com>
+       * Removed dependency on GTK 2.7.x in Samples
+       * Added more Matrix constructors
+       * Fixed typo in enum Extend
+       * Cairo.cs: fixed matrix_init* methods (dont use ref)
+       * Matrix.cs: moved to 0.5.x API, needs more work
+       
+2005-07-06 Hisham Mardam Bey <hisham.mardambey@gmail.com>
+       * Moved a major part of the API to follow Cairo 0.5.x
+       * *_current_* are being replaced by *_get_*
+       * move *_set_* function to new API
+       * Add SurfaceImage type
+       * Matrix operations are somehow broken right now
+       
+2005-07-05 Hisham Mardam Bey <hisham.mardambey@gmail.com>
+       * Graphics.cs: added get for Pattern property
+       * Cairo.cs: added FontExtents / TextExtents structs
+       * Cairo.cs: added several other functions from C API
+         cairo_text_extents
+       * Started move to Cairo 0.5.x
+
+2005-07-04 Hisham Mardam Bey <hisham.mardambey@gmail.com>
+        * Graphics.cs: Added helper types (PointD, Point, Distance)
+       * Incorporated Reference() into some constructors
+       * Pattern.cs: Split patter into 3 object types
+       * Use double precision for sub-pixel rendering all over
+       * Use IntPtr.Zero instead of (IntPtr) 0
+       * Graphics.cs: Remove SetRGBColor and use Color type
+       * Matrix.cs: add Affine type as a subclass.
+   
+2005-04-24  Jordi Mas i Hernandez <jordi@ximian.com>
+       * Graphics.cs: Adds InStroke/InFill (patch from Pedro Kiefer)
+       * Cairo.cs  Adds InStroke/InFill (patch from Pedro Kiefer)
+
+2004-04-25  Jordi Mas i Hernandez <jordi@ximian.com>
+
+       * Cairo.cs: fixes cairo_current_matrix signature
+       * Font.cs: fixes internal _create method always returning null
+       * Graphics.cs: fixes Graphics.Matrix
+       * Matrix.cs: does not allow matrix objects without a wrapped handle
+       * Surface.cs: implements Surface.Show 
+
 2004-05-26  Miguel de Icaza  <miguel@ximian.com>
 
        * Mono.Cairo/Cairo.cs: Do not use `extern string' here, as the