aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/help_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
2004-06-05cut text_page related things from help_page.c andulfl1-151/+14
2004-06-01add details for doxygen, various code cleanups as a result of thisulfl1-2/+2
2004-05-30save window position/size/maximized state into recent fileulfl1-2/+2
2004-05-23next step to save the size and postition of the dialogs (using a hashtable)ulfl1-26/+10
2004-05-22going to have a standard behaviour of the dialogsulfl1-7/+4
2004-05-22Declare "text_page_new()" in a "gtk/text_page.h" header, rather thanguy1-1/+2
2004-05-21code cleanup (e.g. removed unused function parameters),ulfl1-4/+4
2004-05-21split helper text page function into a generic and a help specific part,ulfl1-9/+25
2004-03-13various string related changesulfl1-2/+2
2004-02-13The Help window should be a separate top-level window, not a dialogguy1-2/+2
2004-02-06replaced every appearance of gtk_scrolled_window_new() withulfl1-2/+14
2004-01-31Pass ESD_BTN_OK rather than NULL as a second argument toguy1-4/+4
2004-01-31renamed ESD_TYPE_CRIT to ESD_TYPE_ERROR toulfl1-2/+2
2004-01-25adding a function to the help dialog, showing a specific topic (context help),ulfl1-4/+46
2004-01-21implemented dlg_button_row_new to get a standard function forulfl1-8/+6
2004-01-10using button compatibility macrosulfl1-7/+3
2003-12-22Have a "toc" file in the help directory, which gives a list of helpguy1-106/+111
2003-12-22Patch from Guy: using distributed help text files,ulfl1-76/+77
2003-11-27using dlg_utils.c functions to catch the ESC key to close the dialogulfl1-9/+9
2003-11-27using text files from help dir, to display the help texts.ulfl1-430/+105
2003-11-16Export "protocol_t" as an opaque type.guy1-4/+8
2003-08-25From Matthijs Melchior:guy1-68/+104
2003-03-03- fix FAQ display (faq_help[] was not initialised before strcatdeniel1-59/+70
2003-03-02Remove wip commentsjmayer1-4/+1
2003-03-02Split FAQ into shorter lines before including it into the gtk help dialog.jmayer1-3/+10
2003-01-29Add the FAQ to the help menujmayer1-4/+43
2003-01-26Update my email address in various places since my old one no longer worksdeniel1-2/+2
2002-12-01Update some text in the help dialog.gerald1-5/+5
2002-11-11Use gtk1/gtk2 compatibility macros to reduce #ifdefs.oabad1-21/+8
2002-11-03Merge gtk and gtk2 directories.oabad1-25/+158
2002-09-06Put needed include back in (<string.h>, to declare "memset()").guy1-1/+2
2002-09-05Include cleanups in gtk and gtk2:jmayer1-4/+1
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-25/+25
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hjmayer1-5/+1
2002-03-05From Joerg Mayer: use _U_ to flag unused arguments.guy1-4/+4
2002-01-21Include files from the "epan" directory and subdirectories thereof withguy1-2/+2
2002-01-11Have a routine to create a scrolled window, set its vertical scrollbarguy1-12/+5
2001-12-12Go nuts with the 3D logo.gerald1-1/+3
2001-08-21On Windows, use the directory in which the binary resides as theguy1-4/+2
2001-05-12Fix a bug reported by Christopher McAvaney ingerald1-12/+31
2001-03-06Use "proto_get_first_protocol()" and "proto_get_next_protocol()" toguy1-23/+22
2001-03-02Calculate the height and width of m_r_font globally, since variousgram1-3/+3
2001-02-01Use the pretty name for the type, not the internal name, in the helpguy1-2/+2
2001-02-01Create a more modular type system for the FT_* types. Put themgram1-2/+2
2000-11-22Change Ethereal homepage URL from etheral.zing.org to www.ethereal.com.gram1-2/+2
2000-09-09Small changes in help windows:deniel1-8/+15
2000-09-08Redraw:guy1-5/+49
2000-09-07Change variable from 'char*' to 'const char*' to avoid compiler warning.gram1-2/+2
2000-09-05Fix help display (random character displayed in tab).deniel1-2/+2