mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 07:50:48 +00:00
Clean up of code in NSImageCell.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@10688 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
913a946557
commit
a935e95e29
1 changed files with 13 additions and 0 deletions
13
ChangeLog
13
ChangeLog
|
@ -1,3 +1,16 @@
|
|||
2001-08-12 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Headers/gnustep/gui/NSImageCell.h
|
||||
Removed already inherited protocols.
|
||||
* Source/NSImageCell.m
|
||||
Removed [initImageCell:], [dealloc], [cellSizeForBounds:] and
|
||||
[copyWithZone:], which where only super calls.
|
||||
In [drawWithFrame:inView:] lockFocus only around drawing
|
||||
code and check for invalid window.
|
||||
In [drawInteriorWithFrame:inView:] lockFocus only around drawing
|
||||
code, check for invalid window, use NSCompositeSourceOver instead
|
||||
of NSCompositeCopy and show first responder state.
|
||||
|
||||
Sat Aug 11 07:41:45 2001 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
* Source/NSMatrix.m ([NSMatrix -getRow:column:forPoint:]): Fixed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue