From ca80454326006a9c0b2e54b04333fff57ecdc4d4 Mon Sep 17 00:00:00 2001 From: Fred Kiefer Date: Fri, 2 Nov 2001 13:10:06 +0000 Subject: [PATCH] Improvements to NSSlider, NSTextView and the declaration of functions in the header files. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11296 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/ChangeLog b/ChangeLog index eb90d2f49..8aecf2fee 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,24 @@ +2001-11-02 Fred Kiefer + + * Headers/gnustep/gui/NSSlider.h + * Headers/gnustep/gui/NSSliderCell.h + * Source/NSSlider.m + * Source/NSSliderCell.m + Added methods to handle ticks with a dummy implementation. + * Source/NSTextView.m + Added include for NSScrollView to avoid compiler warning. + [_blink] don't call [NSApp updateWindows], just redisplay our + window. + [mouseDown:] replaces all [_window flushWindow] with [self + displayIfNeeded]. + * Headers/gnustep/gui/NSGraphicsContext.h + Added APPKIT_DECLARE for GSCurrentContext(). + * Headers/gnustep/gui/NSGraphics.h + Replaced APPKIT_EXPORT with APPKIT_DECLARE for all functions and + added some missing APPKIT_DECLARE. + * Headers/gnustep/gui/NSPanel.h + Added APPKIT_DECLARE for all functions. + Wed Oct 31 01:23:16 2001 Nicola Pero Implemented blinking insertion point (Work done with Ludovic