aboutsummaryrefslogtreecommitdiffstats
path: root/prefs.c
AgeCommit message (Expand)AuthorFilesLines
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
1999-12-02Add stream window color preferences. We don't (yet) use cmaps, so thisGerald Combs1-6/+74
1999-09-09More shuffling of GTK-related routines to gtk subdirectory.Gilbert Ramirez1-140/+4
1999-09-09More shuffling of GTK-related files to gtk subdirectory.Gilbert Ramirez1-2/+2
1999-09-01Moved GTK-dependent routines for file dialogues, print dialogues, printGilbert Ramirez1-1/+2
1999-07-13Added support for compiling on win32 with Visual C and 'nmake'. It compiles,Gilbert Ramirez1-1/+13
1999-06-21Found some erroneous usages of gtk_signal_connect_object. I always wonderedGilbert Ramirez1-29/+21
1999-06-12Don't pop up the "Can't open preferences file" dialog until *after*Guy Harris1-6/+5
1999-03-01Added display filters to wiretap.Gilbert Ramirez1-4/+1
1998-12-29* Added Joerg Mayer's Vines patchGerald Combs1-7/+4
1998-12-22Fixed more bugs with dialogues and gtk+-1.1.x.Gilbert Ramirez1-6/+22
1998-12-17A patch spread across many files to let Ethereal compile under GTK+-1.1.x.Gilbert Ramirez1-1/+2
1998-11-18* Disable filter-related widgets if we're using wiretap.Gerald Combs1-1/+4
1998-11-18* Added patches from Laurent and GuyGerald Combs1-6/+5
1998-11-17* Added column formatting functionality.Gerald Combs1-42/+193
1998-10-29* Fixes for problems with the preference initialization code (Guy)Gerald Combs1-5/+10
1998-10-28* Added preference file saves and reads.Gerald Combs1-3/+216
1998-10-16* Copied in the correct GNU license (I'm such a goober)Gerald Combs1-3/+3
1998-10-13* Pod page updateGerald Combs1-5/+6
1998-10-12- Added match_strval function to packet.cGerald Combs1-20/+28
1998-10-10* OSPF alignment fixes (Gerald)Gerald Combs1-10/+31
1998-09-27Merged in a _huge_ patch from Guy Harris. It adds a time stap column,Gerald Combs1-1/+2
1998-09-26Initial prefs support.Gerald Combs1-12/+22
1998-09-25* Ethernet manufacturer support (Laurent)Gerald Combs1-0/+109