Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk recent.c recent.h main.c main.h Makefile

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: Sun, 18 Jan 2004 18:42:13 -0600 (CST)
ulfl        2004/01/18 18:42:13 CST

  Modified files:
    gtk                  main.c main.h Makefile.am Makefile.nmake 
                         menu.c menu.h packet_list.c packet_list.h 
                         packet_win.c proto_draw.c proto_draw.h 
                         toolbar.c toolbar.h 
  Added files:
    gtk                  recent.c recent.h 
  Log:
  added some menuitems "View->Show" including show/hide of all main widgets,
  saving the states in the recent file
  
  Revision  Changes    Path
  1.358     +150 -128  ethereal/gtk/main.c
  1.36      +4 -5      ethereal/gtk/main.h
  1.86      +5 -1      ethereal/gtk/Makefile.am
  1.70      +2 -1      ethereal/gtk/Makefile.nmake
  1.137     +124 -20   ethereal/gtk/menu.c
  1.14      +2 -2      ethereal/gtk/menu.h
  1.10      +5 -6      ethereal/gtk/packet_list.c
  1.2       +2 -2      ethereal/gtk/packet_list.h
  1.43      +9 -3      ethereal/gtk/packet_win.c
  1.79      +6 -17     ethereal/gtk/proto_draw.c
  1.22      +3 -4      ethereal/gtk/proto_draw.h
  1.20      +7 -15     ethereal/gtk/toolbar.c
  1.6       +2 -2      ethereal/gtk/toolbar.h