| Commit message (Expand) | Author | Age | Files | Lines |
* | Map the old MGCP preference names to the new ones (including a special | Guy Harris | 2001-01-05 | 1 | -5/+80 |
* | Add a new "prefs_register_protocol()" routine, which is like | Guy Harris | 2001-01-03 | 1 | -1/+13 |
* | Have "proto_register_protocol()" build a list of data structures for | Guy Harris | 2001-01-03 | 1 | -1/+9 |
* | Fix a number of problems that caused compiles to fail if | Guy Harris | 2000-11-18 | 1 | -5/+5 |
* | At least on UNIX/X, make the wildcard pattern that's the initial | Guy Harris | 2000-10-15 | 1 | -2/+47 |
* | More EPAN-related code movements. Get rid of usage of #include "globals.h" | Gilbert Ramirez | 2000-09-28 | 1 | -1/+2 |
* | Oops, I left off one "-*" in the XLFD description for the font that is | Guy Harris | 2000-09-12 | 1 | -2/+2 |
* | Graham Bloice's patch to support inverse video rather than boldface | Guy Harris | 2000-09-08 | 1 | -1/+13 |
* | Add prefs.gui_marked_[fb]g color preferences for the | Laurent Deniel | 2000-08-21 | 1 | -1/+37 |
* | Instead of each set of built-in preferences having "ok", "save", | Guy Harris | 2000-08-21 | 1 | -8/+86 |
* | Instead of having the normal-weight and bold fonts set separately, | Guy Harris | 2000-08-20 | 1 | -1/+14 |
* | Fix a problem with const char * | Laurent Deniel | 2000-08-15 | 1 | -2/+2 |
* | Implements the "Properties" menu item which displays the preferences window | Laurent Deniel | 2000-08-15 | 1 | -1/+20 |
* | Miscellaneous code cleaning | Laurent Deniel | 2000-08-11 | 1 | -1/+3 |
* | Cast an argument to "isspace()" to "guchar" so that if it has the 8th | Guy Harris | 2000-08-07 | 1 | -2/+2 |
* | Turn the code of "colorize_packet()" into a static routine that is given | Guy Harris | 2000-07-09 | 1 | -10/+34 |
* | Add support for a global "ethereal.conf" preferences file, stored in the | Guy Harris | 2000-07-05 | 1 | -43/+542 |
* | Remove instances of getenv("HOME") and provide a get_home_dir() function | Gilbert Ramirez | 2000-01-29 | 1 | -6/+7 |
* | Don't have "write_prefs()" display a dialog box if the attempt to open | Guy Harris | 2000-01-03 | 1 | -8/+12 |
* | Allow user to modify appearance of lines and expanders in GUI protocol | Gilbert Ramirez | 1999-12-30 | 1 | -3/+48 |
* | Changed the protocol tree widget from a GtkTree to a GtkCTree. The two reasons | Gilbert Ramirez | 1999-12-29 | 1 | -1/+26 |
* | Move the definition of "prefs" from "gtk/prefs_dlg.c" to "prefs.c", so | Guy Harris | 1999-12-29 | 1 | -1/+3 |
* | Add a new page to the Preferences notebook: a GUI page. The sole | Gilbert Ramirez | 1999-12-16 | 1 | -1/+15 |
* | Move the GTK+ implementations of various UI utilities out of "util.c" | Guy Harris | 1999-12-09 | 1 | -2/+2 |
* | Add stream window color preferences. We don't (yet) use cmaps, so this | Gerald Combs | 1999-12-02 | 1 | -6/+74 |
* | More shuffling of GTK-related routines to gtk subdirectory. | Gilbert Ramirez | 1999-09-09 | 1 | -140/+4 |
* | More shuffling of GTK-related files to gtk subdirectory. | Gilbert Ramirez | 1999-09-09 | 1 | -2/+2 |
* | Moved GTK-dependent routines for file dialogues, print dialogues, print | Gilbert Ramirez | 1999-09-01 | 1 | -1/+2 |
* | Added support for compiling on win32 with Visual C and 'nmake'. It compiles, | Gilbert Ramirez | 1999-07-13 | 1 | -1/+13 |
* | Found some erroneous usages of gtk_signal_connect_object. I always wondered | Gilbert Ramirez | 1999-06-21 | 1 | -29/+21 |
* | Don't pop up the "Can't open preferences file" dialog until *after* | Guy Harris | 1999-06-12 | 1 | -6/+5 |
* | Added display filters to wiretap. | Gilbert Ramirez | 1999-03-01 | 1 | -4/+1 |
* | * Added Joerg Mayer's Vines patch | Gerald Combs | 1998-12-29 | 1 | -7/+4 |
* | Fixed more bugs with dialogues and gtk+-1.1.x. | Gilbert Ramirez | 1998-12-22 | 1 | -6/+22 |
* | A patch spread across many files to let Ethereal compile under GTK+-1.1.x. | Gilbert Ramirez | 1998-12-17 | 1 | -1/+2 |
* | * Disable filter-related widgets if we're using wiretap. | Gerald Combs | 1998-11-18 | 1 | -1/+4 |
* | * Added patches from Laurent and Guy | Gerald Combs | 1998-11-18 | 1 | -6/+5 |
* | * Added column formatting functionality. | Gerald Combs | 1998-11-17 | 1 | -42/+193 |
* | * Fixes for problems with the preference initialization code (Guy) | Gerald Combs | 1998-10-29 | 1 | -5/+10 |
* | * Added preference file saves and reads. | Gerald Combs | 1998-10-28 | 1 | -3/+216 |
* | * Copied in the correct GNU license (I'm such a goober) | Gerald Combs | 1998-10-16 | 1 | -3/+3 |
* | * Pod page update | Gerald Combs | 1998-10-13 | 1 | -5/+6 |
* | - Added match_strval function to packet.c | Gerald Combs | 1998-10-12 | 1 | -20/+28 |
* | * OSPF alignment fixes (Gerald) | Gerald Combs | 1998-10-10 | 1 | -10/+31 |
* | Merged in a _huge_ patch from Guy Harris. It adds a time stap column, | Gerald Combs | 1998-09-27 | 1 | -1/+2 |
* | Initial prefs support. | Gerald Combs | 1998-09-26 | 1 | -12/+22 |
* | * Ethernet manufacturer support (Laurent) | Gerald Combs | 1998-09-25 | 1 | -0/+109 |