changelog 2.5 KB

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