ChangeLog 3.9 KB

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