This is the mail archive of the cygwin-apps-cvs@sources.redhat.com mailing list for the cygwin-apps project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

setup ChangeLog choose.cc proppage.h proppage. ...


CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Changes by:	briand@sourceware.org	2005-05-07 04:27:08

Modified files:
	.              : ChangeLog choose.cc proppage.h proppage.cc 
	                 resource.h res.rc window.h window.cc 

Log message:
	2005-05-05  Brian Dessent  <brian@dessent.net>
	
	* choose.cc (ChooserPage::OnInit): Initialize tooltips for this
	dialog.
	
	* proppage.h (PropertyPage::makeClickable): Update prototype to
	reflect same argument name as function.
	
	* proppage.cc (PropertyPage::DialogProc): Remove redundant 'break'
	statements that follow 'return's.  Add missing braces to case
	statements.  Call handler for TTN_GETDISPINFO.
	
	* res.rc (IDS_TRUSTKEEP_TOOLTIP): Add new STRINGTABLE entry for
	tooltip	text.
	(IDS_TRUSTPREV_TOOLTIP): Ditto.
	(IDS_TRUSTCURR_TOOLTIP): Ditto.
	(IDS_TRUSTEXP_TOOLTIP): Ditto.
	(IDS_TRUSTPREV_TOOLTIP): Ditto.
	(IDS_VIEWBUTTON_TOOLTIP): Ditto.
	
	* resource.h: Likewise, add identifiers for tooltip resources.
	
	* window.h: Add includes.
	(Window::TooltipHandle): Add new private data structure.
	(Window::TooltipStrings): Ditto.
	(Window::ActivateTooltips): Define new function to support tooltip
	functionality.
	(Window::SetTooltipState): Ditto.
	(Window::AddTooltip): Ditto.
	(TooltipNotificationHandler): Ditto.
	
	* window.cc (Window::Window): Initialize handle to NULL.
	(Window::~Window): Call DestroyWindow on tooltip control if it was
	activated.
	(Window::ActivateTooltips): New function to activate the tooltip
	control.
	(Window::SetTooltipState): New function to allow toggling of
	tooltips.
	(Window::AddTooltip): New function that adds a tooltip to a given
	control in a given window.  Also implement overloaded versions that
	provide simpler interface and the ability to use a string resource.
	(Window::TooltipNotificationHandler): New function to handle
	TTN_GETDISPINFO notification messages.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&r1=2.496&r2=2.497
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/choose.cc.diff?cvsroot=cygwin-apps&r1=2.139&r2=2.140
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/proppage.h.diff?cvsroot=cygwin-apps&r1=2.11&r2=2.12
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/proppage.cc.diff?cvsroot=cygwin-apps&r1=2.15&r2=2.16
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/resource.h.diff?cvsroot=cygwin-apps&r1=2.28&r2=2.29
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/res.rc.diff?cvsroot=cygwin-apps&r1=2.62&r2=2.63
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/window.h.diff?cvsroot=cygwin-apps&r1=2.10&r2=2.11
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/window.cc.diff?cvsroot=cygwin-apps&r1=2.12&r2=2.13


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]