aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/menu.c
AgeCommit message (Expand)AuthorFilesLines
2000-02-12Split the color manipulation stuff into "color_dlg.[ch]", containing theGuy Harris1-2/+2
2000-02-12Move the declarations of the routines in "gtk/file_dlg.c" out ofGuy Harris1-1/+2
2000-02-12Make the routines internal to the filter-editing dialog box static.Guy Harris1-1/+2
2000-01-25If we open a file, and immediately try to open another file while the firstGerald Combs1-1/+2
2000-01-18Use "strrchr()" instead of "rindex()" - "strrchr()" is the routine theGuy Harris1-4/+5
2000-01-18Put the "Find Frame" and "Go To Frame" menu items under "Edit"; leaveGuy Harris1-4/+5
2000-01-18Jerry Talkington's changes to support, in the packet list and protocolGuy Harris1-8/+100
2000-01-17We have to #include "plugins.h" before using the HAVE_PLUGINS define.Olivier Abad1-1/+2
2000-01-15Merge in the final code to make Ethereal run on Win32, compiledGilbert Ramirez1-2/+2
2000-01-08Allow people to print packets if there are packets to print, even ifGuy Harris1-2/+2
2000-01-03Make "menus_init()", set_menu_sensitivity()", and "grp" static toGuy Harris1-4/+9
2000-01-03Have "gtk/menu.c" (and, in the future, code for other UIs) export a setGuy Harris1-16/+56
1999-12-10Squelch a GCC complaint.Guy Harris1-2/+2
1999-12-10Jerry Talkington's patch to remove the filter stuff fromGuy Harris1-1/+2
1999-12-10Move GTK code out of summary.c and into gtk/summary_dlg.cGilbert Ramirez1-3/+3
1999-12-09plugins support (i.e. Dynamically loadable dissectors)Olivier Abad1-1/+4
1999-12-05Add ^G as an accelerator for Display:Go To Frame.Guy Harris1-2/+2
1999-11-10Add a "Go To Frame" menu item, which lets you go to a frame by frameGuy Harris1-1/+4
1999-11-06Add a "Find Frame" menu item under "Display"; it lets you use a displayGuy Harris1-1/+7
1999-10-18Move display.[ch] --> gtk/display_opts.[ch]Gilbert Ramirez1-2/+2
1999-09-11Collapse/Expand All protocol tree added in Display menu.Laurent Deniel1-1/+5
1999-09-09More shuffling of GTK-related routines to gtk subdirectory.Gilbert Ramirez1-3/+3
1999-09-09More shuffling of GTK-related files to gtk subdirectory.Gilbert Ramirez1-2/+2
1999-09-01Moved GTK-dependent routines for file dialogues, print dialogues, printGilbert Ramirez1-0/+172