Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk gtkglobals.h gui_prefs.c help_dlg.c main

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Gilbert Ramirez Jr. <gram@xxxxxxxxxxxxxxxxxxx>
Date: Fri, 2 Mar 2001 17:10:13 -0600 (CST)
gram        2001/03/02 17:10:13 CST

  Modified files:
    gtk                  gtkglobals.h gui_prefs.c help_dlg.c 
                         main.c main.h proto_draw.c 
  Log:
  Calculate the height and width of m_r_font globally, since various
  routines need it.
  
  When a user clicks on a hex digit or on the corresponding character
  (the "text dump" portion) in the hex dump, find the field in the
  proto_tree that the byte corresponds to, expand the GtkCTree so that
  the field is viewable, select the field, and center it vertically.
  LanAlyzer has this feature, and I've missed it in Ethereal.
  
  Revision  Changes    Path
  1.12      +2 -2      ethereal/gtk/gtkglobals.h
  1.25      +2 -3      ethereal/gtk/gui_prefs.c
  1.15      +3 -3      ethereal/gtk/help_dlg.c
  1.182     +21 -4     ethereal/gtk/main.c
  1.21      +2 -1      ethereal/gtk/main.h
  1.27      +175 -32   ethereal/gtk/proto_draw.c