aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/tap_dfilter_dlg.c
AgeCommit message (Expand)AuthorFilesLines
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