Skip to content

Commit

Permalink
2007-01-12 Sebastien Pouliot <sebastien@ximian.com>
Browse files Browse the repository at this point in the history
	* TODO: Updated to remove missing ICON decoder and functions
	GdipCreateBitmapFromHICON and GdipCreateHICONFromBitmap. Also removed
	comments about DEBUG_MEMLEAKS as it's better to use valgrind.


svn path=/trunk/libgdiplus/; revision=70927
  • Loading branch information
Sebastien Pouliot committed Jan 12, 2007
1 parent a3094dd commit 8c89695
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
@@ -1,3 +1,9 @@
2007-01-12 Sebastien Pouliot <sebastien@ximian.com>

* TODO: Updated to remove missing ICON decoder and functions
GdipCreateBitmapFromHICON and GdipCreateHICONFromBitmap. Also removed
comments about DEBUG_MEMLEAKS as it's better to use valgrind.

2007-01-04 Wade Berrier <wberrier@novell.com>

* configure.in:
Expand Down
11 changes: 1 addition & 10 deletions TODO
Expand Up @@ -7,7 +7,6 @@ have to be fixed in libgdiplus.

- EXIF. There is libexif
- WMF and EMF. We do not support metafiles. See libwmf.
- ICON. Some icon functionality is done at SD level.

---- Not implemented functions

Expand All @@ -16,8 +15,6 @@ have to be fixed in libgdiplus.
Functions that use or create Win32 handles and are not yet implemented
(except for window and device needed in System.Windows.Forms.)

GdipCreateBitmapFromHICON
GdipCreateHICONFromBitmap
GdipCreateBitmapFromResource
GdipCreateFontFromDC
GdipCreateFromHWND
Expand Down Expand Up @@ -86,11 +83,5 @@ We have to review these calls to make sure that we are releasing propertly
the handles and not leaving them created when their associated object
(GpGraphics in this case) is destroyed.

* There are internal libgdiplus memory leaks. At general.c there is a little
DEBUG_MEMLEAKS define that enables an internal system to track down these
issues. Leave it always on and try to fix the leaks to you detect.

Jordi
19/09/2005


last updated: January 12th, 2007

0 comments on commit 8c89695

Please sign in to comment.