Added the ethereal capture preferences to the preference file.
[obnox/wireshark/wip.git] / gtk / menu.c
2001-04-13 jfosterAdded the ethereal capture preferences to the preferenc...
2001-03-22 gramAdd a new tool which summarizes packet counts by protoc...
2001-02-11 guyInactivate the "Decode As" menu item if the "Decode...
2001-02-01 guy"Decode As" dialog, from David Hampton.
2001-01-28 guyHave separate capture and display filter lists; some...
2000-10-19 guyMove the declaration of "g_resolving_actif" from the...
2000-10-11 guySanteri Paavolainen's patch to add a "Capture->Stop...
2000-09-09 guy"#if 0" out the code that puts "Cut", "Copy", and ...
2000-08-22 denielSmall update (add accelerator).
2000-08-21 denielAdd some menu items related to the "frame mark" feature in
2000-08-21 denielMake work better the (hexdump) popup menus.
2000-08-20 denielAdd a popup menu for the hexdump window. For now, it...
2000-08-16 deniel- remove "Match Selected" from the packet list popup...
2000-08-15 guyRename the "Properties" pop-up menu item "Protocol...
2000-08-15 denielOups. Forgot some set_menus_for_selected_tree_row calls.
2000-08-15 denielImplements the "Properties" menu item which displays...
2000-08-13 denielAdd the "Edit:Protocols..." feature which currently...
2000-08-09 guyGive the Help menu the more-or-less canonical style...
2000-08-08 denielAdd a Help window that contains:
2000-08-03 gramAdd a "Save As" feature to the TCP Follow dialogue...
2000-07-05 guyGet rid of the stuff to let the callback that pops...
2000-05-02 guyPut in a comment to note what we'd do if we ever wanted...
2000-05-02 guy Make "P" a mnemonic for "Print" in the "File" menu.
2000-04-06 guyDefine "popup_menu_object" only in "gtk/menu.c", and...
2000-03-29 guyGet rid of the "Find Frame" and "Go To Frame" items...
2000-02-29 guyJeff Foster's changes, with my additions, to allow...
2000-02-20 denielAdd "Resolve Name" item in detailed tree popup.
2000-02-12 guySplit the color manipulation stuff into "color_dlg...
2000-02-12 guyMove the declarations of the routines in "gtk/file_dlg...
2000-02-12 guyMake the routines internal to the filter-editing dialog...
2000-01-25 geraldIf we open a file, and immediately try to open another...
2000-01-18 guyUse "strrchr()" instead of "rindex()" - "strrchr()...
2000-01-18 guyPut the "Find Frame" and "Go To Frame" menu items under...
2000-01-18 guyJerry Talkington's changes to support, in the packet...
2000-01-17 oabadWe have to #include "plugins.h" before using the HAVE_P...
2000-01-15 gramMerge in the final code to make Ethereal run on Win32...
2000-01-08 guyAllow people to print packets if there are packets...
2000-01-03 guyMake "menus_init()", set_menu_sensitivity()", and ...
2000-01-03 guyHave "gtk/menu.c" (and, in the future, code for other...
1999-12-10 guySquelch a GCC complaint.
1999-12-10 guyJerry Talkington's patch to remove the filter stuff...
1999-12-10 gramMove GTK code out of summary.c and into gtk/summary_dlg.c
1999-12-09 oabadplugins support (i.e. Dynamically loadable dissectors)
1999-12-05 guyAdd ^G as an accelerator for Display:Go To Frame.
1999-11-10 guyAdd a "Go To Frame" menu item, which lets you go to...
1999-11-06 guyAdd a "Find Frame" menu item under "Display"; it lets...
1999-10-18 gramMove display.[ch] --> gtk/display_opts.[ch]
1999-09-11 denielCollapse/Expand All protocol tree added in Display...
1999-09-09 gramMore shuffling of GTK-related routines to gtk subdirectory.
1999-09-09 gramMore shuffling of GTK-related files to gtk subdirectory.
1999-09-01 gramMoved GTK-dependent routines for file dialogues, print...