aboutsummaryrefslogtreecommitdiffstats
path: root/prefs.c
AgeCommit message (Expand)AuthorFilesLines
2004-09-11Use _WIN32 rather than WIN32 to determine if we're compiling on Win32;Guy Harris1-1/+1
2004-09-04We don't need the stuff in "globals.h" or "file.h"; don't include them.Guy Harris1-2/+0
2004-08-31added a preference setting, to be able to change the preview timeout in the f...Ulf Lamping1-9/+20
2004-08-15From Greg Morris: Add a configuration option to control search wrapping.Gerald Combs1-0/+15
2004-08-08Map the old one-port "generic ASN.1" TCP/UDP/SCTP port-numberGuy Harris1-0/+10
2004-08-06From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anGuy Harris1-1/+1
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-3/+15
2004-06-29Catch invalid GUI layout type values; if we see one, use the defaultGuy Harris1-2/+7
2004-06-20preference setting, so "ask for unsaved capture files" can be switched offUlf Lamping1-1/+16
2004-06-20preference setting for the option to "avoid" the capture info dialogUlf Lamping1-1/+11
2004-05-30sort saved preference settings by appearance in dialogUlf Lamping1-85/+90
2004-05-24give the user a hint what to do (save his/her preferences),Ulf Lamping1-12/+13
2004-05-24Have two strings in an enum_val_t - one that's a short string that isGuy Harris1-11/+32
2004-05-13Win32 only: Preference setting to open a console window, one of:Ulf Lamping1-1/+16
2004-05-05Use an enum when initializing "prefs.gui_layout_type".Guy Harris1-2/+2
2004-04-30The layout types and pane types don't depend on GTK+, so move theirGuy Harris1-4/+4
2004-04-29added selection of different main window pane layouts,Ulf Lamping1-1/+42
2004-04-06from Thomas Palmer: add a preference setting for filter toolbar placementUlf Lamping1-1/+16
2004-02-28Select "misc" as the foundry for the default font, so we don't get JISGuy Harris1-2/+2
2004-02-23Use a pale variant of the foreground color for the background color of theOlivier Biot1-9/+9
2004-02-21Fix a typo.Guy Harris1-2/+2
2004-02-01moved window geometry values from prefs to recent,Ulf Lamping1-42/+21
2004-01-27Map SMPP and smpp-gsm-sms preferences to their new homes in gsm-sms-ud.Guy Harris1-4/+13
2004-01-20a.) saving GTK1 and GTK2 fontnames in different preference setting, to preven...Ulf Lamping1-14/+30
2004-01-19added some menuitems "View->Show" including show/hide of all main widgets,Ulf Lamping1-15/+2
2004-01-05removed some MSVC warnings (level 3)Ulf Lamping1-4/+4
2003-12-31Remove redundant protocol names from preference values.Guy Harris1-1/+7
2003-12-29Make the "max count of recently-visited files" preference unsigned.Guy Harris1-3/+3
2003-12-28Add more code to handle the recent_files_count_max as a preference ...Richard Sharpe1-2/+12
2003-12-28Connect the recent_file_count_max variable to the prefs.gui_recent_file_count...Richard Sharpe1-2/+3
2003-12-23Handle the move of "smpp" preferences to "smpp-gsm-sms".Guy Harris1-2/+5
2003-12-13changed read_prefs_file(): read in a generic config file and do a callback toUlf Lamping1-14/+23
2003-11-16Export "protocol_t" as an opaque type.Guy Harris1-3/+8
2003-11-09From Gisle Vanem:Guy Harris1-2/+5
2003-10-22From Ulf Lamping: add a preference to control whether to show or hideGuy Harris1-1/+17
2003-10-16From Ulf Lamping: add a GUI preference item to control the toolbarGuy Harris1-5/+23
2003-10-14From Ian Schorr:Guy Harris1-34/+90
2003-10-02Don't put an entry for a protocol into the Preferences dialog if itGuy Harris1-31/+27
2003-09-10Don't export MAX_VAR_LEN - nobody uses it.Guy Harris1-1/+2
2003-09-08From Nathan Jennings:Guy Harris1-39/+86
2003-08-26Fix a typo.Guy Harris1-2/+2
2003-08-07From Michael Lum: add the ability to have a preferences file containingGuy Harris1-9/+30
2003-08-04Allow hyphens in preference module names, as the WAP protocols have IANAGuy Harris1-3/+3
2003-07-22Add two preferences to control ADNS, one to enable/disable it and one toGerald Combs1-6/+15
2003-05-15From Richard Urwin:Guy Harris1-7/+3
2003-04-21From Erwin Rol: ArtNET support.Guy Harris1-1/+5
2003-04-09Don't create a protocol tree or do anything to the columns beforeGuy Harris1-1/+5
2003-03-13From Tomas Kukosa - allow a preference name to begin with the stringGuy Harris1-2/+3
2003-03-12When fixing up old preferences, check the module for the currentGuy Harris1-19/+19