From d99a69d11f0556cb0a4abf8da44eac59a5fa0893 Mon Sep 17 00:00:00 2001 From: nico Date: Mon, 27 Jan 2003 02:56:01 +0000 Subject: [PATCH] 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 --- ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/ChangeLog b/ChangeLog index c2e2cbb5e..e56720dd5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +Mon Jan 27 03:16:22 2003 Benhur Stein + + 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 + + * Source/GSLayoutManager.m (GET_GLYPH): Removed argument, and + updated all callers, to get it to compile. + 2003-01-27 00:01 Alexander Malmberg * Source/NSLayoutManager.m (-drawBackgroundForGlyphRange:atPoint:):