mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 15:11:37 +00:00
Prettified font panel; tiny fixes in browser look; changed splitview
coordinates to flipped as per spec git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@8821 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
08072f4700
commit
53b5ff101c
1 changed files with 20 additions and 0 deletions
20
ChangeLog
20
ChangeLog
|
@ -1,3 +1,23 @@
|
|||
Fri Jan 26 22:36:21 2001 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
* Source/NSBrowser.m (NSBR_VOFFSET): Changed from 3 to 2.
|
||||
([-titleHeight]): Return 21.
|
||||
* Source/NSFontPanel.m (_setFloatValue): New function to avoid
|
||||
displaying .00000 for floats. ([-browser:selectRow:inColumn:]),
|
||||
([-setPanelFont:isMultiple:]): Use it. ([-_initWithoutGModel]):
|
||||
Completely rewritten sizes; fixed autoresizing masks; use a
|
||||
GSBrowserTitleCell to draw the size column title; added trick to
|
||||
make splitview sizes right; set min size.
|
||||
([-browser:titleOfColumn:]), ([-browser:numberOfRowsInColumn:]),
|
||||
([-browser:selectRow:inColumn:]): Tiny speed up.
|
||||
([splitView:constrainMinCoordinate:maxCoordinate:ofSubviewAt:]):
|
||||
New method.
|
||||
* Source/NSSplitView.m ([-initWithFrame:]): Set
|
||||
_autoresizes_subviews to NO. ([-isFlipped]): Return YES as per
|
||||
spec. ([-adjustSubviews]), ([-drawRect:]), ([-mouseDown:]):
|
||||
Updated for flipped coordinates. ([-drawDividerInRect:]): Fixed
|
||||
bug in drawing dimple with flipped coordinates.
|
||||
|
||||
2001-01-26 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/NSLayoutManager.m: when doing conversions between glyph
|
||||
|
|
Loading…
Reference in a new issue