aboutsummaryrefslogtreecommitdiffstats
path: root/prefs.h
AgeCommit message (Expand)AuthorFilesLines
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-06-29add a preference setting for the web browser commandUlf Lamping1-1/+2
2004-06-20preference setting, so "ask for unsaved capture files" can be switched offUlf Lamping1-1/+2
2004-06-20preference setting for the option to "avoid" the capture info dialogUlf Lamping1-1/+2
2004-05-24Have two strings in an enum_val_t - one that's a short string that isGuy Harris1-1/+2
2004-05-13Remove comma at end of enumJörg Mayer1-2/+2
2004-05-13Win32 only: Preference setting to open a console window, one of:Ulf Lamping1-1/+11
2004-05-09From Lars Roland: add support for building a libethereal.dll with MSVC:Guy Harris1-2/+2
2004-05-05Use an enum when initializing "prefs.gui_layout_type".Guy Harris1-2/+3
2004-04-30The layout types and pane types don't depend on GTK+, so move theirGuy Harris1-5/+29
2004-04-29added selection of different main window pane layouts,Ulf Lamping1-1/+5
2004-04-06from Thomas Palmer: add a preference setting for filter toolbar placementUlf Lamping1-1/+2
2004-02-01moved window geometry values from prefs to recent,Ulf Lamping1-6/+2
2004-01-20a.) saving GTK1 and GTK2 fontnames in different preference setting, to preven...Ulf Lamping1-2/+10
2004-01-19added some menuitems "View->Show" including show/hide of all main widgets,Ulf Lamping1-2/+1
2003-12-29Make the "max count of recently-visited files" preference unsigned.Guy Harris1-3/+3
2003-12-28Connect the recent_file_count_max variable to the prefs.gui_recent_file_count...Richard Sharpe1-2/+2
2003-12-28Add a preferences item for the recent file count max so we can tie it toRichard Sharpe1-1/+2
2003-10-22From Ulf Lamping: add a preference to control whether to show or hideGuy Harris1-1/+2
2003-10-16From Ulf Lamping: add a GUI preference item to control the toolbarGuy Harris1-1/+9
2003-10-14From Ian Schorr:Guy Harris1-1/+10
2003-10-02Don't put an entry for a protocol into the Preferences dialog if itGuy Harris1-3/+6
2003-09-10Don't export MAX_VAR_LEN - nobody uses it.Guy Harris1-2/+1
2003-09-08From Nathan Jennings:Guy Harris1-1/+6
2003-08-07From Michael Lum: add the ability to have a preferences file containingGuy Harris1-4/+6
2003-07-22Add two preferences to control ADNS, one to enable/disable it and one toGerald Combs1-1/+2
2002-12-20Support putting preferences into arbitrary places in a tree, which isGuy Harris1-12/+41
2002-09-14- add a new GUI preference in the gtk2 port. It allows to useOlivier Abad1-1/+2
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-4/+4
2002-08-01Fix a few more memleaks found by valgrind (all derivingJörg Mayer1-3/+3
2002-05-11Add a mechanism for registering "obsolete" preference modules, so thatGuy Harris1-1/+10
2002-01-13Add a preferences page for the name resolution flags.Guy Harris1-10/+1
2002-01-10Add a preferences page for capture preferences, so that the user canGuy Harris1-1/+2
2001-12-31Add preferences to save the main window size and position. If enabled,Gerald Combs1-1/+10
2001-11-04Allow a dissector to register preferences that it no longer supports asGuy Harris1-1/+8
2001-10-31Put "extern" in front of a pile of function declarations.Guy Harris1-20/+21
2001-10-22Add a routine to get the directory in which personal configuration filesGuy Harris1-5/+4
2001-07-22Note that we should supply a detailed explanation of syntax errors, soGuy Harris1-1/+4
2001-05-31Support for "-N" flag enabling selected forms of name resolution, fromGuy Harris1-3/+20
2001-04-15There's no "enable name resolution in captures" preference in Ethereal,Guy Harris1-2/+2
2001-04-13Added the ethereal capture preferences to the preference file.Jeff Foster1-1/+6
2001-01-03Add a new "prefs_register_protocol()" routine, which is likeGuy Harris1-1/+6
2000-11-21Add a "color.h" file that declares a nominally-toolkit-independentGuy Harris1-8/+8
2000-11-18Fix a number of problems that caused compiles to fail ifGuy Harris1-3/+3
2000-09-08Graham Bloice's patch to support inverse video rather than boldfaceGuy Harris1-1/+2
2000-08-21Add prefs.gui_marked_[fb]g color preferences for theLaurent Deniel1-1/+3
2000-08-21Instead of each set of built-in preferences having "ok", "save",Guy Harris1-1/+23
2000-08-20Instead of having the normal-weight and bold fonts set separately,Guy Harris1-6/+7
2000-08-17Add a comment about the use of prefs_register_module() in protocol dissectorsLaurent Deniel1-1/+5
2000-08-15Fix a problem with const char *Laurent Deniel1-2/+2