mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 13:10:52 +00:00
*** empty log message ***
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@8460 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f15c6fb50b
commit
2b9210fc47
1 changed files with 19 additions and 0 deletions
19
ChangeLog
19
ChangeLog
|
@ -1,3 +1,22 @@
|
|||
2000-12-28 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Headers/gnustep/gui/NSButtonCell.h:
|
||||
Corrected definition of NSBezelStyle.
|
||||
* Source/NSButtonCell.m
|
||||
Simplified mask definition in [drawInteriorWithFrame:inView:] and
|
||||
[cellSize].
|
||||
* Headers/gnustep/gui/NSColor.h:
|
||||
Prefixed all ivars with underscores, removed unneded ivars and
|
||||
added some missing methods and types.
|
||||
* Headers/gnustep/gui/NSColorPrivate.h: Removed
|
||||
* Source/GNUmakefile: Removed reference of NSColorPrivate.h
|
||||
* Source/externs.m
|
||||
Added notifiaction string from NSColor.m
|
||||
* Source/NSColor.m
|
||||
Added missing methods, restructured all the private methods, so
|
||||
there are no changing methods left. Made systemColorWithName() a
|
||||
function and optimized system color retrival.
|
||||
|
||||
2000-12-27 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/NSAttributedString.m: ([-doubleClickAtIndex:]),
|
||||
|
|
Loading…
Reference in a new issue