aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/menu.c
AgeCommit message (Expand)AuthorFilesLines
2004-06-03Make static some routines and variables not used outside the source fileguy1-10/+8
2004-06-03Make the definition of "register_tap_menu_item()" match its declaration.guy1-2/+2
2004-06-01add details for doxygen, various code cleanups as a result of thisulfl1-83/+82
2004-05-26more code cleanup from dialog things:ulfl1-1/+2
2004-05-21Now that the "About" dialog box's code is in "gtk/about_dlg.c", move theguy1-1/+2
2004-05-20beautify the "About Ethereal" page, put plugin list into the dialogulfl1-3/+3
2004-05-20moved the about dialog from main.c to it's own new about_dlg.c,ulfl1-2/+2
2004-05-20update menu check items, if name resolution prefs changedulfl1-9/+17
2004-05-09make notebook tabs scrollable, if not all fits into the pane,ulfl1-2/+3
2004-05-07rename context menu items:ulfl1-53/+53
2004-05-04Use "main_widgets_show_or_hide()" to control the visibility of all theguy1-32/+31
2004-05-04If all we're doing is changing the visibility of a pane, we don't haveguy1-4/+4
2004-05-04Put the coloring rules back under View.guy1-3/+4
2004-05-03The GNOME HIG calls the View menu item for the status bar "Statusbar",guy1-3/+3
2004-05-03Move "Coloring Rules" from "View" to "Edit" - you're editing the set ofguy1-26/+24
2004-05-02build a endpoints (aka hostlist) dialog,ulfl1-1/+4
2004-05-02build a conversation (aka endpoint_talkers) dialog,ulfl1-1/+4
2004-05-01From Richard Urwin: ensure that the initial colour is appropriate in allobiot1-3/+1
2004-04-25changed the export dialog menu item names (added some descriptions)ulfl1-4/+4
2004-04-25created new "export" dialogs for the current export file formatsulfl1-2/+11
2004-03-23From Tomas Kukosa: don't change the state of the "Expand Tree" menuguy1-5/+1
2004-03-20From Tomas Kukosa:guy1-2/+7
2004-03-19From Tomas Kukosa: add a new "Expand Tree" context menu item, whichguy1-2/+7
2004-03-18From Lars Roland: Move timestamp_type into libethereal and provide accessorobiot1-11/+12
2004-03-13using a stock icon for the open recent "clear list" itemulfl1-1/+6
2004-03-08Don't refer to "auto_scroll_live" if HAVE_LIBPCAP isn't defined - andguy1-2/+9
2004-02-25Seperated the "Go" menu, corresponding to:ulfl1-19/+20
2004-02-24fixed some menu item capitalization and keyboard shortcutsulfl1-25/+25
2004-02-23Changed all items to "Endpoint List" and get rid of the "Host List" group.ulfl1-5/+1
2004-02-23statistics menu redesigned, now looking more like the former menu,ulfl1-59/+45
2004-02-22minor bugfixulfl1-9/+9
2004-02-22Squelch a compiler warning.guy1-116/+117
2004-02-22statistics menu structure proposal:ulfl1-9/+26
2004-02-22tcp_graph.h is no longer needed, as the tap mechanism is now usedulfl1-2/+1
2004-02-22Redesigned the menu structure of the former statistics stuff,ulfl1-116/+235
2004-02-20win32 only: when adding to the recent file list, prevent duplicates by:ulfl1-7/+22
2004-02-16bugfix: don't write the recent files list in the wrong order to the recent fileulfl1-22/+24
2004-02-13As noted by Pavel Kankovsky, the "Resolve Name" menu items should beguy1-2/+2
2004-02-12The HIG's and/or GUI toolkit documentation for:guy1-3/+2
2004-02-11Most taps that now include "tap_menu.h" no longer need to includeguy1-2/+1
2004-02-11Move the declaration of "register_tap_menu_item()" into a newguy1-1/+2
2004-02-11Get rid of the "Question" alert box type - rename it to "Confirmation",guy1-2/+2
2004-02-04The menu item for changing the state of name resolution forguy1-2/+2
2004-02-04Add some comments about the types of alert boxes you get with theguy1-2/+2
2004-02-03enhanced some dialog messages,ulfl1-1/+2
2004-02-03added some more info to the statusbar (filesize, packet count, ..),ulfl1-1/+4
2004-02-01replace "RTT Graph" by "Round Trip Time Graph" as this is more descriptiveulfl1-2/+2
2004-01-31fixed some sensitivity things in the context menuesulfl1-17/+46
2004-01-31cleanup of new "question dialogs",ulfl1-4/+4
2004-01-29every GUI action, which will erease a currently unsaved capture file,ulfl1-2/+37