| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596 |
- 2006-02-09 Peter Dennis Bartok <[email protected]>
- * ChangeLog: Created, contents from deleted 'changelog' file
- * FontCollection.cs: Cleaned up marshalling and made 64bit safe
- 2005-12-13 Konstantin Triger <[email protected]>
- * TextLineIterator.jvm.cs: handle null string.
- 2005-11-16 Konstantin Triger <[email protected]>
- * PrivateFontCollection.jvm.cs: open a correct stream.
- 2005-11-13 Konstantin Triger <[email protected]>
- * Added LineLayout.jvm.cs, TextLineIterator.jvm.cs for text support
- 2005-11-10 Vladimir Krasnov <[email protected]>
- * FontCollection.jvm.cs: refactoring, added GetInitialFont()
- * InstalledFontCollection.jvm.cs: refactoring, removed GetFamilyName
- * PrivateFontCollection.jvm.cs: refactoring
- 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
|