aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/help_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-5/+1
2002-03-05From Joerg Mayer: use _U_ to flag unused arguments.Guy Harris1-4/+4
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-2/+2
2002-01-11Have a routine to create a scrolled window, set its vertical scrollbarGuy Harris1-12/+5
2001-12-12Go nuts with the 3D logo.Gerald Combs1-1/+3
2001-08-21On Windows, use the directory in which the binary resides as theGuy Harris1-4/+2
2001-05-12Fix a bug reported by Christopher McAvaney inGerald Combs1-12/+31
2001-03-06Use "proto_get_first_protocol()" and "proto_get_next_protocol()" toGuy Harris1-23/+22
2001-03-02Calculate the height and width of m_r_font globally, since variousGilbert Ramirez1-3/+3
2001-02-01Use the pretty name for the type, not the internal name, in the helpGuy Harris1-2/+2
2001-02-01Create a more modular type system for the FT_* types. Put themGilbert Ramirez1-2/+2
2000-11-22Change Ethereal homepage URL from etheral.zing.org to www.ethereal.com.Gilbert Ramirez1-2/+2
2000-09-09Small changes in help windows:Laurent Deniel1-8/+15
2000-09-08Redraw:Guy Harris1-5/+49
2000-09-07Change variable from 'char*' to 'const char*' to avoid compiler warning.Gilbert Ramirez1-2/+2
2000-09-05Fix help display (random character displayed in tab).Laurent Deniel1-2/+2
2000-08-30Add FT_STRINGZ type. NCP dissector is only one that uses it right now.Gilbert Ramirez1-70/+3
2000-08-22Change FT_NSTRING_UINT8 to FT_UINT_STRING. The length parameter passedGilbert Ramirez1-3/+3
2000-08-17Don't catch the "delete_event" signal for the "Help" window - we justGuy Harris1-7/+16
2000-08-17It was silly of me to require that "forget_scrolled_window()" be calledGuy Harris1-55/+31
2000-08-16Fix a long standing bug in the scrolled window handling in follow TCP streamLaurent Deniel1-30/+54
2000-08-11Miscellaneous code cleaningLaurent Deniel1-6/+4
2000-08-08Add a Help window that contains:Laurent Deniel1-0/+460