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 choose.h desktop.cc ...


CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Changes by:	rbcollins@sources.redhat.com	2002-05-12 04:28:23

Modified files:
	.              : ChangeLog choose.cc choose.h desktop.cc 
	                 fromcwd.cc ini.cc res.rc 

Log message:
	2002-04-02  Gary R. Van Sickle  <g.r.vansickle@worldnet.att.net>
	
	* choose.cc: Run indent.
	(nextbutton): Remove static variable.
	(default_trust): Remove use of nextbutton.
	(set_view_mode): Ditto.
	(create_listview): Add IDC_CHOOSE_PREV and IDC_CHOOSE_NEXT to ta[] so
	rbset() sets the prev/next/curr radio buttons properly.
	(dialog_cmd): Delete function.
	(dialog_proc): Delete function.  Move WM_INITDIALOG functionality to
	ChooserPage::OnInit.
	(do_choose): Delete function.  Move pre-DialogBox() code to
	ChooserPage::OnInit(), post-DialogBox() code to	ChooserPage::OnNext.
	(WM_APP_START_CHOOSE): Remove define.
	(WM_APP_CHOOSE_IS_FINISHED): Remove define.
	(do_choose_thread): Delete function.
	(ChooserPage::OnActivate): Delete method.
	(ChooserPage::OnMessageApp): Delete method.
	(ChooserPage::OnInit): New method.
	(ChooserPage::OnNext): New method.
	(ChooserPage::OnBack): New method.
	(ChooserPage::OnMessageCmd): New method.
	* choose.h: Run indent.
	(ChooserPage::OnMessageApp): Delete declaration.
	(ChooserPage::OnActivate): Ditto.
	(ChooserPage::OnMessageCmd): New declaration.
	(ChooserPage::OnInit): Ditto.
	(ChooserPage::OnNext): Ditto.
	(ChooserPage::OnBack): Ditto.
	* desktop.cc (DesktopSetupPage::OnBack): Replace use of IDD_CHOOSER
	with IDD_CHOOSE.
	* fromcwd.cc (do_fromcwd): Replace use of IDD_CHOOSER with IDD_CHOOSE.
	* ini.cc (do_ini_thread): Replace use of IDD_CHOOSER with IDD_CHOOSE.
	* res.rc (IDD_CHOOSE): Remove dialog template.
	(IDD_CHOOSER): Alter dialog template to fit wizard size and format.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&r1=2.236&r2=2.237
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/choose.cc.diff?cvsroot=cygwin-apps&r1=2.96&r2=2.97
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/choose.h.diff?cvsroot=cygwin-apps&r1=2.14&r2=2.15
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/desktop.cc.diff?cvsroot=cygwin-apps&r1=2.29&r2=2.30
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/fromcwd.cc.diff?cvsroot=cygwin-apps&r1=2.23&r2=2.24
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/ini.cc.diff?cvsroot=cygwin-apps&r1=2.27&r2=2.28
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/res.rc.diff?cvsroot=cygwin-apps&r1=2.39&r2=2.40


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