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 ...Luis Ontanon1-2/+2
2005-12-31fix #152Ulf Lamping1-0/+1
2005-08-21As per a suggestion by Ulf Lamping, rename gtk_*.[ch] to gui_*.[ch], soGuy Harris1-1/+1
2005-08-21"gtk_tap_dfilter_dlg_cb()" is no longer used outsideGuy Harris1-4/+6
2005-08-21Have "register_dfilter_stat()" add "..." to the menu item, as all menuGuy Harris1-1/+9
2005-08-21Add a "register_dfilter_stat()", to register stats that take a displayGuy Harris1-0/+17
2005-08-20renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...Ulf Lamping1-1/+1
2004-12-31"gtk_entry_get_text()" returns a "const char *" - assign the result toGuy Harris1-3/+3
2004-07-19renamed filter_prefs to filter_dlg, as the filter settings are (well, for a l...Ulf Lamping1-1/+1
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-06-02move "extern GtkWidget *main_display_filter_widget" fromUlf Lamping1-2/+2
2004-05-27use gtk_window_set_default_size() instead of WIDGET_SET_SIZE() for the dialogs,Ulf Lamping1-2/+2
2004-05-23use new functions in window API (ui_util.h),Ulf Lamping1-16/+10
2004-03-13various string related changes, mainly replace sprintf/snprintf by g_snprintfUlf Lamping1-3/+3
2004-02-27added dfilter string syntax check to various placesUlf Lamping1-1/+2
2004-01-21implemented dlg_button_row_new to get a standard function forUlf Lamping1-16/+7
2004-01-21use stock buttons whereever possible,Ulf Lamping1-3/+3
2004-01-10using button compatibility macrosUlf Lamping1-6/+2
2003-12-19From Lars Roland:Guy Harris1-11/+37
2003-12-17From Lars Roland: have common code to handle display filter dialogs inGuy Harris1-0/+217