Win32 only: Preference setting to open a console window, one of:
[metze/wireshark/wip.git] / prefs.c
2004-05-13 Ulf LampingWin32 only: Preference setting to open a console window...
2004-05-05 Guy HarrisUse an enum when initializing "prefs.gui_layout_type".
2004-04-30 Guy HarrisThe layout types and pane types don't depend on GTK...
2004-04-29 Ulf Lampingadded selection of different main window pane layouts,
2004-04-06 Ulf Lampingfrom Thomas Palmer: add a preference setting for filter...
2004-02-28 Guy HarrisSelect "misc" as the foundry for the default font,...
2004-02-23 Olivier BiotUse a pale variant of the foreground color for the...
2004-02-21 Guy HarrisFix a typo.
2004-02-01 Ulf Lampingmoved window geometry values from prefs to recent,
2004-01-27 Guy HarrisMap SMPP and smpp-gsm-sms preferences to their new...
2004-01-20 Ulf Lampinga.) saving GTK1 and GTK2 fontnames in different prefere...
2004-01-19 Ulf Lampingadded some menuitems "View->Show" including show/hide...
2004-01-05 Ulf Lampingremoved some MSVC warnings (level 3)
2003-12-31 Guy HarrisRemove redundant protocol names from preference values.
2003-12-29 Guy HarrisMake the "max count of recently-visited files" preferen...
2003-12-28 Richard SharpeAdd more code to handle the recent_files_count_max...
2003-12-28 Richard SharpeConnect the recent_file_count_max variable to the prefs...
2003-12-23 Guy HarrisHandle the move of "smpp" preferences to "smpp-gsm...
2003-12-13 Ulf Lampingchanged read_prefs_file(): read in a generic config...
2003-11-16 Guy HarrisExport "protocol_t" as an opaque type.
2003-11-09 Guy HarrisFrom Gisle Vanem:
2003-10-22 Guy HarrisFrom Ulf Lamping: add a preference to control whether...
2003-10-16 Guy HarrisFrom Ulf Lamping: add a GUI preference item to control...
2003-10-14 Guy HarrisFrom Ian Schorr:
2003-10-02 Guy HarrisDon't put an entry for a protocol into the Preferences...
2003-09-10 Guy HarrisDon't export MAX_VAR_LEN - nobody uses it.
2003-09-08 Guy HarrisFrom Nathan Jennings:
2003-08-26 Guy HarrisFix a typo.
2003-08-07 Guy HarrisFrom Michael Lum: add the ability to have a preferences...
2003-08-04 Guy HarrisAllow hyphens in preference module names, as the WAP...
2003-07-22 Gerald CombsAdd two preferences to control ADNS, one to enable...
2003-05-15 Guy HarrisFrom Richard Urwin:
2003-04-21 Guy HarrisFrom Erwin Rol: ArtNET support.
2003-04-09 Guy HarrisDon't create a protocol tree or do anything to the...
2003-03-13 Guy HarrisFrom Tomas Kukosa - allow a preference name to begin...
2003-03-12 Guy HarrisWhen fixing up old preferences, check the module for...
2003-03-11 Guy HarrisWhen registering a string preference, if the value...
2003-01-29 Guy HarrisFix a couple of checks for families with renamed prefer...
2003-01-28 Guy HarrisPanic if a preference starts with the name of the modul...
2003-01-28 Guy HarrisGet rid of the extra "pcli." in the "pcli.pcli.udp_port...
2002-12-20 Guy HarrisSupport putting preferences into arbitrary places in...
2002-09-28 Gerald CombsDisable network name resolution by default.
2002-09-14 Olivier Abad- add a new GUI preference in the gtk2 port. It allows...
2002-08-28 Jörg MayerRemoved trailing whitespaces from .h and .c files using the
2002-08-02 Jörg MayerReplace the types from sys/types.h and netinet/in.h...
2002-08-01 Jörg MayerFix a few more memleaks found by valgrind (all deriving
2002-06-16 Guy HarrisHandle the "bool" members the same way we handled the...
2002-06-16 Guy HarrisFrom Chris Waters: don't use "bool" as a variable name...
2002-05-29 Guy HarrisFrom Michal Melerowicz:
2002-05-25 Guy HarrisDon't give ordinal numbers to preferences that aren...
2002-05-11 Guy HarrisAdd a mechanism for registering "obsolete" preference...
2002-03-31 Guy HarrisFrom Joerg Mayer: mark function arguments as unused.
2002-01-21 Guy HarrisInclude files from the "epan" directory and subdirector...
2002-01-15 Guy HarrisInclude <resolv.h> after "globals.h", as, at least...
2002-01-15 Guy HarrisFix some preferences to eliminate the extra copy of...
2002-01-13 Guy HarrisAdd a preferences page for the name resolution flags.
2002-01-10 Guy HarrisAdd a preferences page for capture preferences, so...
2001-12-31 Gerald CombsAdd preferences to save the main window size and positi...
2001-12-08 Guy HarrisFrom Darren New: BXXP dissector modified to be a BEEP...
2001-11-19 Gilbert RamirezWhen reading the preferences file, if the "module.prefe...
2001-11-09 Guy HarrisFix a couple of comments.
2001-11-08 Gilbert RamirezAllow periods in module names.
2001-11-04 Guy HarrisAllow a dissector to register preferences that it no...
2001-11-03 Guy HarrisCrash if a dissector tries to create more than one...
2001-10-24 Guy HarrisHave a routine that takes a file name for a personal...
2001-10-23 Guy HarrisAdd a new routine to create the ".ethereal" directory...
2001-10-22 Guy HarrisAdd a routine to get the directory in which personal...
2001-10-21 Guy HarrisUse G_DIR_SEPARATOR_S rather than "/" as a pathname...
2001-10-21 Guy HarrisKeep the list of modules with preferences sorted by...
2001-10-16 Guy HarrisThe Quake3 dissector wasn't in the previous release...
2001-10-13 Guy HarrisThe Quake III dissector called both the arena server...
2001-08-21 Guy HarrisOn Windows, use the directory in which the binary resid...
2001-07-23 Guy HarrisUse an unsigned character when processing string lists...
2001-07-23 Guy HarrisMake "put_string_list()" truly take a GList of strings...
2001-07-22 Guy HarrisReformat to be a bit closer to the way it looked before...
2001-07-22 Guy HarrisIgnore non-quoted white space in string lists.
2001-07-22 Guy Harris"col_format_to_pref_str()" is used only in "prefs.c...
2001-07-22 Guy HarrisCheck for valid column titles (non-zero-length) and...
2001-07-22 Guy HarrisDon't require the strings in string lists to be quoted...
2001-06-18 Guy HarrisVarious signed vs. unsigned fixes, from Joerg Mayer.
2001-06-04 Guy HarrisMake Ethereal default to promiscuous-mode captures...
2001-05-31 Guy HarrisSupport for "-N" flag enabling selected forms of name...
2001-04-15 Guy HarrisThere's no "enable name resolution in captures" prefere...
2001-04-13 Jeff FosterAdded the ethereal capture preferences to the preferenc...
2001-04-02 Guy Harris"get_home_dir()", in "epan/filesystem.c", uses
2001-01-05 Guy HarrisMap the old MGCP preference names to the new ones ...
2001-01-03 Guy HarrisAdd a new "prefs_register_protocol()" routine, which...
2001-01-03 Guy HarrisHave "proto_register_protocol()" build a list of data...
2000-11-18 Guy HarrisFix a number of problems that caused compiles to fail if
2000-10-15 Guy HarrisAt least on UNIX/X, make the wildcard pattern that...
2000-09-28 Gilbert RamirezMore EPAN-related code movements. Get rid of usage...
2000-09-12 Guy HarrisOops, I left off one "-*" in the XLFD description for...
2000-09-08 Guy HarrisGraham Bloice's patch to support inverse video rather...
2000-08-21 Laurent DenielAdd prefs.gui_marked_[fb]g color preferences for the
2000-08-21 Guy HarrisInstead of each set of built-in preferences having...
2000-08-20 Guy HarrisInstead of having the normal-weight and bold fonts...
2000-08-15 Laurent DenielFix a problem with const char *
2000-08-15 Laurent DenielImplements the "Properties" menu item which displays...
2000-08-11 Laurent DenielMiscellaneous code cleaning
2000-08-07 Guy HarrisCast an argument to "isspace()" to "guchar" so that...
next