aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2000-08-20- do not issue the font warning if in the child process (used for real timeLaurent Deniel1-9/+13
2000-08-20When the Win32 GTK+ constructs fake XLFD names for Windows fonts, itGuy Harris1-1/+2
2000-08-20Remove references to the "-b" option from the usage messages, as thatGuy Harris1-11/+10
2000-08-20Instead of having the normal-weight and bold fonts set separately,Guy Harris3-28/+241
2000-08-19Add Mbit/sec to the summary window.Laurent Deniel1-1/+5
2000-08-17Don't catch the "delete_event" signal for the "Help" window - we justGuy Harris1-7/+16
2000-08-17It was silly of me to require that "forget_scrolled_window()" be calledGuy Harris7-105/+58
2000-08-16Fix a long standing bug in the scrolled window handling in follow TCP streamLaurent Deniel3-43/+94
2000-08-16The "Edit:protocols..." window is now sorted.Laurent Deniel1-57/+77
2000-08-16- remove "Match Selected" from the packet list popup menu.Laurent Deniel1-5/+5
2000-08-15In "set_plist_sel_browse()", don't unselect the current packet if theGuy Harris1-1/+24
2000-08-15Rename the "Properties" pop-up menu item "Protocol Properties", to makeGuy Harris1-3/+3
2000-08-15Oups. Forgot some set_menus_for_selected_tree_row calls.Laurent Deniel1-1/+2
2000-08-15Fix a problem with const char *Laurent Deniel1-3/+3
2000-08-15Implements the "Properties" menu item which displays the preferences windowLaurent Deniel4-6/+91
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