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/tkconq.tcl cltk/tkinit. ... Date: Mon, 30 Aug 1999 10:01:00 -0000 Message-id: <19990830170104.20017.qmail@egcs.cygnus.com> X-SW-Source: 1999/msg00174.html List-Id: CVSROOT: /cvs/xconq Module name: xconq Changes by: shebs@egcs.cygnus.com 99/08/30 10:01:04 Modified files: . : ChangeLog tcltk : tkconq.tcl tkinit.c tkmain.c tkmap.c Added files: bitmaps : delay.b sleep.b Log message: * bitmaps/delay.b, bitmaps/sleep.b: New bitmaps. * tkconq.tcl: Consolidate debug output under a single test, add font family preference. (find_image_filename): New proc. (add_splash_screen_dialog_items): Use it. (fill_in_button_box): Add sleep, reserve, and delay buttons, add spacing between groups. (update_action_controls_info): Disable buttons if not current unit. (add_fonts_prefs_items): Add font family popup. (set_font_family_newpref): New proc. (ok_preferences): Move text size adjustments here from set_pref_value. (popup_design_palette): Make design palette a new window instead of additional map window frames, arrange buttons in grid. (make_terrain_paint_frame, etc): Make labels more descriptive. (make_winds_paint_frame): Add direction and force menus. (new_feature): Add newly-created feature to selection menu. (rename_feature): Fix rename_done handling. * tkinit.c (init_bitmaps): Create new bitmaps, create designer palette bitmaps from painting cursors. * tkmain.c (default_font_family): New global. (tk_save_prefs, ui_update_state, interp_unix_ui_data): Save and restore font family preference. (initial_ui_init): Be more informative about startup failures. (tk_library_paths, tk_set_feature_name): New tcl commands. (tk_set_design_data): Set wind painting data. * tkmap.c (draw_winds_row): Draw winds accurately if designing. (handle_designer_mouse_down, paint_on_drag): Handle wind painting.