aboutsummaryrefslogtreecommitdiffstats
path: root/prefs.h
AgeCommit message (Expand)AuthorFilesLines
2004-06-29add a preference setting for the web browser commandulfl1-1/+2
2004-06-20preference setting, so "ask for unsaved capture files" can be switched offulfl1-1/+2
2004-06-20preference setting for the option to "avoid" the capture info dialogulfl1-1/+2
2004-05-24Have two strings in an enum_val_t - one that's a short string that isguy1-1/+2
2004-05-13Remove comma at end of enumjmayer1-2/+2
2004-05-13Win32 only: Preference setting to open a console window, one of:ulfl1-1/+11
2004-05-09From Lars Roland: add support for building a libethereal.dll with MSVC:guy1-2/+2
2004-05-05Use an enum when initializing "prefs.gui_layout_type".guy1-2/+3
2004-04-30The layout types and pane types don't depend on GTK+, so move theirguy1-5/+29
2004-04-29added selection of different main window pane layouts,ulfl1-1/+5
2004-04-06from Thomas Palmer: add a preference setting for filter toolbar placementulfl1-1/+2
2004-02-01moved window geometry values from prefs to recent,ulfl1-6/+2
2004-01-20a.) saving GTK1 and GTK2 fontnames in different preference setting, to preven...ulfl1-2/+10
2004-01-19added some menuitems "View->Show" including show/hide of all main widgets,ulfl1-2/+1
2003-12-29Make the "max count of recently-visited files" preference unsigned.guy1-3/+3
2003-12-28Connect the recent_file_count_max variable to the prefs.gui_recent_file_count...sharpe1-2/+2
2003-12-28Add a preferences item for the recent file count max so we can tie it tosharpe1-1/+2
2003-10-22From Ulf Lamping: add a preference to control whether to show or hideguy1-1/+2
2003-10-16From Ulf Lamping: add a GUI preference item to control the toolbarguy1-1/+9
2003-10-14From Ian Schorr:guy1-1/+10
2003-10-02Don't put an entry for a protocol into the Preferences dialog if itguy1-3/+6
2003-09-10Don't export MAX_VAR_LEN - nobody uses it.guy1-2/+1
2003-09-08From Nathan Jennings:guy1-1/+6
2003-08-07From Michael Lum: add the ability to have a preferences file containingguy1-4/+6
2003-07-22Add two preferences to control ADNS, one to enable/disable it and one togerald1-1/+2
2002-12-20Support putting preferences into arbitrary places in a tree, which isguy1-12/+41
2002-09-14- add a new GUI preference in the gtk2 port. It allows to useoabad1-1/+2
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-4/+4
2002-08-01Fix a few more memleaks found by valgrind (all derivingjmayer1-3/+3
2002-05-11Add a mechanism for registering "obsolete" preference modules, so thatguy1-1/+10
2002-01-13Add a preferences page for the name resolution flags.guy1-10/+1
2002-01-10Add a preferences page for capture preferences, so that the user canguy1-1/+2
2001-12-31Add preferences to save the main window size and position. If enabled,gerald1-1/+10
2001-11-04Allow a dissector to register preferences that it no longer supports asguy1-1/+8
2001-10-31Put "extern" in front of a pile of function declarations.guy1-20/+21
2001-10-22Add a routine to get the directory in which personal configuration filesguy1-5/+4
2001-07-22Note that we should supply a detailed explanation of syntax errors, soguy1-1/+4
2001-05-31Support for "-N" flag enabling selected forms of name resolution, fromguy1-3/+20
2001-04-15There's no "enable name resolution in captures" preference in Ethereal,guy1-2/+2
2001-04-13Added the ethereal capture preferences to the preference file.jfoster1-1/+6
2001-01-03Add a new "prefs_register_protocol()" routine, which is likeguy1-1/+6
2000-11-21Add a "color.h" file that declares a nominally-toolkit-independentguy1-8/+8
2000-11-18Fix a number of problems that caused compiles to fail ifguy1-3/+3
2000-09-08Graham Bloice's patch to support inverse video rather than boldfaceguy1-1/+2
2000-08-21Add prefs.gui_marked_[fb]g color preferences for thedeniel1-1/+3
2000-08-21Instead of each set of built-in preferences having "ok", "save",guy1-1/+23
2000-08-20Instead of having the normal-weight and bold fonts set separately,guy1-6/+7
2000-08-17Add a comment about the use of prefs_register_module() in protocol dissectorsdeniel1-1/+5
2000-08-15Fix a problem with const char *deniel1-2/+2
2000-08-15Implements the "Properties" menu item which displays the preferences windowdeniel1-1/+11