aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/prefs_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2001-10-24On Windows, put Ethereal configuration files under the "ApplicationGuy Harris1-3/+5
2001-10-23Add a new routine to create the ".ethereal" directory for a user.Guy Harris1-6/+16
2001-10-22Add a routine to get the directory in which personal configuration filesGuy Harris1-2/+2
2001-10-13A small patch from Moronori Shindo to fix compiles under MSVC etc ...Richard Sharpe1-1/+2
2001-10-13Put the scrollbar for the scrolled window containing the CList in theGuy Harris1-1/+3
2001-10-13Set the data for E_{PRINT,COLUMN,STREAM,GUI}_PAGE_KEY to the notebookGuy Harris1-5/+5
2001-10-11Reduce the CinemaScope-like proportions of the preferences dialog byGerald Combs1-24/+131
2001-08-21On Windows, use the directory in which the binary resides as theGuy Harris1-4/+2
2001-01-11Show the menu_item widget during the creation of an option menu forGilbert Ramirez1-1/+2
2000-11-18Fix a number of problems that caused compiles to fail ifGuy Harris1-2/+2
2000-08-23Bleah. What was I thinking? "dlg_window_new()" should take the titleGuy Harris1-3/+2
2000-08-21Instead of each set of built-in preferences having "ok", "save",Guy Harris1-24/+123
2000-08-17It was silly of me to require that "forget_scrolled_window()" be calledGuy Harris1-2/+2
2000-08-15Fix a problem with const char *Laurent Deniel1-3/+3
2000-08-15Implements the "Properties" menu item which displays the preferences windowLaurent Deniel1-2/+66
2000-08-11Miscellaneous code cleaningLaurent Deniel1-1/+3
2000-07-10In the "Preferences" dialog box, "Save" sets the current preferenceGuy Harris1-13/+55
2000-07-09Turn the code of "colorize_packet()" into a static routine that is givenGuy Harris1-10/+44
2000-07-05Add support for a global "ethereal.conf" preferences file, stored in theGuy Harris1-1/+296
2000-07-05Get rid of the stuff to let the callback that pops up the PreferencesGuy Harris1-8/+2
2000-07-05Add a "dlg_window_new()" routine, which creates a GTK_WINDOW_DIALOGGuy Harris1-2/+2
2000-05-08Make the "Preferences" dialog box use the new utilities to make the EscGuy Harris1-1/+7
2000-05-08Keep a pointer to the current "Preferences" window, if any - if not, theGuy Harris1-3/+29
2000-01-10Move the code in "column.c" that implements the column preferences tabGuy Harris1-2/+2
2000-01-03Take the "simple_dialog()" stuff out of "ui_util.h" and "gtk/ui_util.c",Guy Harris1-2/+2
2000-01-03Don't have "write_prefs()" display a dialog box if the attempt to openGuy Harris1-2/+12
1999-12-29Move the definition of "prefs" from "gtk/prefs_dlg.c" to "prefs.c", soGuy Harris1-3/+1
1999-12-16Add a new page to the Preferences notebook: a GUI page. The soleGilbert Ramirez1-4/+15
1999-12-10Jerry Talkington's patch to remove the filter stuff fromGuy Harris1-21/+2
1999-12-02Add stream window color preferences. We don't (yet) use cmaps, so thisGerald Combs1-9/+15
1999-09-10We need to catch a "window delete" event for the preferences dialog boxGuy Harris1-7/+18
1999-09-09More shuffling of GTK-related routines to gtk subdirectory.Gilbert Ramirez1-0/+189