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, 10 Apr 2000 07:43:00 -0000 Message-id: <20000410144329.12193.qmail@sourceware.cygnus.com> X-SW-Source: 2000/msg00120.html List-Id: CVSROOT: /cvs/xconq Module name: xconq Changes by: shebs@sourceware.cygnus.com 00/04/10 07:43:29 Modified files: . : ChangeLog tcltk : tkcmd.c tkconq.h tkconq.tcl tkmain.c tkmap.c Log message: * tkconq.h: Include sys/time.h here instead of in tkmain.c. (Map): Make scroll mode and last raw x,y into 2-element arrays, add autoscroll_delaying and autoscroll_start_time arrays. * tkconq.tcl (create_map_menus): Label meridian interval menu items in degrees. (autoscroll): Add argument, remove w_autoscroll proc. * tkmain.c (autoscroll_delay): New global. (autoscroll_width): Reduce to 16 pixels. (autoscroll): New function, autoscrolls both main and world maps, also don't try to scroll if at edge of map. (update_mouseover, update_world_mouseover): Use it. * tkmap.c (set_tool_cursor): Add argument. (set_w_tool_cursor): Remove. * tkcmd.c, tkmain.c: Change all callers.