mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-26 20:11:05 +00:00
*** empty log message ***
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@8504 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
4f5d29c6a3
commit
8c68f18d7d
1 changed files with 21 additions and 0 deletions
21
ChangeLog
21
ChangeLog
|
@ -1,3 +1,24 @@
|
|||
2001-01-08 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Headers/gnustep/gui/NSAffineTransform.h:
|
||||
* Source/NSAffineTransform.m
|
||||
Added new GS methods [concatenateWithMatrix:] and
|
||||
[deltaPointInMatrixSpace:] to avoid the creation of a new
|
||||
NSAffineTransform in the backend.
|
||||
* Source/NSScroller.m
|
||||
[setTarget:] don't retain target to avoid retain cycle in
|
||||
NSScrollView. [initWithCoder:] release target after decoding.
|
||||
* Source/NSColorWell.m
|
||||
In [dealloc] call [deactivate] for active colour wells.
|
||||
* Source/NSColorPanel.m
|
||||
Better interaction with the current colour picker. [setTarget:]
|
||||
don't retain target. In [sharedColorPanel] the picker mode is used
|
||||
only to create the panel, not each time the panel is shown. Show
|
||||
the alpha value multiplied by 100.
|
||||
* Source/NSPageLayout.m
|
||||
* Source/NSPrintOperation.m
|
||||
Small improvements.
|
||||
|
||||
Sun Jan 7 03:28:14 2001 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
* Source/GSSimpleLayoutManager.m
|
||||
|
|
Loading…
Reference in a new issue