aboutsummaryrefslogtreecommitdiffstats
path: root/prefs.c
Commit message (Expand)AuthorAgeFilesLines
* Map the old MGCP preference names to the new ones (including a specialGuy Harris2001-01-051-5/+80
* Add a new "prefs_register_protocol()" routine, which is likeGuy Harris2001-01-031-1/+13
* Have "proto_register_protocol()" build a list of data structures forGuy Harris2001-01-031-1/+9
* Fix a number of problems that caused compiles to fail ifGuy Harris2000-11-181-5/+5
* At least on UNIX/X, make the wildcard pattern that's the initialGuy Harris2000-10-151-2/+47
* More EPAN-related code movements. Get rid of usage of #include "globals.h"Gilbert Ramirez2000-09-281-1/+2
* Oops, I left off one "-*" in the XLFD description for the font that isGuy Harris2000-09-121-2/+2
* Graham Bloice's patch to support inverse video rather than boldfaceGuy Harris2000-09-081-1/+13
* Add prefs.gui_marked_[fb]g color preferences for theLaurent Deniel2000-08-211-1/+37
* Instead of each set of built-in preferences having "ok", "save",Guy Harris2000-08-211-8/+86
* Instead of having the normal-weight and bold fonts set separately,Guy Harris2000-08-201-1/+14
* Fix a problem with const char *Laurent Deniel2000-08-151-2/+2
* Implements the "Properties" menu item which displays the preferences windowLaurent Deniel2000-08-151-1/+20
* Miscellaneous code cleaningLaurent Deniel2000-08-111-1/+3
* Cast an argument to "isspace()" to "guchar" so that if it has the 8thGuy Harris2000-08-071-2/+2
* Turn the code of "colorize_packet()" into a static routine that is givenGuy Harris2000-07-091-10/+34
* Add support for a global "ethereal.conf" preferences file, stored in theGuy Harris2000-07-051-43/+542
* Remove instances of getenv("HOME") and provide a get_home_dir() functionGilbert Ramirez2000-01-291-6/+7
* Don't have "write_prefs()" display a dialog box if the attempt to openGuy Harris2000-01-031-8/+12
* Allow user to modify appearance of lines and expanders in GUI protocolGilbert Ramirez1999-12-301-3/+48
* Changed the protocol tree widget from a GtkTree to a GtkCTree. The two reasonsGilbert Ramirez1999-12-291-1/+26
* Move the definition of "prefs" from "gtk/prefs_dlg.c" to "prefs.c", soGuy Harris1999-12-291-1/+3
* Add a new page to the Preferences notebook: a GUI page. The soleGilbert Ramirez1999-12-161-1/+15
* Move the GTK+ implementations of various UI utilities out of "util.c"Guy Harris1999-12-091-2/+2
* Add stream window color preferences. We don't (yet) use cmaps, so thisGerald Combs1999-12-021-6/+74
* More shuffling of GTK-related routines to gtk subdirectory.Gilbert Ramirez1999-09-091-140/+4
* More shuffling of GTK-related files to gtk subdirectory.Gilbert Ramirez1999-09-091-2/+2
* Moved GTK-dependent routines for file dialogues, print dialogues, printGilbert Ramirez1999-09-011-1/+2
* Added support for compiling on win32 with Visual C and 'nmake'. It compiles,Gilbert Ramirez1999-07-131-1/+13
* Found some erroneous usages of gtk_signal_connect_object. I always wonderedGilbert Ramirez1999-06-211-29/+21
* Don't pop up the "Can't open preferences file" dialog until *after*Guy Harris1999-06-121-6/+5
* Added display filters to wiretap.Gilbert Ramirez1999-03-011-4/+1
* * Added Joerg Mayer's Vines patchGerald Combs1998-12-291-7/+4
* Fixed more bugs with dialogues and gtk+-1.1.x.Gilbert Ramirez1998-12-221-6/+22
* A patch spread across many files to let Ethereal compile under GTK+-1.1.x.Gilbert Ramirez1998-12-171-1/+2
* * Disable filter-related widgets if we're using wiretap.Gerald Combs1998-11-181-1/+4
* * Added patches from Laurent and GuyGerald Combs1998-11-181-6/+5
* * Added column formatting functionality.Gerald Combs1998-11-171-42/+193
* * Fixes for problems with the preference initialization code (Guy)Gerald Combs1998-10-291-5/+10
* * Added preference file saves and reads.Gerald Combs1998-10-281-3/+216
* * Copied in the correct GNU license (I'm such a goober)Gerald Combs1998-10-161-3/+3
* * Pod page updateGerald Combs1998-10-131-5/+6
* - Added match_strval function to packet.cGerald Combs1998-10-121-20/+28
* * OSPF alignment fixes (Gerald)Gerald Combs1998-10-101-10/+31
* Merged in a _huge_ patch from Guy Harris. It adds a time stap column,Gerald Combs1998-09-271-1/+2
* Initial prefs support.Gerald Combs1998-09-261-12/+22
* * Ethernet manufacturer support (Laurent)Gerald Combs1998-09-251-0/+109