aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/supported_protos_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2005-12-04Check for a null blurb pointer for a field, as is done in some otherGuy Harris1-7/+16
2005-08-20renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...Ulf Lamping1-1/+1
2005-07-24Constify to remove a bunch of warnings. Add some casts to squelchGuy Harris1-4/+4
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-06-17move font related stuff to new file font_utils.c/.hUlf Lamping1-9/+10
2004-05-23use new functions in window API (ui_util.h),Ulf Lamping1-17/+7
2004-03-13various string related changes, mainly replace sprintf/snprintf by g_snprintfUlf Lamping1-11/+7
2004-02-20Give it an RCS ID.Guy Harris1-0/+2
2004-02-06replaced every appearance of gtk_scrolled_window_new() withUlf Lamping1-6/+12
2004-01-21implemented dlg_button_row_new to get a standard function forUlf Lamping1-11/+8
2004-01-10using button compatibility macrosUlf Lamping1-5/+1
2003-12-21Compiling with -pedantic:Jörg Mayer1-1/+1
2003-12-17From Albert Chin: get rid of C++ comments.Guy Harris1-1/+1
2003-11-28using dlg_utils.c functions to catch the ESC key to close the dialogUlf Lamping1-8/+8
2003-11-19Use "OK" for the "OK" button, as we do elsewhere.Guy Harris1-1/+1
2003-11-18seperated "supported protocols and protocol fields" dialog, coming from help_...Ulf Lamping1-0/+508