aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/tap_dfilter_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2006-02-11 add an userdata argument to register_stat_cmd_arg() and its callback to use ...lego1-2/+2
2005-12-31fix #152ulfl1-0/+1
2005-08-21As per a suggestion by Ulf Lamping, rename gtk_*.[ch] to gui_*.[ch], soguy1-1/+1
2005-08-21"gtk_tap_dfilter_dlg_cb()" is no longer used outsideguy1-4/+6
2005-08-21Have "register_dfilter_stat()" add "..." to the menu item, as all menuguy1-1/+9
2005-08-21Add a "register_dfilter_stat()", to register stats that take a displayguy1-0/+17
2005-08-20renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...ulfl1-1/+1
2004-12-31"gtk_entry_get_text()" returns a "const char *" - assign the result toguy1-3/+3
2004-07-19renamed filter_prefs to filter_dlg, as the filter settings are (well, for a l...ulfl1-1/+1
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
2004-06-02move "extern GtkWidget *main_display_filter_widget" fromulfl1-2/+2
2004-05-27use gtk_window_set_default_size() instead of WIDGET_SET_SIZE() for the dialogs,ulfl1-2/+2
2004-05-23use new functions in window API (ui_util.h),ulfl1-16/+10
2004-03-13various string related changes, mainly replace sprintf/snprintf by g_snprintfulfl1-3/+3
2004-02-27added dfilter string syntax check to various placesulfl1-1/+2
2004-01-21implemented dlg_button_row_new to get a standard function forulfl1-16/+7
2004-01-21use stock buttons whereever possible,ulfl1-3/+3
2004-01-10using button compatibility macrosulfl1-6/+2
2003-12-19From Lars Roland:guy1-11/+37
2003-12-17From Lars Roland: have common code to handle display filter dialogs inguy1-0/+217