aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/prefs_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2000-08-21Instead of each set of built-in preferences having "ok", "save",guy1-24/+123
2000-08-17It was silly of me to require that "forget_scrolled_window()" be calledguy1-2/+2
2000-08-15Fix a problem with const char *deniel1-3/+3
2000-08-15Implements the "Properties" menu item which displays the preferences windowdeniel1-2/+66
2000-08-11Miscellaneous code cleaningdeniel1-1/+3
2000-07-10In the "Preferences" dialog box, "Save" sets the current preferenceguy1-13/+55
2000-07-09Turn the code of "colorize_packet()" into a static routine that is givenguy1-10/+44
2000-07-05Add support for a global "ethereal.conf" preferences file, stored in theguy1-1/+296
2000-07-05Get rid of the stuff to let the callback that pops up the Preferencesguy1-8/+2
2000-07-05Add a "dlg_window_new()" routine, which creates a GTK_WINDOW_DIALOGguy1-2/+2
2000-05-08Make the "Preferences" dialog box use the new utilities to make the Escguy1-1/+7
2000-05-08Keep a pointer to the current "Preferences" window, if any - if not, theguy1-3/+29
2000-01-10Move the code in "column.c" that implements the column preferences tabguy1-2/+2
2000-01-03Take the "simple_dialog()" stuff out of "ui_util.h" and "gtk/ui_util.c",guy1-2/+2
2000-01-03Don't have "write_prefs()" display a dialog box if the attempt to openguy1-2/+12
1999-12-29Move the definition of "prefs" from "gtk/prefs_dlg.c" to "prefs.c", soguy1-3/+1
1999-12-16Add a new page to the Preferences notebook: a GUI page. The solegram1-4/+15
1999-12-10Jerry Talkington's patch to remove the filter stuff fromguy1-21/+2
1999-12-02Add stream window color preferences. We don't (yet) use cmaps, so thisgerald1-9/+15
1999-09-10We need to catch a "window delete" event for the preferences dialog boxguy1-7/+18
1999-09-09More shuffling of GTK-related routines to gtk subdirectory.gram1-0/+189