public inbox for xconq-cvs@sourceware.org
help / color / mirror / Atom feed
* xconq/ /ChangeLog cltk/tkconq.tcl cltk/tkinit. ...
@ 1999-10-01 17:54 shebs
  0 siblings, 0 replies; 4+ messages in thread
From: shebs @ 1999-10-01 17:54 UTC (permalink / raw)
  To: xconq-cvs

CVSROOT:	/cvs/xconq
Module name:	xconq
Changes by:	shebs@egcs.cygnus.com	99/10/01 17:54:10

Modified files:
	.              : ChangeLog 
	tcltk          : tkconq.tcl tkinit.c tkmain.c 

Log message:
	Add autoscrolling to tcl/tk interface, remove scrollbars.
	* tkconq.tcl (create_map_window): Remove scrollbars.
	(map_xscroll_set, map_yscroll_set): Comment out bodies.
	(autoscroll): New proc.
	* tkmain.c (autoscroll_width, etc): New globals.
	(update_mouseover): Add autoscrolling.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* xconq/ /ChangeLog cltk/tkconq.tcl cltk/tkinit. ...
@ 1999-08-30 10:01 shebs
  0 siblings, 0 replies; 4+ messages in thread
From: shebs @ 1999-08-30 10:01 UTC (permalink / raw)
  To: xconq-cvs

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.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* xconq/ /ChangeLog cltk/tkconq.tcl cltk/tkinit. ...
@ 1999-08-23 18:56 shebs
  0 siblings, 0 replies; 4+ messages in thread
From: shebs @ 1999-08-23 18:56 UTC (permalink / raw)
  To: xconq-cvs

CVSROOT:	/cvs/xconq
Module name:	xconq
Changes by:	shebs@egcs.cygnus.com	99/08/23 18:56:07

Modified files:
	.              : ChangeLog 
	tcltk          : tkconq.tcl tkinit.c tkmain.c tkmap.c 

Log message:
	* tkconq.tcl: Tweak uses of debug flag.
	(create_map_window): Only use green bg if debugging.
	(fill_in_side_list): Move offscreen lines over further.
	* tkinit.c (init_display): Don't call XSynchronize for normal
	DebugG usage, makes the display very slow.
	* tkmain.c: Add some comments.
	* tkmap.c (eventually_redraw): New function, centralizes all
	map redrawing activity.
	(mapw_event_proc, redraw_map): Call it.
	(mapw_widget_cmd): Pass newly-visible areas to eventually_redraw.
	(update_area, update_at_cell, update_at_unit): rewrite to call
	eventually_redraw and update idletasks.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* xconq/ /ChangeLog cltk/tkconq.tcl cltk/tkinit. ...
@ 1999-07-24  5:29 shebs
  0 siblings, 0 replies; 4+ messages in thread
From: shebs @ 1999-07-24  5:29 UTC (permalink / raw)
  To: xconq-cvs

CVSROOT:	/cvs/xconq
Module name:	xconq
Changes by:	shebs@egcs.cygnus.com	99/07/24 05:29:30

Modified files:
	.              : ChangeLog 
	tcltk          : tkconq.tcl tkinit.c tkmain.c tkmap.c 

Log message:
	* tkconq.tcl (view_options): New global, list of map view
	options.
	(create_map_window): Set initial map power from preference.
	(map_options): New global array, was map_grid etc.
	(create_map_menus, etc): Use it everywhere.
	(set_options_from_prefs): Fill in map_options from preferences.
	(popup_preferences_dialog): Handle more preferences.
	(add_map_prefs_items): Add more checkboxes.
	(remove_map_prefs_items): New proc.
	(add_fonts_prefs_items, remove_fonts_prefs_items,
	set_font_size_pref): New procs, setting for font size preference.
	(set_pref_value): Add immediate update for font size setting.
	(select_prefs_topic): Allow switching between sets of options.
	(ok_preferences): Call set_pref_value for everything here.
	* tkmain.c (default_draw_terrain_images,
	default_draw_terrain_patterns, default_font_size): New globals.
	(tk_save_prefs): Change to handle prefs array.
	(get_preferences, interp_unix_ui_data): Handle more preferences.
	(create_map): Init map->terrain_images and terrain_patterns from
	preferences.
	* tkmap.c (mapw_cmd): Init more view options from prefs.
	* tkinit.c (init_display): Define arguments as void.
	(init_other_images): Don't collect transitions if no clip masks.


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~1999-10-01 17:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-10-01 17:54 xconq/ /ChangeLog cltk/tkconq.tcl cltk/tkinit. shebs
  -- strict thread matches above, loose matches on Subject: below --
1999-08-30 10:01 shebs
1999-08-23 18:56 shebs
1999-07-24  5:29 shebs

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).