mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 18:11:06 +00:00
Fixed NSMatrix autoresizing; extended to setFrame: and setFrameSize: as
well; removed some roundings from NSMatrix git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13705 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6c2475a38d
commit
405666288c
1 changed files with 15 additions and 0 deletions
15
ChangeLog
15
ChangeLog
|
@ -1,3 +1,18 @@
|
|||
Sun May 26 13:46:58 2002 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
* Source/NSMatrix.m
|
||||
([-_privateFrame:mode:numberOfRows:numberOfColumns:]): Do not make
|
||||
the cell size integers. Any approximation is a loss of
|
||||
information, and by approximating without reason at this stage we
|
||||
are downgrading the information we pass to the backend -
|
||||
information which the backend can use to render better. A longer
|
||||
explanation of why this change is appropriate in the source code.
|
||||
([-_rebuildLayoutAfterResizing]): New method with code taken from
|
||||
-resizeWithOldSuperviewSize:; rewritten not to compute changes
|
||||
incrementally, and not to round up sizes without reason.
|
||||
([-setFrame:], [-setFrameSize:]): New methods.
|
||||
([-resizeWithOldSuperviewSize:]): Removed.
|
||||
|
||||
2002-05-17 Georg Fleischmann <georg@vhf.de>
|
||||
|
||||
* gui/Source/GSSimpleLayoutManager.m
|
||||
|
|
Loading…
Reference in a new issue