This is the mail archive of the xconq-cvs@sourceware.cygnus.com mailing list for the Xconq project.


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

xconq/ /ChangeLog cltk/tkcmd.c cltk/tkconq.h c ...


CVSROOT:	/cvs/xconq
Module name:	xconq
Changes by:	shebs@sourceware.cygnus.com	00/03/27 08:57:18

Modified files:
	.              : ChangeLog 
	tcltk          : tkcmd.c tkconq.h tkconq.tcl tkinit.c tkmain.c 
	                 tkmap.c 
Added files:
	bitmaps        : scursdown.b scursdownm.b scursleft.b 
	                 scursleftm.b scursright.b scursrightm.b 
	                 scursup.b scursupm.b 

Log message:
	* tkconq.h (enum mapmode): New values no_scroll_mode,
	scroll_up_mode, etc.
	(Map): New field scrollmode.
	* tkconq.tcl (make_unit_paint_frame): Include emblems in
	unit image sample.
	(dbg_set_design_data): Update unit paint frame emblem.
	(make_feature_paint_frame): Rewrite to make feature renaming
	an integral part of paint frame instead of a dialog.
	(update_feature_name_entry): New proc.
	(new_feature): Don't tweak popup's label here.
	* tkinit.c: Include new scroll cursor bitmaps.
	(init_cursors): Use them.
	* tkmain.c (tk_feature_desc): New tcl command.
	(tk_feature_info, tk_set_feature_info): Rename from
	..._feature_name, extend to get/set type name also.
	(tk_create_new_feature): Recalc feature-related caches.
	(update_mouseover): Set map->scrollmode also.
	* tkmap.c (draw_row): Wrap x before passing to subrs.
	(draw_feature_boundary): Wrap x before using.
	(set_tool_cursor): Set cursor to a scroll cursor if in
	map is scrolling.
	
	* bitmaps/scursdown.b, bitmaps/scursdownm.b, bitmaps/scursleft.b,
	bitmaps/scursleftm.b, bitmaps/scursright.b, bitmaps/scursrightm.b,
	bitmaps/scursup.b, bitmaps/scursupm.b: New files, bitmaps
	indicating autoscroll direction.


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