aboutsummaryrefslogtreecommitdiffstats
path: root/prefs.c
AgeCommit message (Expand)AuthorFilesLines
2001-06-18Various signed vs. unsigned fixes, from Joerg Mayer.guy1-3/+3
2001-06-04Make Ethereal default to promiscuous-mode captures, the way it didguy1-6/+5
2001-05-31Support for "-N" flag enabling selected forms of name resolution, fromguy1-13/+86
2001-04-15There's no "enable name resolution in captures" preference in Ethereal,guy1-10/+20
2001-04-13Added the ethereal capture preferences to the preference file.jfoster1-1/+50
2001-04-02"get_home_dir()", in "epan/filesystem.c", usesguy1-2/+2
2001-01-05Map the old MGCP preference names to the new ones (including a specialguy1-5/+80
2001-01-03Add a new "prefs_register_protocol()" routine, which is likeguy1-1/+13
2001-01-03Have "proto_register_protocol()" build a list of data structures forguy1-1/+9
2000-11-18Fix a number of problems that caused compiles to fail ifguy1-5/+5
2000-10-15At least on UNIX/X, make the wildcard pattern that's the initialguy1-2/+47
2000-09-28More EPAN-related code movements. Get rid of usage of #include "globals.h"gram1-1/+2
2000-09-12Oops, I left off one "-*" in the XLFD description for the font that isguy1-2/+2
2000-09-08Graham Bloice's patch to support inverse video rather than boldfaceguy1-1/+13
2000-08-21Add prefs.gui_marked_[fb]g color preferences for thedeniel1-1/+37
2000-08-21Instead of each set of built-in preferences having "ok", "save",guy1-8/+86
2000-08-20Instead of having the normal-weight and bold fonts set separately,guy1-1/+14
2000-08-15Fix a problem with const char *deniel1-2/+2
2000-08-15Implements the "Properties" menu item which displays the preferences windowdeniel1-1/+20
2000-08-11Miscellaneous code cleaningdeniel1-1/+3
2000-08-07Cast an argument to "isspace()" to "guchar" so that if it has the 8thguy1-2/+2
2000-07-09Turn the code of "colorize_packet()" into a static routine that is givenguy1-10/+34
2000-07-05Add support for a global "ethereal.conf" preferences file, stored in theguy1-43/+542
2000-01-29Remove instances of getenv("HOME") and provide a get_home_dir() functiongram1-6/+7
2000-01-03Don't have "write_prefs()" display a dialog box if the attempt to openguy1-8/+12
1999-12-30Allow user to modify appearance of lines and expanders in GUI protocolgram1-3/+48
1999-12-29Changed the protocol tree widget from a GtkTree to a GtkCTree. The two reasonsgram1-1/+26
1999-12-29Move the definition of "prefs" from "gtk/prefs_dlg.c" to "prefs.c", soguy1-1/+3
1999-12-16Add a new page to the Preferences notebook: a GUI page. The solegram1-1/+15
1999-12-09Move the GTK+ implementations of various UI utilities out of "util.c"guy1-2/+2
1999-12-02Add stream window color preferences. We don't (yet) use cmaps, so thisgerald1-6/+74
1999-09-09More shuffling of GTK-related routines to gtk subdirectory.gram1-140/+4
1999-09-09More shuffling of GTK-related files to gtk subdirectory.gram1-2/+2
1999-09-01Moved GTK-dependent routines for file dialogues, print dialogues, printgram1-1/+2
1999-07-13Added support for compiling on win32 with Visual C and 'nmake'. It compiles,gram1-1/+13
1999-06-21Found some erroneous usages of gtk_signal_connect_object. I always wonderedgram1-29/+21
1999-06-12Don't pop up the "Can't open preferences file" dialog until *after*guy1-6/+5
1999-03-01Added display filters to wiretap.gram1-4/+1
1998-12-29* Added Joerg Mayer's Vines patchgerald1-7/+4
1998-12-22Fixed more bugs with dialogues and gtk+-1.1.x.gram1-6/+22
1998-12-17A patch spread across many files to let Ethereal compile under GTK+-1.1.x.gram1-1/+2
1998-11-18* Disable filter-related widgets if we're using wiretap.gerald1-1/+4
1998-11-18* Added patches from Laurent and Guygerald1-6/+5
1998-11-17* Added column formatting functionality.gerald1-42/+193
1998-10-29* Fixes for problems with the preference initialization code (Guy)gerald1-5/+10
1998-10-28* Added preference file saves and reads.gerald1-3/+216
1998-10-16* Copied in the correct GNU license (I'm such a goober)gerald1-3/+3
1998-10-13* Pod page updategerald1-5/+6
1998-10-12- Added match_strval function to packet.cgerald1-20/+28
1998-10-10* OSPF alignment fixes (Gerald)gerald1-10/+31