aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/menu.c
AgeCommit message (Expand)AuthorFilesLines
2004-01-27"Export Selected Packet Bytes" -> change all appearances to this text,ulfl1-4/+4
2004-01-27always select the current item under cursor, before showing up theulfl1-3/+20
2004-01-27Add a detail-pane context menu item for "Export As Raw Packet Data", soguy1-1/+3
2004-01-26slightly changed the menuitem names in View->Show->Packet xyulfl1-5/+5
2004-01-25Have the Wiretap open, read, and seek-and-read routines return, inguy1-5/+4
2004-01-23fixed various things in "View" menuulfl1-20/+20
2004-01-23make some of the new menuitems insensitive,ulfl1-2/+13
2004-01-22moved GTK specific parts from capture.c to ui_util.c,ulfl1-16/+4
2004-01-21display_opts.c / .h no longer needed, all items moved to menuitemsulfl1-2/+1
2004-01-21moved remaining display options dialog settings to menuitems,ulfl1-9/+59
2004-01-20"Go To {First,Last} Packet" don't pop up dialog boxes, they Just Do It -guy1-3/+3
2004-01-20a.) saving GTK1 and GTK2 fontnames in different preference setting, to preven...ulfl1-1/+12
2004-01-19Move "ts_type_text" out of "epan/timestamp.h into "gtk/recent.c", asguy1-7/+7
2004-01-19move timestamp format options from "View->Options" dialog intoulfl1-6/+91
2004-01-19added some menuitems "View->Show" including show/hide of all main widgets,ulfl1-20/+124
2004-01-09Turn the GTK+ 1.2.10 clist code into our own widget; that lets us modify itguy1-8/+6
2004-01-06Widgets get freed when the reference count goes to zero; we don't needguy1-22/+23
2004-01-04User Specified Decodes, since it brings up a dialog box, should be User Speci...sharpe1-2/+2
2004-01-03Make Analyze/Statistics have an accelerator of Alt+A S and movesharpe1-3/+3
2004-01-03Mark arguments as unused.guy1-11/+11
2004-01-02recent files: make submenu insensitive if empty andulfl1-20/+93
2003-12-29Make the "max count of recently-visited files" preference unsigned.guy1-11/+8
2003-12-28Connect the recent_file_count_max variable to the prefs.gui_recent_file_count...sharpe1-2/+2
2003-12-17From Lars Roland: have common code to handle display filter dialogs inguy1-3/+4
2003-12-17removed some MSVC warnings (casting gdouble to gint, which is ok)ulfl1-5/+6
2003-12-16Use gtk compatibility macros (from compat_macros.h) instead of some gtk+oabad1-2/+2
2003-12-15if user clicks recent capture file item, and this file no longer exists,ulfl1-4/+21
2003-12-13added "most recently used" lists forulfl1-1/+136
2003-12-09print system enhanced, more print ranges and expanded statesulfl1-5/+1
2003-12-08moved "File->Save Highlighted Data" to "File->Export->Raw Packet Data"ulfl1-2/+4
2003-12-08removed seperator between the two print menuitemsulfl1-2/+1
2003-12-03From Greg Morris: the "File->Save Highlighted" menu item has no icon, soguy1-4/+4
2003-12-03The "ptr_u" unions no longer have a "next" pointer - they now just haveguy1-2/+2
2003-12-01Fix the accelerator issue ...sharpe1-2/+2
2003-11-30Rename that to Save Highlighted with Ctl-H as the accellerator.sharpe1-2/+2
2003-11-30Add Save Selected as a menu item in the File Menu.sharpe1-3/+5
2003-11-30Move print_file_cb out of gtk/print_dlg.c and into gtk/file_dlg.c andsharpe1-2/+2
2003-11-29Properly capitalize the string for the menu item.sharpe1-2/+2
2003-11-29Add an entry in the byte_view pane that allows the user to save the highlightedsharpe1-1/+5
2003-11-28renamed frame to packet in all GUI elementsulfl1-26/+50
2003-11-27Redesign of the whole menu structure, to be more intuitive to the user andulfl1-82/+90
2003-11-24Make the recent epan/proto.{c,h} change compile.guy1-2/+2
2003-11-19added supported_protos menu itemulfl1-1/+3
2003-11-15From Michael Lum: add <shift><control> hotkeys for Protocols andguy1-3/+3
2003-11-15GTK2 specific: use some Ethereal specific stock icons generated in toolbar.culfl1-8/+8
2003-11-07"File->Open" should be available whether or not we have a captue fileguy1-3/+3
2003-11-06Make Shift+Control+S an accelerator for "Save As...", as per the GNOMEguy1-2/+2
2003-10-20If a tap menu item doesn't have a "selected_packet_enabled()" orguy1-11/+21
2003-10-17From Olivier Biot : remove packet capture code when compiling withoutoabad1-1/+3
2003-10-15From Ulf Lamping: toolbar.guy1-1/+5