From a8ce1aa05652e242e702b2e8ff3be7d129cd1650 Mon Sep 17 00:00:00 2001 From: FredKiefer Date: Sun, 24 Dec 2000 14:10:45 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@8436 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/ChangeLog b/ChangeLog index 3a43ae6a8..2ee8946a0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,35 @@ +2000-12-24 Fred Kiefer + + * Headers/gnustep/gui/NSImageRep.h: + * Headers/gnustep/gui/NSBitmapImageRep.h: + Added some missing methods. + * Source/NSImage.m + Implemented [initWithBitmapHandle:], [initWithIconHandle:] and + [initWithContentsOfURL:]. [copyWithZone:] dont copy cached image reps. + Allways use [self representations], so that the representation is + loaded if needed. + * Source/NSImageRep.m + Implemented [imageRepWithContentsOfURL:] and [imageRepsWithContentsOfURL:]. + In [imageRepsWithContentsOfFile:] get all possible reps. + * Source/NSBitmapImageRep.m + Dummy implementation for new methods. + * Headers/gnustep/gui/NSControl.h: + Added some missing methods. + * Source/NSControl.m + Implemented [refusesFirstResponder] and [setRefusesFirstResponder:]. + Changed [setEnabled:], [setAlignment:], [setFont:] and all + [setXXValue:] methods to conform to the spec. Removed the + [copyWithZone:] method. + * Headers/gnustep/gui/NSBox.h: + Added some missing methods. + * Source/NSBox.m + Implemented [setTitleWithMnemonic:]. + * Headers/gnustep/gui/NSApplication.h: + Added ivar _default_context to store the graphic context used for + events, which is not switched while printing. + * Source/NSApplication.m + Use the _default_context for all events and in dealloc. + 2000-12-23 Fred Kiefer * Headers/gnustep/gui/NSImage.h: