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:
Fred Kiefer 2001-08-12 17:30:36 +00:00
parent 913a946557
commit a935e95e29

View file

@ -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