aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/supported_protos_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-10Removed some unused variables and unused assignments.stig1-3/+2
2009-08-27Add #include <stdio.h>wmeier1-1/+3
2009-04-16Fix the last of the Win64 problems in the gtk directory.gerald1-9/+9
2008-06-29Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...wmeier1-4/+4
2008-04-13sort #includes by directoriesulfl1-7/+9
2008-04-12where it's not necessary, remove #include "compat_macros.h"ulfl1-1/+0
2008-04-11last round to replace SIGNAL_CONNECT with g_signal_connectulfl1-2/+2
2008-04-11OBJECT_..._DATA --> g_object_..._datawmeier1-1/+1
2008-04-07remove GTK1 codeulfl1-147/+0
2006-05-22Get rid of a bunch of "Ethereal"s and "ethereal"s in comments, GUIguy1-3/+3
2006-05-21name changesahlberg1-2/+2
2005-12-04Check for a null blurb pointer for a field, as is done in some otherguy1-7/+16
2005-08-20renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...ulfl1-1/+1
2005-07-24Constify to remove a bunch of warnings. Add some casts to squelchguy1-4/+4
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.guy1-1/+1
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
2004-06-17move font related stuff to new file font_utils.c/.hulfl1-9/+10
2004-05-23use new functions in window API (ui_util.h),ulfl1-17/+7
2004-03-13various string related changes, mainly replace sprintf/snprintf by g_snprintfulfl1-11/+7
2004-02-20Give it an RCS ID.guy1-0/+2
2004-02-06replaced every appearance of gtk_scrolled_window_new() withulfl1-6/+12
2004-01-21implemented dlg_button_row_new to get a standard function forulfl1-11/+8
2004-01-10using button compatibility macrosulfl1-5/+1
2003-12-21Compiling with -pedantic:jmayer1-1/+1
2003-12-17From Albert Chin: get rid of C++ comments.guy1-1/+1
2003-11-28using dlg_utils.c functions to catch the ESC key to close the dialogulfl1-8/+8
2003-11-19Use "OK" for the "OK" button, as we do elsewhere.guy1-1/+1
2003-11-18seperated "supported protocols and protocol fields" dialog, coming from help_...ulfl1-0/+508