Patched layout manager to get it to compile; minor NSScroller updates

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@15734 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2003-01-27 02:56:01 +00:00
parent 6107b5dca8
commit e9b28c85c1

View file

@ -1,3 +1,18 @@
Mon Jan 27 03:16:22 2003 Benhur Stein <benhur@inf.ufsm.br>
Patch with minor changes by Nicola:
* Source/NSScroller.m ([-testPart:]): The point to test is now
assumed to be in the window's coordinates.
([-mouseDown:], [-trackScrollButtons:]): Updated calls to
-testPart:.
([-drawArrow:highlight:]): Highlight the cell according to the
argument.
Mon Jan 27 01:21:11 2003 Nicola Pero <n.pero@mi.flashnet.it>
* Source/GSLayoutManager.m (GET_GLYPH): Removed argument, and
updated all callers, to get it to compile.
2003-01-27 00:01 Alexander Malmberg <alexander@malmberg.org>
* Source/NSLayoutManager.m (-drawBackgroundForGlyphRange:atPoint:):