*** empty log message ***

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@8734 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2001-01-21 22:38:45 +00:00
parent ffdddc1887
commit db359baa21

View file

@ -1,3 +1,9 @@
2001-01-20 Fred Kiefer <FredKiefer@gmx.de>
* Source/NSBezierPath.m
Corrected some bugs. Opimized the concret subclass to use a
GSIArray.
Sun Jan 21 14:10:52 2001 Nicola Pero <n.pero@mi.flashnet.it>
* Source/NSClipView.m ([-setBoundsOrigin:]): Rewritten/fixed
@ -12,6 +18,18 @@ Sat Jan 20 23:38:03 2001 Nicola Pero <n.pero@mi.flashnet.it>
* Source/NSMenuView.m ([+menuBarHeight]): Compute from the font
height. ([-initWithFrame:]): Compute cellSize from the font size.
2001-01-20 Fred Kiefer <FredKiefer@gmx.de>
* Headers/gnustep/gui/NSBezierPath.h
Added missing methods and changed the ivars.
* Source/NSBezierPath.m
Almost complete rewrite. The abstract class implements now most of
the methods leaving only 9 methods to the concrete class. (And
the hit test should also go into the abstract class) Simplified
and corrected most methods.
* Source/NSAffineTransform.m
[transformBezierPath:] autorelease the returned object.
2001-01-20 Richard Frith-Macdonald <rfm@gnu.org>
* Source/NSLayoutManager.m: Reorganize and tidy up glyph code