public inbox for cygwin-apps-cvs@sourceware.org
help / color / mirror / Atom feed
* setup ChangeLog choose.cc proppage.h proppage. ...
@ 2005-05-07  4:27 briand
  0 siblings, 0 replies; only message in thread
From: briand @ 2005-05-07  4:27 UTC (permalink / raw)
  To: cygwin-apps-cvs

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-05-07  4:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-05-07  4:27 setup ChangeLog choose.cc proppage.h proppage. briand

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).