mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-01 20:31:56 +00:00
Made fonts and colours easier to customize.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13649 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
2d069c20fb
commit
b61f4db419
1 changed files with 15 additions and 0 deletions
15
ChangeLog
15
ChangeLog
|
@ -1,3 +1,18 @@
|
||||||
|
2002-05-13 Fred Kiefer <FredKiefer@gmx.de>
|
||||||
|
|
||||||
|
* Source/NSColor.m
|
||||||
|
In initSystemColors() and systemColorWithName() replaced
|
||||||
|
implementation of system colours with named colours from a stored
|
||||||
|
colour list. Added conversion cache for named colours. This allows
|
||||||
|
easy configuration of system colours while keeping the same performance.
|
||||||
|
* Source/NSFont.m
|
||||||
|
Moved the caching of fonts from [initWithName:matrix:] to
|
||||||
|
[fontWithName:matrix:] so that unneeded fonts are no longer
|
||||||
|
created. In [labelFontSize], [smallSystemFontSize] and
|
||||||
|
[systemFontSize] get values from defaults if available. In
|
||||||
|
getNSFont() removed hard coded 12, will be relaced by default for
|
||||||
|
NSUserFontSize.
|
||||||
|
|
||||||
Sun May 12 10:08:34 2002 Nicola Pero <n.pero@mi.flashnet.it>
|
Sun May 12 10:08:34 2002 Nicola Pero <n.pero@mi.flashnet.it>
|
||||||
|
|
||||||
* Headers/gnustep/gui/NSTextView.h: Removed ivar
|
* Headers/gnustep/gui/NSTextView.h: Removed ivar
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue