This is the mail archive of the cygwin-cvs@cygwin.com mailing list for the Cygwin 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]

src/winsup/cinstall ChangeLog res.rc resource. ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	rbcollins@sources.redhat.com	2002-02-24 02:59:20

Modified files:
	winsup/cinstall: ChangeLog res.rc resource.h splash.cc 
	                 threebar.cc window.cc window.h 

Log message:
	2002-02-24  Gary R. Van Sickle  <g.r.vansickle@worldnet.att.net>
	
	* res.rc (STRINGTABLE): Add IDS_CYGWIN_SETUP and
	IDS_CYGWIN_SETUP_WITH_PROGRESS strings.
	* resource.h: Add IDS_CYGWIN_SETUP and
	IDS_CYGWIN_SETUP_WITH_PROGRESS IDs.
	
	* splash.cc (OnInit): Qualify SetWindowText() call with global scope
	operator (::SetWindowText()).
	
	* threebar.cc: Run indent.
	(cistring.h): Add include.
	(SetText1, SetText2, SetText3): Qualify SetWindowText() call with
	global scope operator.
	(SetBar2): Add logic for writing percent complete into window title.
	
	* window.h: Run indent.
	(SetWindowText): New function.
	(String): Add forward declaration.
	* window.cc: Run indent.
	(String++.h): Add include.
	(SetWindowText): New function.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/ChangeLog.diff?cvsroot=src&r1=2.198&r2=2.199
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/res.rc.diff?cvsroot=src&r1=2.36&r2=2.37
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/resource.h.diff?cvsroot=src&r1=2.16&r2=2.17
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/splash.cc.diff?cvsroot=src&r1=2.8&r2=2.9
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/threebar.cc.diff?cvsroot=src&r1=2.2&r2=2.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/window.cc.diff?cvsroot=src&r1=2.3&r2=2.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/window.h.diff?cvsroot=src&r1=2.3&r2=2.4


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