stub out things to get the beatles xbox site up and running
[moon.git] / class / System.Windows / System.Windows.Shapes / ChangeLog
blob82d9f1475871f13960c83b52ab98c9387ff109af
1 2008-08-13  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3         * Shape.cs: Stubbed missing members.
5 2008-08-12  Rolf Bjarne Kvinge <RKvinge@novell.com> 
7         * Ellipse.cs, Line.cs, Path.cs, Polygon.cs, Polyline.cs, Rectangle.cs,
8           Shape.cs: Generate public ctor, internal ctor and GetKind for
9           classes inheriting from DependencyObject.
11 2008-08-12  Rolf Bjarne Kvinge <RKvinge@novell.com> 
13         * Polyline.cs, Path.cs, Shape.cs, Rectangle.cs, Line.cs, Polygon.cs:
14           Implement DP accessor generation.
16 2008-08-12  Rolf Bjarne Kvinge <RKvinge@novell.com> 
18         * Ellipse.cs, Line.cs, Path.cs, Polygon.cs, Polyline.cs, Rectangle.cs,
19           Shape.cs: Make classes partial and remove DP registration, which is
20           now generated.
22 2008-07-28  Chris Toshok  <toshok@ximian.com>
24         * Polyline.cs: change PointsProperty to PointCollection from
25         Point[].
27         * Polygon.cs: same.
29         * Shape.cs: change StrokeDashArrayProperty from Double[] to
30         DoubleCollection.
32 2008-07-23  Jeffrey Stedfast  <fejj@novell.com>
34         * Shape.cs (Shape.ctor): Made protected.
36 2007-09-27  Rolf Bjarne Kvinge <RKvinge@novell.com> 
38         * Polyline.cs, Path.cs, Ellipse.cs, Shape.cs, Rectangle.cs, Line.cs,
39           Polygon.cs: Don't ref ourself if we're created using a *_new function,
40           the creation itself already gives us a ref.
42 2007-06-14  Rolf Bjarne Kvinge <RKvinge@novell.com> 
44         * Polyline.cs, Polygon.cs: Fix property type.
46 2007-06-14  Rolf Bjarne Kvinge <RKvinge@novell.com> 
48         * Shape.cs: Constructor fixes, part 3.
50 2007-06-13  Rolf Bjarne Kvinge <RKvinge@novell.com> 
52         * Polyline.cs, Path.cs, Ellipse.cs, Shape.cs, Rectangle.cs, Line.cs,
53           Polygon.cs: First part of fixing internal constructors.
55 2007-06-13  Rolf Bjarne Kvinge <RKvinge@novell.com> 
57         * Polyline.cs: Use native constructors.
59 2007-06-13  Rolf Bjarne Kvinge <RKvinge@novell.com> 
61         * Polyline.cs, Path.cs, Ellipse.cs, Line.cs, Polygon.cs: Implement
62           GetKind.
64 2007-06-13  Rolf Bjarne Kvinge <RKvinge@novell.com> 
66         * Polyline.cs, Path.cs, Polygon.cs: Fix property lookup, the parameters
67           were mixed up.
69 2007-06-12  Rolf Bjarne Kvinge <RKvinge@novell.com> 
71         * Polyline.cs, Path.cs, Polygon.cs: Move from
72           DependencyProperty.Register to DependencyProperty.Lookup.
74 2007-06-10  Miguel de Icaza  <miguel@novell.com>
76         * Line.cs: Register properties properly
78 2007-06-08  Miguel de Icaza  <miguel@novell.com>
80         * Rectangle.cs: First binding.
82         * Shape.cs: Fix some names.
84 2007-06-01  Sebastien Pouliot  <sebastien@ximian.com> 
86         * Ellipse.cs: New.
87         * Line.cs: New.
88         * Path.cs: New.
89         * Polygon.cs: New.
90         * Polyline.cs: New.
91         * Rectangle.cs: New.
92         * Shape.cs: New.