aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2000-01-06Printing multiple pages of PostScript wasn't as tricky as I thought; addGuy Harris3-24/+36
2000-01-06Don't bother checking whether the filter string is empty - just use itGuy Harris1-6/+11
2000-01-05When initializing a capture filter, assign a pointer to an empty stringGerald Combs2-4/+7
2000-01-04Implement plugins status save/restore :Olivier Abad2-109/+24
2000-01-03Add a "Default" button to reset the filter string to its default value.Olivier Abad1-1/+22
2000-01-03Take the "simple_dialog()" stuff out of "ui_util.h" and "gtk/ui_util.c",Guy Harris11-154/+190
2000-01-03Don't have "write_prefs()" display a dialog box if the attempt to openGuy Harris1-2/+12
2000-01-03Use the right #define to control inclusion of "ui_util.h".Guy Harris1-2/+2
2000-01-03Make "menus_init()", set_menu_sensitivity()", and "grp" static toGuy Harris2-12/+10
2000-01-03Have "gtk/menu.c" (and, in the future, code for other UIs) export a setGuy Harris2-20/+60
2000-01-01A little hack for the really lazy (i.e., me). Allow users to type aGilbert Ramirez1-1/+19
1999-12-30Allow user to modify appearance of lines and expanders in GUI protocolGilbert Ramirez3-26/+160
1999-12-30Disallow multiple selections in the CTree and CList widgets.Gilbert Ramirez1-4/+9
1999-12-29Changed the protocol tree widget from a GtkTree to a GtkCTree. The two reasonsGilbert Ramirez4-76/+233
1999-12-29Update a comment.Guy Harris1-3/+12
1999-12-29Move the definition of "prefs" from "gtk/prefs_dlg.c" to "prefs.c", soGuy Harris1-3/+1
1999-12-28Add support for "--with-plugindir=<plugin install dir>" to configure.Gerald Combs1-3/+8
1999-12-26Integrate libtool/libltdl with the plugin code. Add libtool and libltdlGerald Combs2-10/+24
1999-12-23I thought I'd seen a problem with the combo box in the "Capture:Start"Guy Harris1-14/+16
1999-12-20Move the code to raise a window into a "reactivate_window()" routine,Guy Harris1-16/+19
1999-12-16Add a new page to the Preferences notebook: a GUI page. The soleGilbert Ramirez6-23/+237
1999-12-16Reduce the About box to a reasonable size. Gerald's name remainsGilbert Ramirez1-44/+8
1999-12-15A first cut, untested.Guy Harris1-0/+36
1999-12-15Oops. My last commit was made form the wrong tree and code thatGilbert Ramirez2-64/+33
1999-12-15Add Dearborn Group Technology's Gryphon dissector as our firstGilbert Ramirez2-33/+64
1999-12-15Stuart Stanley's ISIS dissection support.Guy Harris1-1/+2
1999-12-14Do a better check of 'bend'. The code works w/o it, but only becauseGilbert Ramirez1-4/+8
1999-12-13Remove the horizontal scroll bar under the hex dump. It did nothingGilbert Ramirez1-6/+10
1999-12-13One final fix to the 3-pane GUI behavior. Now when the the EtherealGilbert Ramirez1-2/+2
1999-12-12Added Bert Driehuis <driehuis@playbeing.org>'s I4B wiretap moduleGilbert Ramirez1-1/+2
1999-12-12Avoid loading "." and ".." when scanning directories for pluginsOlivier Abad1-1/+4
1999-12-12Add the who protocol (rwho/rwhod/ruptime)Gilbert Ramirez1-5/+6
1999-12-10Change the comments to reflect the fact that this is now no longer a tabGuy Harris1-3/+4
1999-12-10Squelch a GCC complaint.Guy Harris1-2/+2
1999-12-10Make the protocol tree GUI pane associate with the packet list paneGilbert Ramirez1-7/+6
1999-12-10Jerry Talkington's patch to remove the filter stuff fromGuy Harris7-32/+132
1999-12-10Move GTK code out of summary.c and into gtk/summary_dlg.cGilbert Ramirez4-4/+254
1999-12-09Put in an RCS ID.Olivier Abad1-1/+3
1999-12-09plugins support (i.e. Dynamically loadable dissectors)Olivier Abad5-4/+425
1999-12-09Move the GTK+ implementations of various UI utilities out of "util.c"Guy Harris9-30/+230
1999-12-07Add Dave Chapeskie's name to the list of contributors.Guy Harris1-1/+2
1999-12-07It appears that the IRIX SIOCSNOOPLEN "ioctl", as used by "libpcap" toGuy Harris1-2/+5
1999-12-07Remove 3 GTK+ header files and have our gtkclist.c useGilbert Ramirez5-488/+4
1999-12-07Add the "-R" flag to the usage message.Guy Harris1-23/+76
1999-12-07James Coe's patch to add SRVLOC and NCP-over-IP support.Guy Harris1-1/+2
1999-12-06Patch from Jerry Talkington to:Guy Harris1-1/+2
1999-12-06Add support for saving files in a format other than the one they're inGuy Harris1-15/+129
1999-12-05Add ^G as an accelerator for Display:Go To Frame.Guy Harris1-2/+2
1999-12-03patch to scroll byte viewNathan Neulinger2-8/+22
1999-12-02Explain *why* you have to "g_strdup()" the argument to "-r" beforeGuy Harris1-1/+4