aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/help_dlg.c
Commit message (Expand)AuthorAgeFilesLines
* From Matthijs Melchior:Guy Harris2003-08-251-68/+104
* - fix FAQ display (faq_help[] was not initialised before strcatLaurent Deniel2003-03-031-59/+70
* Remove wip commentsJörg Mayer2003-03-021-4/+1
* Split FAQ into shorter lines before including it into the gtk help dialog.Jörg Mayer2003-03-021-3/+10
* Add the FAQ to the help menuJörg Mayer2003-01-291-4/+43
* Update my email address in various places since my old one no longer worksLaurent Deniel2003-01-261-2/+2
* Update some text in the help dialog.Gerald Combs2002-12-011-5/+5
* Use gtk1/gtk2 compatibility macros to reduce #ifdefs.Olivier Abad2002-11-111-21/+8
* Merge gtk and gtk2 directories.Olivier Abad2002-11-031-25/+158
* Put needed include back in (<string.h>, to declare "memset()").Guy Harris2002-09-061-1/+2
* Include cleanups in gtk and gtk2:Jörg Mayer2002-09-051-4/+1
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-25/+25
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-5/+1
* From Joerg Mayer: use _U_ to flag unused arguments.Guy Harris2002-03-051-4/+4
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-2/+2
* Have a routine to create a scrolled window, set its vertical scrollbarGuy Harris2002-01-111-12/+5
* Go nuts with the 3D logo.Gerald Combs2001-12-121-1/+3
* On Windows, use the directory in which the binary resides as theGuy Harris2001-08-211-4/+2
* Fix a bug reported by Christopher McAvaney inGerald Combs2001-05-121-12/+31
* Use "proto_get_first_protocol()" and "proto_get_next_protocol()" toGuy Harris2001-03-061-23/+22
* Calculate the height and width of m_r_font globally, since variousGilbert Ramirez2001-03-021-3/+3
* Use the pretty name for the type, not the internal name, in the helpGuy Harris2001-02-011-2/+2
* Create a more modular type system for the FT_* types. Put themGilbert Ramirez2001-02-011-2/+2
* Change Ethereal homepage URL from etheral.zing.org to www.ethereal.com.Gilbert Ramirez2000-11-221-2/+2
* Small changes in help windows:Laurent Deniel2000-09-091-8/+15
* Redraw:Guy Harris2000-09-081-5/+49
* Change variable from 'char*' to 'const char*' to avoid compiler warning.Gilbert Ramirez2000-09-071-2/+2
* Fix help display (random character displayed in tab).Laurent Deniel2000-09-051-2/+2
* Add FT_STRINGZ type. NCP dissector is only one that uses it right now.Gilbert Ramirez2000-08-301-70/+3
* Change FT_NSTRING_UINT8 to FT_UINT_STRING. The length parameter passedGilbert Ramirez2000-08-221-3/+3
* Don't catch the "delete_event" signal for the "Help" window - we justGuy Harris2000-08-171-7/+16
* It was silly of me to require that "forget_scrolled_window()" be calledGuy Harris2000-08-171-55/+31
* Fix a long standing bug in the scrolled window handling in follow TCP streamLaurent Deniel2000-08-161-30/+54
* Miscellaneous code cleaningLaurent Deniel2000-08-111-6/+4
* Add a Help window that contains:Laurent Deniel2000-08-081-0/+460