From 3b64cb19f7edab9aed8588d01844f4351a67edcf Mon Sep 17 00:00:00 2001 From: Nicola Pero Date: Tue, 25 Dec 2001 14:08:02 +0000 Subject: [PATCH] Fixed drawing of background color in NSButtonCell; new code to set/remove rulers in a scrollview git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11899 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/ChangeLog b/ChangeLog index 5d47bf09e..b145c0519 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +Tue Dec 25 09:54:21 2001 Nicola Pero + + * Source/NSButtonCell.m ([-drawInteriorWithFrame:inView:]): Draw + the background color. + +Tue Dec 25 09:23:24 2001 Nicola Pero + + * Source/NSScrollView.m ([-_doScroll:]): Mark the horizontal and + vertical ruler as needing redisplay if needed. + ([-setHorizontalRulerView:]): Add/remove the new horizontal ruler + as a subview; set _hasHorizontalRule to NO if the new horizontal + ruler is nil; tile if rulers are visible. + ([-setHasVerticalRuler:]): Similar changes. + ([-setHasHorizontalRuler:]): Rewritten. In particular, use the + class specified in +rulerViewClass when creating the new ruler. + ([-setVerticalRulerView:]): Similar changes. + (Patches from Diego Luis Kreutz modified). + 2001-12-24 Fred Kiefer * Source/NSTextView.m