changelog 2.0 KB

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