You've already forked linux-packaging-mono
Imported Upstream version 4.6.0.125
Former-commit-id: a2155e9bd80020e49e72e86c44da02a8ac0e57a4
This commit is contained in:
parent
a569aebcfd
commit
e79aa3c0ed
@@ -1,143 +0,0 @@
|
||||
2007-05-21 Adar Wesley <adarw@mainsoft.com>
|
||||
|
||||
* LineLayout.jvm.cs: change MemberwiseClone to clone.
|
||||
|
||||
2006-08-25 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* PrivateFontCollection.cs: Fix warning by reusing the full path.
|
||||
|
||||
2006-08-07 Andrew Skiba <andrews@mainsoft.com>
|
||||
|
||||
* LineLayout.jvm.cs: TARGET_JVM fix
|
||||
|
||||
2006-05-30 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* FontCollection.cs: Avoid calling GdipGetFontCollectionFamilyList
|
||||
when GdipGetFontCollectionFamilyCount returns a count of 0 items.
|
||||
|
||||
2006-05-21 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* GenericFontFamilies.cs: Removed [Serializable] from 2.0 profile.
|
||||
* HotkeyPrefix.cs: Removed [Serializable] from 2.0 profile.
|
||||
* TextRenderingHint.cs: Removed [Serializable] from 2.0 profile.
|
||||
|
||||
2006-04-13 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* FontCollection.cs: Remove unused ctor. Throw on disposed (private)
|
||||
collections. Don't dispose (but leak) under non-Windows OS.
|
||||
* InstalledFontCollection.cs: Remove unused ctor.
|
||||
* PrivateFontCollection.cs: Remove unused ctor. Fix exceptions to
|
||||
match unit tests.
|
||||
|
||||
2006-03-23 Peter Dennis Bartok <pbartok@novell.com>
|
||||
|
||||
* FontCollection.cs (Dispose): When on Linux/Unix, call
|
||||
GdipDeletePrivateFontCollection to free up the font collection (even
|
||||
though it's not private, we'd be leaking otherwise. Don't try this
|
||||
with Microsoft's GDI+ on Win32, though.)
|
||||
|
||||
2006-03-23 Peter Dennis Bartok <pbartok@novell.com>
|
||||
|
||||
* FontCollection.cs (get_Families): Now letting the runtime do the
|
||||
marshalling work for us. Easier to maintain and cleaner code.
|
||||
* PrivateFontCollection.cs:
|
||||
- AddFontFile: Fixed weird english in error message
|
||||
- Dispose: Need to pass ref to the native object, we were crashing
|
||||
badly
|
||||
|
||||
2006-02-09 Peter Dennis Bartok <pbartok@novell.com>
|
||||
|
||||
* ChangeLog: Created, contents from deleted 'changelog' file
|
||||
* FontCollection.cs: Cleaned up marshalling and made 64bit safe
|
||||
|
||||
2005-12-13 Konstantin Triger <kostat@mainsoft.com>
|
||||
|
||||
* TextLineIterator.jvm.cs: handle null string.
|
||||
|
||||
2005-11-16 Konstantin Triger <kostat@mainsoft.com>
|
||||
|
||||
* PrivateFontCollection.jvm.cs: open a correct stream.
|
||||
|
||||
2005-11-13 Konstantin Triger <kostat@mainsoft.com>
|
||||
|
||||
* Added LineLayout.jvm.cs, TextLineIterator.jvm.cs for text support
|
||||
|
||||
2005-11-10 Vladimir Krasnov <vladimirk@mainsoft.com>
|
||||
|
||||
* FontCollection.jvm.cs: refactoring, added GetInitialFont()
|
||||
* InstalledFontCollection.jvm.cs: refactoring, removed GetFamilyName
|
||||
* PrivateFontCollection.jvm.cs: refactoring
|
||||
|
||||
2005-08-03 Andrew Skiba <andrews@mainsoft.com>
|
||||
|
||||
* FontCollection.jvm.cs, InstalledFontCollection.jvm.cs,
|
||||
PrivateFontCollection.jvm.cs: added TARGET_JVM implementation
|
||||
|
||||
2005-04-04 Jordi Mas i Hernandez <jordi@ximian.com>
|
||||
|
||||
* PrivateFontCollection.cs: nativeFontCollection equals IntPtr.Zero to
|
||||
avoid errors on multiple disposes
|
||||
|
||||
* FontCollection.cs: implements dispose
|
||||
|
||||
2004-11-25 Marek Safar <marek.safar@seznam.cz>
|
||||
|
||||
* Image.cs: Add CheckStatus to Families.
|
||||
|
||||
2004-02-25 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
|
||||
|
||||
* PrivateFontCollection.cs: Removed excess attributes
|
||||
|
||||
2004-02-25 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
|
||||
|
||||
* FontCollection.cs: Remove console
|
||||
|
||||
2004-02-06 Sanjay Gupta <gsanjay@novell.com>
|
||||
* CheckStatus(): Used method of GDIPlus for error checking
|
||||
in FontCollection.cs, InstalledFontCollection.cs and
|
||||
PrivateFontCollection.cs
|
||||
|
||||
2004-01-29 Sanjay Gupta <gsanjay@novell.com>
|
||||
* FontCollection.cs: Implemented Dispose method.
|
||||
* InstalledFontCollection.cs: Removed Console.WriteLine calls.
|
||||
* PrivateFontCollection.cs: Implemented AddMemoryFont method.
|
||||
|
||||
2004-01-28 Jordi Mas <jordi@ximian.com>
|
||||
* FontCollection.cs: fixed marshalling issues
|
||||
|
||||
2004-01-28 Sanjay Gupta <gsanjay@novell.com>
|
||||
|
||||
* FontCollection.cs: Implemented missing functionalities.
|
||||
* InstalledFontCollection.css: Implemented missing functionalities.
|
||||
* PrivateFontCollection.cs: Implemented few methods.
|
||||
|
||||
2004-01-10 Ravindra <rkumar@novell.com>
|
||||
|
||||
* All Enums: Made serializable.
|
||||
|
||||
2003-10-12 Alexandre Pigolkine <pigolkine@gmx.de>
|
||||
* InstalledFontCollection.cs factory removed
|
||||
|
||||
2003-06-22 Alexandre Pigolkine <pigolkine@gmx.de>
|
||||
* FontCollection.cs
|
||||
* InstalledFontCollection.cs
|
||||
calls to implementation added
|
||||
|
||||
2002-09-16 Nick Drochak <ndrochak@gol.com>
|
||||
|
||||
* PrivateFontCollection.cs: Fix build error. Cannot put ComVisible on
|
||||
constructors.
|
||||
|
||||
2003-09-14 Piers Haken <piersh@friskit.com>
|
||||
|
||||
* PrivateFontCollection.cs: import interop for ComVisible attribute
|
||||
|
||||
2002-09-13 Dennis Hayes (dennish@raytek.com)
|
||||
* checked in for Everaldo Canuto everaldo.canuto@bol.com.br
|
||||
|
||||
* FontCollection.cs
|
||||
* GenericFontFamilies.cs
|
||||
* HotkeyPrefix.cs
|
||||
* InstalledFontCollection.cs
|
||||
* PrivateFontCollection.cs
|
||||
* TextRenderingHint.cs
|
||||
Reference in New Issue
Block a user