stub out things to get the beatles xbox site up and running
[moon.git] / class / System.Windows / System.Windows.Documents / ChangeLog
blobad244a922792ce58482c50642a0f673e273680c4
1 2009-04-09  Jeffrey Stedfast  <fejj@novell.com>
3         * FontSource.cs: Changed to keep a StreamWrapper internally. We'll
4         need this for marashalling to unmanaged code.
6 2009-02-17  Jeffrey Stedfast  <fejj@novell.com>
8         * Inline.cs (Name): Implemented.
10 2009-02-08  Jeffrey Stedfast  <fejj@novell.com>
12         * InlineCollection.cs (Add): Implemented.
14 2009-02-04  Sebastien Pouliot  <sebastien@ximian.com>
16         * FontSource.cs: Add MonoTODO since this does *nothing* right now
18 2008-11-19  Rolf Bjarne Kvinge <RKvinge@novell.com> 
20         * Inline.cs, InlineCollection.cs: Corcompare.
22 2008-11-18  Rolf Bjarne Kvinge <RKvinge@novell.com> 
24         * InlineCollection.cs: Corcompare work.
26 2008-08-13  Rolf Bjarne Kvinge <RKvinge@novell.com> 
28         * InlineCollection.cs: More DO generation.
30 2008-08-12  Rolf Bjarne Kvinge <RKvinge@novell.com> 
32         * Glyphs.cs, Inline.cs, LineBreak.cs, Run.cs: Generate public ctor,
33           internal ctor and GetKind for classes inheriting from
34           DependencyObject.
36 2008-08-12  Rolf Bjarne Kvinge <RKvinge@novell.com> 
38         * Inline.cs, Run.cs, Glyphs.cs: Implement DP accessor generation.
40 2008-08-12  Rolf Bjarne Kvinge <RKvinge@novell.com> 
42         * Glyphs.cs, Inline.cs, LineBreak.cs, Run.cs: Make classes partial and
43           remove DP registration, which is now generated.
45 2008-07-29  Jeffrey Stedfast  <fejj@novell.com>
47         * Glyphs.cs: FontUriProperty is not of type string, change it to
48         Uri. Also, do not do conversion in the property accessors.
50         * Inline.cs: Added Language property and fixed ctor.
52         * FontSource.cs: Added
54 2008-07-28  Chris Toshok  <toshok@ximian.com>
56         * InlineCollection.cs: stub out PresentationFrameworkCollection<T>
57         overrides.
59 2008-07-23  Rolf Bjarne Kvinge <RKvinge@novell.com> 
61         * Inline.cs: Updated TextDecoration* according to SL2B2.
63 2008-07-23  Rolf Bjarne Kvinge <RKvinge@novell.com> 
65         * Inline.cs: Implement Font(Style|Weight|Stretch).
67 2008-07-21  Jeffrey Stedfast  <fejj@novell.com>
69         * InlineCollection.cs: New. Maps to Silverlight 1.0 "Inlines"
70         unmanaged collection class.
72 2007-09-27  Rolf Bjarne Kvinge <RKvinge@novell.com> 
74         * LineBreak.cs, Inline.cs, Run.cs, Glyphs.cs: Don't ref ourself if we're
75           created using a *_new function, the creation itself already gives us a
76           ref.
78 2007-09-26  Zoltan Varga  <vargaz@gmail.com>
80         * Inline.cs: Use our own properties instead of the TextBlock ones.
82 2007-07-31  Chris Toshok  <toshok@ximian.com>
84         * Glyphs.cs: StyleSimulations has switched types from string to
85         StyleSimulations.
87 2007-06-19  Rolf Bjarne Kvinge <RKvinge@novell.com> 
89         * LineBreak.cs: Implement constructor.
91 2007-06-18  Rolf Bjarne Kvinge <RKvinge@novell.com> 
93         * LineBreak.cs, Run.cs: Implement construction.
94         * Inline.cs: Fix property types.
96 2007-06-18  Atsushi Enomoto  <atsushi@ximian.com>
98         * Glyphs.cs  Inline.cs  LineBreak.cs  Run.cs : new.