Implmented tick marks for slider and some small corrections to other classes.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@16544 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2003-04-25 22:57:01 +00:00
parent d49f634d96
commit 22413442fa

View file

@ -1,3 +1,22 @@
2003-04-26 Fred Kiefer <FredKiefer@gmx.de>
* Source/NSPanel.m
Use controlBackgroundColor instead of lightGrayColor. Patch by Matt
Rice (matt@vespertine.pc.ashlandfiber.net).
* Headers/gnustep/gui/NSGraphics.h
* Source/externs.m
Added NSPatternColorSpace.
* Source/NSColor.m
[GSPatternColor colorSpaceName] uses NSPatternColorSpace.
Corrected [blendedColorWithFraction:ofColor:], where self and aColor
where exchanged and alpha handling was missing.
* Source/NSWindow.m
Removed unused local variable in [sendEvent:].
* Source/NSSliderCell.m
Basic implementation of the tick mark methods. Added en-/decoding
for tick marks. [setKnobThickness:], [setNumberOfTickMarks:] and
[setTickMarkPosition:] now update the control.
2003-04-25 Richard Frith-Macdonald <rfm@gnu.org>
* Source/NSSavePanel.m: Track window resizing and adjust browser