ChangeLog 2.9 KB

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