aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/prefs_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2002-12-20Support putting preferences into arbitrary places in a tree, which isGuy Harris1-66/+109
2002-11-28Constify some pointers to avoid converting const pointers to non-constGuy Harris1-5/+5
2002-11-11Use gtk1/gtk2 compatibility macros to reduce #ifdefs.Olivier Abad1-131/+68
2002-11-03Merge gtk and gtk2 directories.Olivier Abad1-84/+267
2002-09-05Include cleanups in gtk and gtk2:Jörg Mayer1-12/+1
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-27/+27
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-5/+1
2002-08-01Fix a few more memleaks found by valgrind (all derivingJörg Mayer1-2/+3
2002-07-17Get rid of some "unused variable" and "unused static function" warnings,Guy Harris1-2/+68
2002-06-16Handle the "bool" members the same way we handled the members forGuy Harris1-7/+7
2002-06-16From Chris Waters: don't use "bool" as a variable name or structureGuy Harris1-7/+7
2002-04-20On Windows, include "capture-wpcap.h", to define "has_wpcap".Guy Harris1-1/+7
2002-04-19On Windows, don't put the capture preferences item into theGuy Harris1-2/+9
2002-03-05From Joerg Mayer: remove unused variables.Guy Harris1-6/+2
2002-03-05From Joerg Mayer: use _U_ to flag unused arguments.Guy Harris1-11/+11
2002-02-14FIRST_PROTO_PREFS_PAGE needs to be incremented by 2 in order forGilbert Ramirez1-2/+2
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-2/+2
2002-01-20Make the blurbs for protocol preference items into tooltips. (This alsoGuy Harris1-22/+79
2002-01-14Get the current value of Boolean preferences before adding widgets forGuy Harris1-1/+2
2002-01-13Add a preferences page for the name resolution flags.Guy Harris1-79/+226
2002-01-11Have a routine to create a scrolled window, set its vertical scrollbarGuy Harris1-4/+2
2002-01-11Have routines to create GtkCTrees, set their line and expander styleGuy Harris1-12/+2
2002-01-10Add a preferences page for capture preferences, so that the user canGuy Harris1-6/+31
2001-12-04From Thomas Wittwer: remove unnecessary calls toGuy Harris1-3/+1
2001-11-04Allow a dissector to register preferences that it no longer supports asGuy Harris1-2/+15
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