aboutsummaryrefslogtreecommitdiffstats
path: root/prefs.c
Commit message (Expand)AuthorAgeFilesLines
* preference setting, so "ask for unsaved capture files" can be switched offUlf Lamping2004-06-201-1/+16
* preference setting for the option to "avoid" the capture info dialogUlf Lamping2004-06-201-1/+11
* sort saved preference settings by appearance in dialogUlf Lamping2004-05-301-85/+90
* give the user a hint what to do (save his/her preferences),Ulf Lamping2004-05-241-12/+13
* Have two strings in an enum_val_t - one that's a short string that isGuy Harris2004-05-241-11/+32
* Win32 only: Preference setting to open a console window, one of:Ulf Lamping2004-05-131-1/+16
* Use an enum when initializing "prefs.gui_layout_type".Guy Harris2004-05-051-2/+2
* The layout types and pane types don't depend on GTK+, so move theirGuy Harris2004-04-301-4/+4
* added selection of different main window pane layouts,Ulf Lamping2004-04-291-1/+42
* from Thomas Palmer: add a preference setting for filter toolbar placementUlf Lamping2004-04-061-1/+16
* Select "misc" as the foundry for the default font, so we don't get JISGuy Harris2004-02-281-2/+2
* Use a pale variant of the foreground color for the background color of theOlivier Biot2004-02-231-9/+9
* Fix a typo.Guy Harris2004-02-211-2/+2
* moved window geometry values from prefs to recent,Ulf Lamping2004-02-011-42/+21
* Map SMPP and smpp-gsm-sms preferences to their new homes in gsm-sms-ud.Guy Harris2004-01-271-4/+13
* a.) saving GTK1 and GTK2 fontnames in different preference setting, to preven...Ulf Lamping2004-01-201-14/+30
* added some menuitems "View->Show" including show/hide of all main widgets,Ulf Lamping2004-01-191-15/+2
* removed some MSVC warnings (level 3)Ulf Lamping2004-01-051-4/+4
* Remove redundant protocol names from preference values.Guy Harris2003-12-311-1/+7
* Make the "max count of recently-visited files" preference unsigned.Guy Harris2003-12-291-3/+3
* Add more code to handle the recent_files_count_max as a preference ...Richard Sharpe2003-12-281-2/+12
* Connect the recent_file_count_max variable to the prefs.gui_recent_file_count...Richard Sharpe2003-12-281-2/+3
* Handle the move of "smpp" preferences to "smpp-gsm-sms".Guy Harris2003-12-231-2/+5
* changed read_prefs_file(): read in a generic config file and do a callback toUlf Lamping2003-12-131-14/+23
* Export "protocol_t" as an opaque type.Guy Harris2003-11-161-3/+8
* From Gisle Vanem:Guy Harris2003-11-091-2/+5
* From Ulf Lamping: add a preference to control whether to show or hideGuy Harris2003-10-221-1/+17
* From Ulf Lamping: add a GUI preference item to control the toolbarGuy Harris2003-10-161-5/+23
* From Ian Schorr:Guy Harris2003-10-141-34/+90
* Don't put an entry for a protocol into the Preferences dialog if itGuy Harris2003-10-021-31/+27
* Don't export MAX_VAR_LEN - nobody uses it.Guy Harris2003-09-101-1/+2
* From Nathan Jennings:Guy Harris2003-09-081-39/+86
* Fix a typo.Guy Harris2003-08-261-2/+2
* From Michael Lum: add the ability to have a preferences file containingGuy Harris2003-08-071-9/+30
* Allow hyphens in preference module names, as the WAP protocols have IANAGuy Harris2003-08-041-3/+3
* Add two preferences to control ADNS, one to enable/disable it and one toGerald Combs2003-07-221-6/+15
* From Richard Urwin:Guy Harris2003-05-151-7/+3
* From Erwin Rol: ArtNET support.Guy Harris2003-04-211-1/+5
* Don't create a protocol tree or do anything to the columns beforeGuy Harris2003-04-091-1/+5
* From Tomas Kukosa - allow a preference name to begin with the stringGuy Harris2003-03-131-2/+3
* When fixing up old preferences, check the module for the currentGuy Harris2003-03-121-19/+19
* When registering a string preference, if the value of the preference isGuy Harris2003-03-111-4/+17
* Fix a couple of checks for families with renamed preferences.Guy Harris2003-01-291-3/+3
* Panic if a preference starts with the name of the module to which itGuy Harris2003-01-281-14/+94
* Get rid of the extra "pcli." in the "pcli.pcli.udp_port" preference.Guy Harris2003-01-281-1/+5
* Support putting preferences into arbitrary places in a tree, which isGuy Harris2002-12-201-33/+157
* Disable network name resolution by default.Gerald Combs2002-09-281-2/+2
* - add a new GUI preference in the gtk2 port. It allows to useOlivier Abad2002-09-141-2/+16
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-20/+20
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-6/+2