2006-03-23 Peter Dennis Bartok <pbartok@novell.com>
[mono.git] / mcs / class / System.Drawing / System.Drawing.Text / ChangeLog
1 2006-03-23  Peter Dennis Bartok  <pbartok@novell.com>
2
3         * FontCollection.cs (get_Families): Now letting the runtime do the
4           marshalling work for us. Easier to maintain and cleaner code.
5         * PrivateFontCollection.cs:
6           - AddFontFile: Fixed weird english in error message
7           - Dispose: Need to pass ref to the native object, we were crashing
8             badly
9
10 2006-02-09  Peter Dennis Bartok  <pbartok@novell.com>
11
12         * ChangeLog: Created, contents from deleted 'changelog' file
13         * FontCollection.cs: Cleaned up marshalling and made 64bit safe
14
15 2005-12-13 Konstantin Triger <kostat@mainsoft.com>
16
17         * TextLineIterator.jvm.cs: handle null string.
18
19 2005-11-16 Konstantin Triger <kostat@mainsoft.com>
20
21         * PrivateFontCollection.jvm.cs: open a correct stream.
22
23 2005-11-13 Konstantin Triger <kostat@mainsoft.com>
24
25         * Added LineLayout.jvm.cs, TextLineIterator.jvm.cs for text support
26
27 2005-11-10 Vladimir Krasnov <vladimirk@mainsoft.com>
28
29         * FontCollection.jvm.cs: refactoring, added GetInitialFont()
30         * InstalledFontCollection.jvm.cs: refactoring, removed GetFamilyName
31         * PrivateFontCollection.jvm.cs: refactoring
32
33 2005-08-03  Andrew Skiba <andrews@mainsoft.com>
34
35         * FontCollection.jvm.cs, InstalledFontCollection.jvm.cs,
36         PrivateFontCollection.jvm.cs: added TARGET_JVM implementation
37
38 2005-04-04  Jordi Mas i Hernandez <jordi@ximian.com>
39
40         * PrivateFontCollection.cs: nativeFontCollection equals IntPtr.Zero to
41         avoid errors on multiple disposes
42         
43         * FontCollection.cs: implements dispose
44
45 2004-11-25  Marek Safar  <marek.safar@seznam.cz>
46
47         * Image.cs: Add CheckStatus to Families.
48
49 2004-02-25  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
50
51         * PrivateFontCollection.cs: Removed excess attributes
52
53 2004-02-25  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
54
55         * FontCollection.cs: Remove console
56
57 2004-02-06  Sanjay Gupta <gsanjay@novell.com>
58         * CheckStatus(): Used method of GDIPlus for error checking
59           in FontCollection.cs, InstalledFontCollection.cs and
60           PrivateFontCollection.cs
61
62 2004-01-29  Sanjay Gupta <gsanjay@novell.com>
63         * FontCollection.cs: Implemented Dispose method.
64         * InstalledFontCollection.cs: Removed Console.WriteLine calls.
65         * PrivateFontCollection.cs: Implemented AddMemoryFont method.
66
67 2004-01-28  Jordi Mas <jordi@ximian.com>
68         * FontCollection.cs: fixed marshalling issues
69
70 2004-01-28  Sanjay Gupta <gsanjay@novell.com>
71
72         * FontCollection.cs: Implemented missing functionalities.
73         * InstalledFontCollection.css: Implemented missing functionalities.
74         * PrivateFontCollection.cs: Implemented few methods.
75
76 2004-01-10 Ravindra <rkumar@novell.com>
77
78         * All Enums: Made serializable.
79
80 2003-10-12 Alexandre Pigolkine <pigolkine@gmx.de>
81         * InstalledFontCollection.cs    factory removed
82
83 2003-06-22 Alexandre Pigolkine <pigolkine@gmx.de>
84         * FontCollection.cs
85         * InstalledFontCollection.cs
86                 calls to implementation added
87         
88 2002-09-16  Nick Drochak  <ndrochak@gol.com>
89
90         * PrivateFontCollection.cs: Fix build error.  Cannot put ComVisible on
91         constructors.
92
93 2003-09-14      Piers Haken <piersh@friskit.com>
94
95         * PrivateFontCollection.cs: import interop for ComVisible attribute
96
97 2002-09-13  Dennis Hayes (dennish@raytek.com)
98 * checked in for Everaldo Canuto everaldo.canuto@bol.com.br
99
100 * FontCollection.cs
101 * GenericFontFamilies.cs
102 * HotkeyPrefix.cs
103 * InstalledFontCollection.cs
104 * PrivateFontCollection.cs
105 * TextRenderingHint.cs