aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/help_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2006-04-20if HHC_DIR is defined in config.nmake, use the Win32 HTMLHELP system (using t...Ulf Lamping1-25/+68
2006-02-24add the dumpcap manpage to the menuUlf Lamping1-0/+3
2005-11-06replace *a lot* of file related calls by their GLib counterparts. This is nec...Ulf Lamping1-1/+2
2005-10-09fix the link to the online users-guideUlf Lamping1-1/+1
2005-08-20renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...Ulf Lamping1-1/+1
2005-08-05More char -> const char warning fixes.Jörg Mayer1-1/+1
2005-08-02Fix more "no previous declaration" warningsJörg Mayer1-1/+1
2005-04-29add a new feature: list the files of a "File Set" (set of files generated by ...Ulf Lamping1-2/+9
2005-01-20add some more online help functionality and help buttons at various dialog bo...Ulf Lamping1-16/+102
2004-10-07Update the Example Files (sample captures) link.Gerald Combs1-1/+1
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-09-24add a link to the Ethereal wiki front pageUlf Lamping1-0/+3
2004-09-16first steps towards using the User's Guide as Ethereal's help systemUlf Lamping1-0/+79
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-06-05cut text_page related things from help_page.c andUlf Lamping1-151/+14
2004-06-01add details for doxygen, various code cleanups as a result of thisUlf Lamping1-2/+2
2004-05-30save window position/size/maximized state into recent fileUlf Lamping1-2/+2
2004-05-23next step to save the size and postition of the dialogs (using a hashtable)Ulf Lamping1-26/+10
2004-05-22going to have a standard behaviour of the dialogsUlf Lamping1-7/+4
2004-05-22Declare "text_page_new()" in a "gtk/text_page.h" header, rather thanGuy Harris1-1/+2
2004-05-21code cleanup (e.g. removed unused function parameters),Ulf Lamping1-4/+4
2004-05-21split helper text page function into a generic and a help specific part,Ulf Lamping1-9/+25
2004-03-13various string related changesUlf Lamping1-2/+2
2004-02-13The Help window should be a separate top-level window, not a dialogGuy Harris1-2/+2
2004-02-06replaced every appearance of gtk_scrolled_window_new() withUlf Lamping1-2/+14
2004-01-31Pass ESD_BTN_OK rather than NULL as a second argument toGuy Harris1-4/+4
2004-01-31renamed ESD_TYPE_CRIT to ESD_TYPE_ERROR toUlf Lamping1-2/+2
2004-01-25adding a function to the help dialog, showing a specific topic (context help),Ulf Lamping1-4/+46
2004-01-21implemented dlg_button_row_new to get a standard function forUlf Lamping1-8/+6
2004-01-10using button compatibility macrosUlf Lamping1-7/+3
2003-12-22Have a "toc" file in the help directory, which gives a list of helpGuy Harris1-106/+111
2003-12-22Patch from Guy: using distributed help text files,Ulf Lamping1-76/+77
2003-11-27using dlg_utils.c functions to catch the ESC key to close the dialogUlf Lamping1-9/+9
2003-11-27using text files from help dir, to display the help texts.Ulf Lamping1-430/+105
2003-11-16Export "protocol_t" as an opaque type.Guy Harris1-4/+8
2003-08-25From Matthijs Melchior:Guy Harris1-68/+104
2003-03-03- fix FAQ display (faq_help[] was not initialised before strcatLaurent Deniel1-59/+70
2003-03-02Remove wip commentsJörg Mayer1-4/+1
2003-03-02Split FAQ into shorter lines before including it into the gtk help dialog.Jörg Mayer1-3/+10
2003-01-29Add the FAQ to the help menuJörg Mayer1-4/+43
2003-01-26Update my email address in various places since my old one no longer worksLaurent Deniel1-2/+2
2002-12-01Update some text in the help dialog.Gerald Combs1-5/+5
2002-11-11Use gtk1/gtk2 compatibility macros to reduce #ifdefs.Olivier Abad1-21/+8
2002-11-03Merge gtk and gtk2 directories.Olivier Abad1-25/+158
2002-09-06Put needed include back in (<string.h>, to declare "memset()").Guy Harris1-1/+2
2002-09-05Include cleanups in gtk and gtk2:Jörg Mayer1-4/+1
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-25/+25
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