| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- 2005-08-03 Andrew Skiba <[email protected]>
- * FontCollection.jvm.cs, InstalledFontCollection.jvm.cs,
- PrivateFontCollection.jvm.cs: added TARGET_JVM implementation
- 2005-04-04 Jordi Mas i Hernandez <[email protected]>
- * PrivateFontCollection.cs: nativeFontCollection equals IntPtr.Zero to
- avoid errors on multiple disposes
-
- * FontCollection.cs: implements dispose
- 2004-11-25 Marek Safar <[email protected]>
- * Image.cs: Add CheckStatus to Families.
- 2004-02-25 Andreas Nahr <[email protected]>
- * PrivateFontCollection.cs: Removed excess attributes
- 2004-02-25 Andreas Nahr <[email protected]>
- * FontCollection.cs: Remove console
- 2004-02-06 Sanjay Gupta <[email protected]>
- * CheckStatus(): Used method of GDIPlus for error checking
- in FontCollection.cs, InstalledFontCollection.cs and
- PrivateFontCollection.cs
- 2004-01-29 Sanjay Gupta <[email protected]>
- * FontCollection.cs: Implemented Dispose method.
- * InstalledFontCollection.cs: Removed Console.WriteLine calls.
- * PrivateFontCollection.cs: Implemented AddMemoryFont method.
- 2004-01-28 Jordi Mas <[email protected]>
- * FontCollection.cs: fixed marshalling issues
- 2004-01-28 Sanjay Gupta <[email protected]>
- * FontCollection.cs: Implemented missing functionalities.
- * InstalledFontCollection.css: Implemented missing functionalities.
- * PrivateFontCollection.cs: Implemented few methods.
- 2004-01-10 Ravindra <[email protected]>
- * All Enums: Made serializable.
- 2003-10-12 Alexandre Pigolkine <[email protected]>
- * InstalledFontCollection.cs factory removed
- 2003-06-22 Alexandre Pigolkine <[email protected]>
- * FontCollection.cs
- * InstalledFontCollection.cs
- calls to implementation added
-
- 2002-09-16 Nick Drochak <[email protected]>
- * PrivateFontCollection.cs: Fix build error. Cannot put ComVisible on
- constructors.
- 2003-09-14 Piers Haken <[email protected]>
- * PrivateFontCollection.cs: import interop for ComVisible attribute
- 2002-09-13 Dennis Hayes ([email protected])
- * checked in for Everaldo Canuto [email protected]
- * FontCollection.cs
- * GenericFontFamilies.cs
- * HotkeyPrefix.cs
- * InstalledFontCollection.cs
- * PrivateFontCollection.cs
- * TextRenderingHint.cs
|