mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 11:31:02 +00:00
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:
parent
d49f634d96
commit
22413442fa
1 changed files with 19 additions and 0 deletions
19
ChangeLog
19
ChangeLog
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue