From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28941 invoked by alias); 13 Apr 2010 17:49:12 -0000 Received: (qmail 28928 invoked by uid 9539); 13 Apr 2010 17:49:11 -0000 Date: Tue, 13 Apr 2010 17:49:00 -0000 Message-ID: <20100413174911.28926.qmail@sourceware.org> From: davek@sourceware.org To: cygwin-apps-cvs@sourceware.org Subject: setup PickView.h PickView.cc ChangeLog Mailing-List: contact cygwin-apps-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: cygwin-apps-cvs-owner@sourceware.org X-SW-Source: 2010-q2/txt/msg00008.txt.bz2 CVSROOT: /cvs/cygwin-apps Module name: setup Changes by: davek@sourceware.org 2010-04-13 17:49:11 Modified files: . : PickView.h PickView.cc ChangeLog Log message: * PickView.h (PickView::set_vscroll_info): Add prototype. (PickView::hasClientRect): Rename from this ... (PickView::hasWindowRect): ... to this ... (PickView::lastClientRect): ... and from this ... (PickView::lastWindowRect): ... to this. * PickView.cc (PickView::PickView): Adjust member init to match. (PickView::set_vscroll_info): Abstract code to set vertical scroll bar proportions from ... (PickView::list_click): ... here. Call it. Fix comment typo. (PickView::WindowProc): Update all renamed variables in WM_SIZE case, and check also for a y delta, calling set_vscroll_info if so. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/setup/PickView.h.diff?cvsroot=cygwin-apps&r1=2.19&r2=2.20 http://sourceware.org/cgi-bin/cvsweb.cgi/setup/PickView.cc.diff?cvsroot=cygwin-apps&r1=2.36&r2=2.37 http://sourceware.org/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&r1=2.698&r2=2.699