From Olivier Biot: have a separate subtree ett_ value for concatenated
[obnox/wireshark/wip.git] / prefs.c
2003-10-22 guyFrom Ulf Lamping: add a preference to control whether...
2003-10-16 guyFrom Ulf Lamping: add a GUI preference item to control...
2003-10-14 guyFrom Ian Schorr:
2003-10-02 guyDon't put an entry for a protocol into the Preferences...
2003-09-10 guyDon't export MAX_VAR_LEN - nobody uses it.
2003-09-08 guyFrom Nathan Jennings:
2003-08-26 guyFix a typo.
2003-08-07 guyFrom Michael Lum: add the ability to have a preferences...
2003-08-04 guyAllow hyphens in preference module names, as the WAP...
2003-07-22 geraldAdd two preferences to control ADNS, one to enable...
2003-05-15 guyFrom Richard Urwin:
2003-04-21 guyFrom Erwin Rol: ArtNET support.
2003-04-09 guyDon't create a protocol tree or do anything to the...
2003-03-13 guyFrom Tomas Kukosa - allow a preference name to begin...
2003-03-12 guyWhen fixing up old preferences, check the module for...
2003-03-11 guyWhen registering a string preference, if the value...
2003-01-29 guyFix a couple of checks for families with renamed prefer...
2003-01-28 guyPanic if a preference starts with the name of the modul...
2003-01-28 guyGet rid of the extra "pcli." in the "pcli.pcli.udp_port...
2002-12-20 guySupport putting preferences into arbitrary places in...
2002-09-28 geraldDisable network name resolution by default.
2002-09-14 oabad- add a new GUI preference in the gtk2 port. It allows...
2002-08-28 jmayerRemoved trailing whitespaces from .h and .c files using the
2002-08-02 jmayerReplace the types from sys/types.h and netinet/in.h...
2002-08-01 jmayerFix a few more memleaks found by valgrind (all deriving
2002-06-16 guyHandle the "bool" members the same way we handled the...
2002-06-16 guyFrom Chris Waters: don't use "bool" as a variable name...
2002-05-29 guyFrom Michal Melerowicz:
2002-05-25 guyDon't give ordinal numbers to preferences that aren...
2002-05-11 guyAdd a mechanism for registering "obsolete" preference...
2002-03-31 guyFrom Joerg Mayer: mark function arguments as unused.
2002-01-21 guyInclude files from the "epan" directory and subdirector...
2002-01-15 guyInclude <resolv.h> after "globals.h", as, at least...
2002-01-15 guyFix some preferences to eliminate the extra copy of...
2002-01-13 guyAdd a preferences page for the name resolution flags.
2002-01-10 guyAdd a preferences page for capture preferences, so...
2001-12-31 geraldAdd preferences to save the main window size and positi...
2001-12-08 guyFrom Darren New: BXXP dissector modified to be a BEEP...
2001-11-19 gramWhen reading the preferences file, if the "module.prefe...
2001-11-09 guyFix a couple of comments.
2001-11-08 gramAllow periods in module names.
2001-11-04 guyAllow a dissector to register preferences that it no...
2001-11-03 guyCrash if a dissector tries to create more than one...
2001-10-24 guyHave a routine that takes a file name for a personal...
2001-10-23 guyAdd a new routine to create the ".ethereal" directory...
2001-10-22 guyAdd a routine to get the directory in which personal...
2001-10-21 guyUse G_DIR_SEPARATOR_S rather than "/" as a pathname...
2001-10-21 guyKeep the list of modules with preferences sorted by...
2001-10-16 guyThe Quake3 dissector wasn't in the previous release...
2001-10-13 guyThe Quake III dissector called both the arena server...
2001-08-21 guyOn Windows, use the directory in which the binary resid...
2001-07-23 guyUse an unsigned character when processing string lists...
2001-07-23 guyMake "put_string_list()" truly take a GList of strings...
2001-07-22 guyReformat to be a bit closer to the way it looked before...
2001-07-22 guyIgnore non-quoted white space in string lists.
2001-07-22 guy"col_format_to_pref_str()" is used only in "prefs.c...
2001-07-22 guyCheck for valid column titles (non-zero-length) and...
2001-07-22 guyDon't require the strings in string lists to be quoted...
2001-06-18 guyVarious signed vs. unsigned fixes, from Joerg Mayer.
2001-06-04 guyMake Ethereal default to promiscuous-mode captures...
2001-05-31 guySupport for "-N" flag enabling selected forms of name...
2001-04-15 guyThere's no "enable name resolution in captures" prefere...
2001-04-13 jfosterAdded the ethereal capture preferences to the preferenc...
2001-04-02 guy"get_home_dir()", in "epan/filesystem.c", uses
2001-01-05 guyMap the old MGCP preference names to the new ones ...
2001-01-03 guyAdd a new "prefs_register_protocol()" routine, which...
2001-01-03 guyHave "proto_register_protocol()" build a list of data...
2000-11-18 guyFix a number of problems that caused compiles to fail if
2000-10-15 guyAt least on UNIX/X, make the wildcard pattern that...
2000-09-28 gramMore EPAN-related code movements. Get rid of usage...
2000-09-12 guyOops, I left off one "-*" in the XLFD description for...
2000-09-08 guyGraham Bloice's patch to support inverse video rather...
2000-08-21 denielAdd prefs.gui_marked_[fb]g color preferences for the
2000-08-21 guyInstead of each set of built-in preferences having...
2000-08-20 guyInstead of having the normal-weight and bold fonts...
2000-08-15 denielFix a problem with const char *
2000-08-15 denielImplements the "Properties" menu item which displays...
2000-08-11 denielMiscellaneous code cleaning
2000-08-07 guyCast an argument to "isspace()" to "guchar" so that...
2000-07-09 guyTurn the code of "colorize_packet()" into a static...
2000-07-05 guyAdd support for a global "ethereal.conf" preferences...
2000-01-29 gramRemove instances of getenv("HOME") and provide a get_ho...
2000-01-03 guyDon't have "write_prefs()" display a dialog box if...
1999-12-30 gramAllow user to modify appearance of lines and expanders...
1999-12-29 gramChanged the protocol tree widget from a GtkTree to...
1999-12-29 guyMove the definition of "prefs" from "gtk/prefs_dlg...
1999-12-16 gramAdd a new page to the Preferences notebook: a GUI page...
1999-12-09 guyMove the GTK+ implementations of various UI utilities...
1999-12-02 geraldAdd stream window color preferences. We don't (yet...
1999-09-09 gramMore shuffling of GTK-related routines to gtk subdirectory.
1999-09-09 gramMore shuffling of GTK-related files to gtk subdirectory.
1999-09-01 gramMoved GTK-dependent routines for file dialogues, print...
1999-07-13 gramAdded support for compiling on win32 with Visual C...
1999-06-21 gramFound some erroneous usages of gtk_signal_connect_objec...
1999-06-12 guyDon't pop up the "Can't open preferences file" dialog...
1999-03-01 gramAdded display filters to wiretap.
1998-12-29 gerald* Added Joerg Mayer's Vines patch
1998-12-22 gramFixed more bugs with dialogues and gtk+-1.1.x.
1998-12-17 gramA patch spread across many files to let Ethereal compil...
1998-11-18 gerald* Disable filter-related widgets if we're using wiretap.
next