aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel5-2/+326
2000-08-11- add ipv6.addr for the source and destination addresses (like ipv4)Laurent Deniel1-8/+27
2000-08-11Miscellaneous code cleaningLaurent Deniel30-160/+97
2000-08-09Give the Help menu the more-or-less canonical style from mostGuy Harris1-3/+4
2000-08-09Small fix for initialization of new follow_info struct.Gilbert Ramirez1-1/+2
2000-08-09In TCP Follow window, allow the optional showing of:Gilbert Ramirez1-415/+561
2000-08-08Add a Help window that contains:Laurent Deniel5-3/+495
2000-08-07Cast an argument to "isspace()" to "guchar" so that if it has the 8thGuy Harris1-2/+2
2000-08-05Arrange that filter dialog boxes have an "Apply" button only if one canGuy Harris3-21/+36
2000-08-03Add a "Save As" feature to the TCP Follow dialogue, to save the streamGilbert Ramirez8-443/+586
2000-07-31Add a routine to check whether a file is a directory or not.Guy Harris1-28/+17
2000-07-29Added changes so Edit->Filters...->Apply works as I thinkRichard Sharpe1-2/+6
2000-07-20Use ESD_TYPE_CRIT for most errors (the model used by various GUIs seemsGuy Harris9-32/+32
2000-07-10In the "Preferences" dialog box, "Save" sets the current preferenceGuy Harris1-13/+55
2000-07-09Put up a progress dialog when changing the time display; it can take aGuy Harris1-29/+57
2000-07-09In the "Display Options" dialog box code, separately keep track of theGuy Harris1-11/+22
2000-07-09Turn the code of "colorize_packet()" into a static routine that is givenGuy Harris3-13/+66
2000-07-07If the progress dialog gets a "delete" event, have the handler returnGuy Harris1-38/+19
2000-07-07Use "progdlg_t *" rather than "void *" as the handle for a progressGuy Harris1-32/+63
2000-07-05Add support for a global "ethereal.conf" preferences file, stored in theGuy Harris2-29/+346
2000-07-05Get rid of the stuff to let the callback that pops up the PreferencesGuy Harris3-17/+5
2000-07-05Put the close button in an HButtonBox, so that it doesn't expand to theGuy Harris1-3/+11
2000-07-05Put the "Cancel" button in a progress dialog box in an HButtonBox,Guy Harris1-15/+13
2000-07-05To make windows modal, use "gtk_window_set_modal()" rather thanGuy Harris1-2/+2
2000-07-05Add a "dlg_window_new()" routine, which creates a GTK_WINDOW_DIALOGGuy Harris13-28/+55
2000-07-05Note, in a comment, that "gtk_set_locale()" sets the C-language locale.Guy Harris1-2/+3
2000-07-04Change version to 0.8.10Gilbert Ramirez1-0/+1
2000-07-03GtkLabel is a subclass of GtkMisc, so it has alignment and paddingGuy Harris1-9/+8
2000-07-03If the user clicks the "Cancel" button in a progress-bar dialog box forGuy Harris1-7/+11
2000-07-03Remove the progress bar from the status line, and, instead, for anyGuy Harris4-10/+197
2000-06-27Add routines to Wiretap to allow a client of Wiretap to get:Guy Harris2-31/+86
2000-06-27Pull the code to fetch display options from the display options dialogGuy Harris1-32/+18
2000-06-27Get rid of a debugging fprintf.Guy Harris1-2/+1
2000-06-27Patch from Ben Fowler to rename the global variable "cf" to "cfile", toGuy Harris9-153/+154
2000-06-24Write and read the temporary file for "Follow TCP Stream" as a binaryGuy Harris1-3/+3
2000-06-15Changes from Graham Bloice to support "Update list of packets in realGuy Harris2-9/+20
2000-06-05Add gtk_set_locale() as recommended byGilbert Ramirez1-1/+6
2000-06-02Add a "Enable name resolution" check box to the File Open dialogue.Gilbert Ramirez1-3/+21
2000-05-29Graham Bloice's Win32 Makefile changes to build in batch mode (gets ridGuy Harris1-0/+3
2000-05-26Incorporate the GTK+ 1.2.8 version of "gtkclist.c" (which includes allGuy Harris2-22/+23
2000-05-26Don't duplicate the "gtk_radio_button_new_with_label()" andGuy Harris1-39/+38
2000-05-19Add wtap-int.h. Move definitions relevant to the internal workins of wiretapGilbert Ramirez1-2/+2
2000-05-18Remove the "union pseudo_header" from the "frame_data" structure;Guy Harris2-12/+6
2000-05-18Have "proto_tree_is_visible" false except when we're in the middle ofGuy Harris1-1/+3
2000-05-10Graham Bloice's changes to make clicking on a column header cause theGuy Harris1-2/+68
2000-05-08Make the "Preferences" dialog box use the new utilities to make the EscGuy Harris1-1/+7
2000-05-08Keep a pointer to the current "Preferences" window, if any - if not, theGuy Harris2-5/+93
2000-05-08Catch the ESC key in the file selection dialog boxes popped up forGuy Harris3-3/+24
2000-05-08Set up the buttons in the "Capture Preferences" dialog box to useGuy Harris2-7/+17
2000-05-08Connect the capture preferences dialog box and any file selection dialogGuy Harris1-1/+57