aboutsummaryrefslogtreecommitdiffstats
path: root/prefs.c
AgeCommit message (Expand)AuthorFilesLines
2001-11-19When reading the preferences file, if the "module.preference" stringGilbert Ramirez1-18/+35
2001-11-09Fix a couple of comments.Guy Harris1-4/+4
2001-11-08Allow periods in module names.Gilbert Ramirez1-2/+2
2001-11-04Allow a dissector to register preferences that it no longer supports asGuy Harris1-3/+95
2001-11-03Crash if a dissector tries to create more than one preference with theGuy Harris1-3/+17
2001-10-24Have a routine that takes a file name for a personal configuration fileGuy Harris1-20/+5
2001-10-23Add a new routine to create the ".ethereal" directory for a user.Guy Harris1-22/+1
2001-10-22Add a routine to get the directory in which personal configuration filesGuy Harris1-28/+38
2001-10-21Use G_DIR_SEPARATOR_S rather than "/" as a pathname separator in formatGuy Harris1-6/+8
2001-10-21Keep the list of modules with preferences sorted by the module name, inGuy Harris1-2/+11
2001-10-16The Quake3 dissector wasn't in the previous release, only users runningGuy Harris1-29/+9
2001-10-13The Quake III dissector called both the arena server port preference andGuy Harris1-54/+76
2001-08-21On Windows, use the directory in which the binary resides as theGuy Harris1-7/+14
2001-07-23Use an unsigned character when processing string lists, so that you canGuy Harris1-2/+3
2001-07-23Make "put_string_list()" truly take a GList of strings as arguments;Guy Harris1-55/+57
2001-07-22Reformat to be a bit closer to the way it looked before the parserGuy Harris1-13/+12
2001-07-22Ignore non-quoted white space in string lists.Guy Harris1-49/+96
2001-07-22"col_format_to_pref_str()" is used only in "prefs.c", and knows aboutGuy Harris1-2/+52
2001-07-22Check for valid column titles (non-zero-length) and valid column formatsGuy Harris1-8/+31
2001-07-22Don't require the strings in string lists to be quoted, just allow themGuy Harris1-50/+77
2001-06-18Various signed vs. unsigned fixes, from Joerg Mayer.Guy Harris1-3/+3
2001-06-04Make Ethereal default to promiscuous-mode captures, the way it didGuy Harris1-6/+5
2001-05-31Support for "-N" flag enabling selected forms of name resolution, fromGuy Harris1-13/+86
2001-04-15There's no "enable name resolution in captures" preference in Ethereal,Guy Harris1-10/+20
2001-04-13Added the ethereal capture preferences to the preference file.Jeff Foster1-1/+50
2001-04-02"get_home_dir()", in "epan/filesystem.c", usesGuy Harris1-2/+2
2001-01-05Map the old MGCP preference names to the new ones (including a specialGuy Harris1-5/+80
2001-01-03Add a new "prefs_register_protocol()" routine, which is likeGuy Harris1-1/+13
2001-01-03Have "proto_register_protocol()" build a list of data structures forGuy Harris1-1/+9
2000-11-18Fix a number of problems that caused compiles to fail ifGuy Harris1-5/+5
2000-10-15At least on UNIX/X, make the wildcard pattern that's the initialGuy Harris1-2/+47
2000-09-28More EPAN-related code movements. Get rid of usage of #include "globals.h"Gilbert Ramirez1-1/+2
2000-09-12Oops, I left off one "-*" in the XLFD description for the font that isGuy Harris1-2/+2
2000-09-08Graham Bloice's patch to support inverse video rather than boldfaceGuy Harris1-1/+13
2000-08-21Add prefs.gui_marked_[fb]g color preferences for theLaurent Deniel1-1/+37
2000-08-21Instead of each set of built-in preferences having "ok", "save",Guy Harris1-8/+86
2000-08-20Instead of having the normal-weight and bold fonts set separately,Guy Harris1-1/+14
2000-08-15Fix a problem with const char *Laurent Deniel1-2/+2
2000-08-15Implements the "Properties" menu item which displays the preferences windowLaurent Deniel1-1/+20
2000-08-11Miscellaneous code cleaningLaurent Deniel1-1/+3
2000-08-07Cast an argument to "isspace()" to "guchar" so that if it has the 8thGuy Harris1-2/+2
2000-07-09Turn the code of "colorize_packet()" into a static routine that is givenGuy Harris1-10/+34
2000-07-05Add support for a global "ethereal.conf" preferences file, stored in theGuy Harris1-43/+542
2000-01-29Remove instances of getenv("HOME") and provide a get_home_dir() functionGilbert Ramirez1-6/+7
2000-01-03Don't have "write_prefs()" display a dialog box if the attempt to openGuy Harris1-8/+12
1999-12-30Allow user to modify appearance of lines and expanders in GUI protocolGilbert Ramirez1-3/+48
1999-12-29Changed the protocol tree widget from a GtkTree to a GtkCTree. The two reasonsGilbert Ramirez1-1/+26
1999-12-29Move the definition of "prefs" from "gtk/prefs_dlg.c" to "prefs.c", soGuy Harris1-1/+3
1999-12-16Add a new page to the Preferences notebook: a GUI page. The soleGilbert Ramirez1-1/+15
1999-12-09Move the GTK+ implementations of various UI utilities out of "util.c"Guy Harris1-2/+2