Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ChangeLog « System.Drawing.Text « System.Drawing « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7066c72ca510cac925c150e6efa6cb1edf69325f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
2006-02-09  Peter Dennis Bartok  <pbartok@novell.com>

	* ChangeLog: Created, contents from deleted 'changelog' file
	* FontCollection.cs: Cleaned up marshalling and made 64bit safe

2005-12-13 Konstantin Triger <kostat@mainsoft.com>

	* TextLineIterator.jvm.cs: handle null string.

2005-11-16 Konstantin Triger <kostat@mainsoft.com>

        * PrivateFontCollection.jvm.cs: open a correct stream.

2005-11-13 Konstantin Triger <kostat@mainsoft.com>

	* Added LineLayout.jvm.cs, TextLineIterator.jvm.cs for text support

2005-11-10 Vladimir Krasnov <vladimirk@mainsoft.com>

	* FontCollection.jvm.cs: refactoring, added GetInitialFont()
	* InstalledFontCollection.jvm.cs: refactoring, removed GetFamilyName
	* PrivateFontCollection.jvm.cs: refactoring

2005-08-03  Andrew Skiba <andrews@mainsoft.com>

	* FontCollection.jvm.cs, InstalledFontCollection.jvm.cs,
	PrivateFontCollection.jvm.cs: added TARGET_JVM implementation

2005-04-04  Jordi Mas i Hernandez <jordi@ximian.com>

	* PrivateFontCollection.cs: nativeFontCollection equals IntPtr.Zero to
	avoid errors on multiple disposes
	
	* FontCollection.cs: implements dispose

2004-11-25  Marek Safar  <marek.safar@seznam.cz>

	* Image.cs: Add CheckStatus to Families.

2004-02-25  Andreas Nahr <ClassDevelopment@A-SoftTech.com>

	* PrivateFontCollection.cs: Removed excess attributes

2004-02-25  Andreas Nahr <ClassDevelopment@A-SoftTech.com>

	* FontCollection.cs: Remove console

2004-02-06  Sanjay Gupta <gsanjay@novell.com>
	* CheckStatus(): Used method of GDIPlus for error checking
	  in FontCollection.cs, InstalledFontCollection.cs and
	  PrivateFontCollection.cs

2004-01-29  Sanjay Gupta <gsanjay@novell.com>
	* FontCollection.cs: Implemented Dispose method.
	* InstalledFontCollection.cs: Removed Console.WriteLine calls.
	* PrivateFontCollection.cs: Implemented AddMemoryFont method.

2004-01-28  Jordi Mas <jordi@ximian.com>
	* FontCollection.cs: fixed marshalling issues

2004-01-28  Sanjay Gupta <gsanjay@novell.com>

	* FontCollection.cs: Implemented missing functionalities.
	* InstalledFontCollection.css: Implemented missing functionalities.
	* PrivateFontCollection.cs: Implemented few methods.

2004-01-10 Ravindra <rkumar@novell.com>

	* All Enums: Made serializable.

2003-10-12 Alexandre Pigolkine <pigolkine@gmx.de>
	* InstalledFontCollection.cs	factory removed

2003-06-22 Alexandre Pigolkine <pigolkine@gmx.de>
	* FontCollection.cs
	* InstalledFontCollection.cs
		calls to implementation added
	
2002-09-16  Nick Drochak  <ndrochak@gol.com>

	* PrivateFontCollection.cs: Fix build error.  Cannot put ComVisible on
	constructors.

2003-09-14	Piers Haken <piersh@friskit.com>

	* PrivateFontCollection.cs: import interop for ComVisible attribute

2002-09-13  Dennis Hayes (dennish@raytek.com)
* checked in for Everaldo Canuto everaldo.canuto@bol.com.br

* FontCollection.cs
* GenericFontFamilies.cs
* HotkeyPrefix.cs
* InstalledFontCollection.cs
* PrivateFontCollection.cs
* TextRenderingHint.cs