2
0

ChangeLog 4.3 KB

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