changelog 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. 2005-12-13 Konstantin Triger <[email protected]>
  2. * TextLineIterator.jvm.cs: handle null string.
  3. 2005-11-16 Konstantin Triger <[email protected]>
  4. * PrivateFontCollection.jvm.cs: open a correct stream.
  5. 2005-11-13 Konstantin Triger <[email protected]>
  6. * Added LineLayout.jvm.cs, TextLineIterator.jvm.cs for text support
  7. 2005-11-10 Vladimir Krasnov <[email protected]>
  8. * FontCollection.jvm.cs: refactoring, added GetInitialFont()
  9. * InstalledFontCollection.jvm.cs: refactoring, removed GetFamilyName
  10. * PrivateFontCollection.jvm.cs: refactoring
  11. 2005-08-03 Andrew Skiba <[email protected]>
  12. * FontCollection.jvm.cs, InstalledFontCollection.jvm.cs,
  13. PrivateFontCollection.jvm.cs: added TARGET_JVM implementation
  14. 2005-04-04 Jordi Mas i Hernandez <[email protected]>
  15. * PrivateFontCollection.cs: nativeFontCollection equals IntPtr.Zero to
  16. avoid errors on multiple disposes
  17. * FontCollection.cs: implements dispose
  18. 2004-11-25 Marek Safar <[email protected]>
  19. * Image.cs: Add CheckStatus to Families.
  20. 2004-02-25 Andreas Nahr <[email protected]>
  21. * PrivateFontCollection.cs: Removed excess attributes
  22. 2004-02-25 Andreas Nahr <[email protected]>
  23. * FontCollection.cs: Remove console
  24. 2004-02-06 Sanjay Gupta <[email protected]>
  25. * CheckStatus(): Used method of GDIPlus for error checking
  26. in FontCollection.cs, InstalledFontCollection.cs and
  27. PrivateFontCollection.cs
  28. 2004-01-29 Sanjay Gupta <[email protected]>
  29. * FontCollection.cs: Implemented Dispose method.
  30. * InstalledFontCollection.cs: Removed Console.WriteLine calls.
  31. * PrivateFontCollection.cs: Implemented AddMemoryFont method.
  32. 2004-01-28 Jordi Mas <[email protected]>
  33. * FontCollection.cs: fixed marshalling issues
  34. 2004-01-28 Sanjay Gupta <[email protected]>
  35. * FontCollection.cs: Implemented missing functionalities.
  36. * InstalledFontCollection.css: Implemented missing functionalities.
  37. * PrivateFontCollection.cs: Implemented few methods.
  38. 2004-01-10 Ravindra <[email protected]>
  39. * All Enums: Made serializable.
  40. 2003-10-12 Alexandre Pigolkine <[email protected]>
  41. * InstalledFontCollection.cs factory removed
  42. 2003-06-22 Alexandre Pigolkine <[email protected]>
  43. * FontCollection.cs
  44. * InstalledFontCollection.cs
  45. calls to implementation added
  46. 2002-09-16 Nick Drochak <[email protected]>
  47. * PrivateFontCollection.cs: Fix build error. Cannot put ComVisible on
  48. constructors.
  49. 2003-09-14 Piers Haken <[email protected]>
  50. * PrivateFontCollection.cs: import interop for ComVisible attribute
  51. 2002-09-13 Dennis Hayes ([email protected])
  52. * checked in for Everaldo Canuto [email protected]
  53. * FontCollection.cs
  54. * GenericFontFamilies.cs
  55. * HotkeyPrefix.cs
  56. * InstalledFontCollection.cs
  57. * PrivateFontCollection.cs
  58. * TextRenderingHint.cs