aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
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
2000-05-08Keep a pointer to the current "Print" window, if any - if not, theGuy Harris1-15/+80
2000-05-08Keep a pointer to the current "Display Options" window, if any - if not,Guy Harris1-16/+24
2000-05-08Set up the buttons in the "Find Frame" and "Print" dialog boxes to useGuy Harris2-15/+38
2000-05-08Add functions to create buttons whose labels specify mnemonics, i.e.Guy Harris3-11/+88
2000-05-08Make the display options dialog box use the new utilities to make theGuy Harris1-1/+7
2000-05-08Get rid of some unnecessary (and "#if 0"ed-out) includes.Guy Harris1-21/+1
2000-05-03Make the "Print" dialog box use the new utilities to make the ReturnGuy Harris1-1/+15
2000-05-03Make the summary dialog box use the new utilities to make the ReturnGuy Harris1-2/+10
2000-05-03Make dialog boxes created with "simple_dialog()" use the new utilitiesGuy Harris1-1/+12
2000-05-03Make the "Capture Preferences" dialog box use the new utilities to makeGuy Harris1-1/+37
2000-05-02Add some utilities to:Guy Harris6-3/+147
2000-05-02Put in a comment to note what we'd do if we ever wanted to make theGuy Harris1-1/+8
2000-05-02 Make "P" a mnemonic for "Print" in the "File" menu.Guy Harris1-2/+2
2000-04-27Use "isprint()", rather than "isgraph()" followed by a check for space,Guy Harris1-3/+3
2000-04-27Print spaces as spaces (instead of '.') in the hex dump pane.Gilbert Ramirez1-2/+2
2000-04-14On Win32, build Ethereal as a Windows-subsystem program rather than aGuy Harris1-1/+22
2000-04-13Consolidate flags in struct frame_data, and add "visited" flag. UseGilbert Ramirez2-5/+5
2000-04-13As we always have to have a filter string (thanks to a bug in the LinuxGuy Harris1-2/+2
2000-04-10Have separate global variables for the current "File:Open" andGuy Harris1-26/+48
2000-04-07Disable "Update list of packets in real tiem" andGilbert Ramirez1-1/+7
2000-04-06Define "popup_menu_object" only in "gtk/menu.c", and just declare it asGuy Harris2-3/+5
2000-04-04The Win32 port of libpcap requires that programs with which it's builtGuy Harris1-1/+4
2000-04-04Turn "ethereal_proto_init()" and "ethereal_proto_cleanup()" intoGuy Harris1-20/+4
2000-04-04Use the new split between protocol registration and protocol handoffGuy Harris1-2/+1
2000-04-03Move the creation of, and registration of protocols known to UDP in, theGuy Harris1-2/+1
2000-04-01Split "filter_dialog_cb()" into "filter_dialog_cb()", which pops up aGuy Harris7-26/+233
2000-04-01There's no need to catch the "delete_event" signal on "Follow TCPGuy Harris1-13/+44
2000-04-01Exit from Ethereal by making the main loop exit, so that any quitGuy Harris1-9/+24
2000-04-01No work need be done when a summary dialog box is destroyed, or when theGuy Harris2-15/+2
2000-03-29Get rid of the "Find Frame" and "Go To Frame" items under "Display"; weGuy Harris1-5/+1
2000-03-28Add getopt.c (from GNU libc) for use on Win32.Gilbert Ramirez1-7/+5
2000-03-28Ralf Schneider's change to boost the maximum size of a line in theGuy Harris1-3/+5
2000-03-15Give the entry box in the "Find Frame" and "Go To Frame" dialog boxesGuy Harris2-2/+8
2000-03-08We already set the foreground and background color for every frame,Guy Harris1-2/+7
2000-03-02Use GtkScrolledWindows to add scrollbars to the hex/ASCII panes and toGuy Harris6-130/+74
2000-03-01Use the "destroy" signal on a packet popup window to find out when toGuy Harris1-12/+9
2000-02-29Jeff Foster's changes, with my additions, to allow the user to pop up aGuy Harris10-104/+570
2000-02-20Add "Resolve Name" item in detailed tree popup.Laurent Deniel3-3/+17
2000-02-17Add GTK+-1.2.7 fixes to gtkclist.c, w/o removing our speed enhancements.Gilbert Ramirez1-20/+22
2000-02-13When exiting Ethereal, don't just unlink any temporary capture file,Guy Harris1-7/+9
2000-02-12Update the Win32 Nmakefiles to reflect the move of the color code intoGuy Harris1-0/+2
2000-02-12Remove some unnecessary includes from "gtk/color_dlg.c" andGuy Harris2-5/+3
2000-02-12Split the color manipulation stuff into "color_dlg.[ch]", containing theGuy Harris6-1088/+1163
2000-02-12The color stuff is almost completely toolkit-dependent (this isn't justGuy Harris3-1/+1463