mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 14:30:54 +00:00
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
This commit is contained in:
parent
f50b23d869
commit
ca80454326
1 changed files with 21 additions and 0 deletions
21
ChangeLog
21
ChangeLog
|
@ -1,3 +1,24 @@
|
|||
2001-11-02 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* 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 <n.pero@mi.flashnet.it>
|
||||
|
||||
Implemented blinking insertion point (Work done with Ludovic
|
||||
|
|
Loading…
Reference in a new issue