From mboxrd@z Thu Jan 1 00:00:00 1970 From: shebs@sourceware.cygnus.com To: xconq-cvs@sourceware.cygnus.com Subject: xconq/ /ChangeLog cltk/tkcmd.c cltk/tkconq.h c ... Date: Mon, 27 Mar 2000 08:57:00 -0000 Message-id: <20000327165719.28594.qmail@sourceware.cygnus.com> X-SW-Source: 2000/msg00083.html List-Id: 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.