Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal capture.c file.c file.h prefs.c prefs.h

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

From: ulfl@xxxxxxxxxxxx (Ulf Lamping)
Date: Tue, 20 Jan 2004 12:47:22 -0600 (CST)
ulfl        2004/01/20 12:47:22 CST

  Modified files:
    .                    capture.c file.c file.h prefs.c prefs.h 
  Log:
  a.) saving GTK1 and GTK2 fontnames in different preference setting, to prevent problems when switching between GTK1 and GTK2 ethereal versions
  b.) added new feature "Edit->Go To First Packet" "Edit->Go To Last Packet" with corresponding menu and toolbar items
  c.) added new feature "View->Zoom In" / "View->Zoom Out" / View->Normal Size" with corresponding menu and toolbar items
  This feature will act as a "size offset" to the current fontsize, so that the packet list/tree view/... will have a larger/smaller font size.
  The value is stored inside the recent file.
  d.) Win32 only: Try to get the win32 system font and fontsize at program startup and show the menus/dialogs and such with the same font and fontsize like other win32 windows.
  This makes the program make a *lot* more feel like a normal win32 program.
  
  Revision  Changes    Path
  1.223     +3 -3      ethereal/capture.c
  1.343     +56 -1     ethereal/file.c
  1.111     +4 -1      ethereal/file.h
  1.122     +30 -14    ethereal/prefs.c
  1.55      +10 -2     ethereal/prefs.h