aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/prefs_dlg.c
Commit message (Expand)AuthorAgeFilesLines
* From Tomas Kukosa: radio button groups are GSLists, which means that theGuy Harris2003-10-021-3/+2
* Don't put an entry for a protocol into the Preferences dialog if itGuy Harris2003-10-021-7/+36
* Make "finfo_selected" a member of a "capture_file" structure rather thanGuy Harris2003-09-241-3/+3
* Make the capitalization of the "Name Resolution" frame consistent with theGerald Combs2003-09-011-3/+3
* When registering a string preference, if the value of the preference isGuy Harris2003-03-111-10/+5
* Make last modifications work with gtk2.Olivier Abad2002-12-271-3/+7
* Support putting preferences into arbitrary places in a tree, which isGuy Harris2002-12-201-66/+109
* Constify some pointers to avoid converting const pointers to non-constGuy Harris2002-11-281-5/+5
* Use gtk1/gtk2 compatibility macros to reduce #ifdefs.Olivier Abad2002-11-111-131/+68
* Merge gtk and gtk2 directories.Olivier Abad2002-11-031-84/+267
* Include cleanups in gtk and gtk2:Jörg Mayer2002-09-051-12/+1
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-27/+27
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-5/+1
* Fix a few more memleaks found by valgrind (all derivingJörg Mayer2002-08-011-2/+3
* Get rid of some "unused variable" and "unused static function" warnings,Guy Harris2002-07-171-2/+68
* Handle the "bool" members the same way we handled the members forGuy Harris2002-06-161-7/+7
* From Chris Waters: don't use "bool" as a variable name or structureGuy Harris2002-06-161-7/+7
* On Windows, include "capture-wpcap.h", to define "has_wpcap".Guy Harris2002-04-201-1/+7
* On Windows, don't put the capture preferences item into theGuy Harris2002-04-191-2/+9
* From Joerg Mayer: remove unused variables.Guy Harris2002-03-051-6/+2
* From Joerg Mayer: use _U_ to flag unused arguments.Guy Harris2002-03-051-11/+11
* FIRST_PROTO_PREFS_PAGE needs to be incremented by 2 in order forGilbert Ramirez2002-02-141-2/+2
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-2/+2
* Make the blurbs for protocol preference items into tooltips. (This alsoGuy Harris2002-01-201-22/+79
* Get the current value of Boolean preferences before adding widgets forGuy Harris2002-01-141-1/+2
* Add a preferences page for the name resolution flags.Guy Harris2002-01-131-79/+226
* Have a routine to create a scrolled window, set its vertical scrollbarGuy Harris2002-01-111-4/+2
* Have routines to create GtkCTrees, set their line and expander styleGuy Harris2002-01-111-12/+2
* Add a preferences page for capture preferences, so that the user canGuy Harris2002-01-101-6/+31
* From Thomas Wittwer: remove unnecessary calls toGuy Harris2001-12-041-3/+1
* Allow a dissector to register preferences that it no longer supports asGuy Harris2001-11-041-2/+15
* On Windows, put Ethereal configuration files under the "ApplicationGuy Harris2001-10-241-3/+5
* Add a new routine to create the ".ethereal" directory for a user.Guy Harris2001-10-231-6/+16
* Add a routine to get the directory in which personal configuration filesGuy Harris2001-10-221-2/+2
* A small patch from Moronori Shindo to fix compiles under MSVC etc ...Richard Sharpe2001-10-131-1/+2
* Put the scrollbar for the scrolled window containing the CList in theGuy Harris2001-10-131-1/+3
* Set the data for E_{PRINT,COLUMN,STREAM,GUI}_PAGE_KEY to the notebookGuy Harris2001-10-131-5/+5
* Reduce the CinemaScope-like proportions of the preferences dialog byGerald Combs2001-10-111-24/+131
* On Windows, use the directory in which the binary resides as theGuy Harris2001-08-211-4/+2
* Show the menu_item widget during the creation of an option menu forGilbert Ramirez2001-01-111-1/+2
* Fix a number of problems that caused compiles to fail ifGuy Harris2000-11-181-2/+2
* Bleah. What was I thinking? "dlg_window_new()" should take the titleGuy Harris2000-08-231-3/+2
* Instead of each set of built-in preferences having "ok", "save",Guy Harris2000-08-211-24/+123
* It was silly of me to require that "forget_scrolled_window()" be calledGuy Harris2000-08-171-2/+2
* Fix a problem with const char *Laurent Deniel2000-08-151-3/+3
* Implements the "Properties" menu item which displays the preferences windowLaurent Deniel2000-08-151-2/+66
* Miscellaneous code cleaningLaurent Deniel2000-08-111-1/+3
* In the "Preferences" dialog box, "Save" sets the current preferenceGuy Harris2000-07-101-13/+55
* Turn the code of "colorize_packet()" into a static routine that is givenGuy Harris2000-07-091-10/+44
* Add support for a global "ethereal.conf" preferences file, stored in theGuy Harris2000-07-051-1/+296