ChangeLog 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  1. 2006-08-25 Sebastien Pouliot <[email protected]>
  2. * PrivateFontCollection.cs: Fix warning by reusing the full path.
  3. 2006-08-07 Andrew Skiba <[email protected]>
  4. * LineLayout.jvm.cs: TARGET_JVM fix
  5. 2006-05-30 Sebastien Pouliot <[email protected]>
  6. * FontCollection.cs: Avoid calling GdipGetFontCollectionFamilyList
  7. when GdipGetFontCollectionFamilyCount returns a count of 0 items.
  8. 2006-05-21 Sebastien Pouliot <[email protected]>
  9. * GenericFontFamilies.cs: Removed [Serializable] from 2.0 profile.
  10. * HotkeyPrefix.cs: Removed [Serializable] from 2.0 profile.
  11. * TextRenderingHint.cs: Removed [Serializable] from 2.0 profile.
  12. 2006-04-13 Sebastien Pouliot <[email protected]>
  13. * FontCollection.cs: Remove unused ctor. Throw on disposed (private)
  14. collections. Don't dispose (but leak) under non-Windows OS.
  15. * InstalledFontCollection.cs: Remove unused ctor.
  16. * PrivateFontCollection.cs: Remove unused ctor. Fix exceptions to
  17. match unit tests.
  18. 2006-03-23 Peter Dennis Bartok <[email protected]>
  19. * FontCollection.cs (Dispose): When on Linux/Unix, call
  20. GdipDeletePrivateFontCollection to free up the font collection (even
  21. though it's not private, we'd be leaking otherwise. Don't try this
  22. with Microsoft's GDI+ on Win32, though.)
  23. 2006-03-23 Peter Dennis Bartok <[email protected]>
  24. * FontCollection.cs (get_Families): Now letting the runtime do the
  25. marshalling work for us. Easier to maintain and cleaner code.
  26. * PrivateFontCollection.cs:
  27. - AddFontFile: Fixed weird english in error message
  28. - Dispose: Need to pass ref to the native object, we were crashing
  29. badly
  30. 2006-02-09 Peter Dennis Bartok <[email protected]>
  31. * ChangeLog: Created, contents from deleted 'changelog' file
  32. * FontCollection.cs: Cleaned up marshalling and made 64bit safe
  33. 2005-12-13 Konstantin Triger <[email protected]>
  34. * TextLineIterator.jvm.cs: handle null string.
  35. 2005-11-16 Konstantin Triger <[email protected]>
  36. * PrivateFontCollection.jvm.cs: open a correct stream.
  37. 2005-11-13 Konstantin Triger <[email protected]>
  38. * Added LineLayout.jvm.cs, TextLineIterator.jvm.cs for text support
  39. 2005-11-10 Vladimir Krasnov <[email protected]>
  40. * FontCollection.jvm.cs: refactoring, added GetInitialFont()
  41. * InstalledFontCollection.jvm.cs: refactoring, removed GetFamilyName
  42. * PrivateFontCollection.jvm.cs: refactoring
  43. 2005-08-03 Andrew Skiba <[email protected]>
  44. * FontCollection.jvm.cs, InstalledFontCollection.jvm.cs,
  45. PrivateFontCollection.jvm.cs: added TARGET_JVM implementation
  46. 2005-04-04 Jordi Mas i Hernandez <[email protected]>
  47. * PrivateFontCollection.cs: nativeFontCollection equals IntPtr.Zero to
  48. avoid errors on multiple disposes
  49. * FontCollection.cs: implements dispose
  50. 2004-11-25 Marek Safar <[email protected]>
  51. * Image.cs: Add CheckStatus to Families.
  52. 2004-02-25 Andreas Nahr <[email protected]>
  53. * PrivateFontCollection.cs: Removed excess attributes
  54. 2004-02-25 Andreas Nahr <[email protected]>
  55. * FontCollection.cs: Remove console
  56. 2004-02-06 Sanjay Gupta <[email protected]>
  57. * CheckStatus(): Used method of GDIPlus for error checking
  58. in FontCollection.cs, InstalledFontCollection.cs and
  59. PrivateFontCollection.cs
  60. 2004-01-29 Sanjay Gupta <[email protected]>
  61. * FontCollection.cs: Implemented Dispose method.
  62. * InstalledFontCollection.cs: Removed Console.WriteLine calls.
  63. * PrivateFontCollection.cs: Implemented AddMemoryFont method.
  64. 2004-01-28 Jordi Mas <[email protected]>
  65. * FontCollection.cs: fixed marshalling issues
  66. 2004-01-28 Sanjay Gupta <[email protected]>
  67. * FontCollection.cs: Implemented missing functionalities.
  68. * InstalledFontCollection.css: Implemented missing functionalities.
  69. * PrivateFontCollection.cs: Implemented few methods.
  70. 2004-01-10 Ravindra <[email protected]>
  71. * All Enums: Made serializable.
  72. 2003-10-12 Alexandre Pigolkine <[email protected]>
  73. * InstalledFontCollection.cs factory removed
  74. 2003-06-22 Alexandre Pigolkine <[email protected]>
  75. * FontCollection.cs
  76. * InstalledFontCollection.cs
  77. calls to implementation added
  78. 2002-09-16 Nick Drochak <[email protected]>
  79. * PrivateFontCollection.cs: Fix build error. Cannot put ComVisible on
  80. constructors.
  81. 2003-09-14 Piers Haken <[email protected]>
  82. * PrivateFontCollection.cs: import interop for ComVisible attribute
  83. 2002-09-13 Dennis Hayes ([email protected])
  84. * checked in for Everaldo Canuto [email protected]
  85. * FontCollection.cs
  86. * GenericFontFamilies.cs
  87. * HotkeyPrefix.cs
  88. * InstalledFontCollection.cs
  89. * PrivateFontCollection.cs
  90. * TextRenderingHint.cs