aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/menu.c
AgeCommit message (Expand)AuthorFilesLines
2004-02-03enhanced some dialog messages,Ulf Lamping1-1/+2
2004-02-03added some more info to the statusbar (filesize, packet count, ..),Ulf Lamping1-1/+4
2004-02-01replace "RTT Graph" by "Round Trip Time Graph" as this is more descriptiveUlf Lamping1-2/+2
2004-01-31fixed some sensitivity things in the context menuesUlf Lamping1-17/+46
2004-01-31cleanup of new "question dialogs",Ulf Lamping1-4/+4
2004-01-29every GUI action, which will erease a currently unsaved capture file,Ulf Lamping1-2/+37
2004-01-27"Export Selected Packet Bytes" -> change all appearances to this text,Ulf Lamping1-4/+4
2004-01-27always select the current item under cursor, before showing up theUlf Lamping1-3/+20
2004-01-27Add a detail-pane context menu item for "Export As Raw Packet Data", soGuy Harris1-1/+3
2004-01-26slightly changed the menuitem names in View->Show->Packet xyUlf Lamping1-5/+5
2004-01-25Have the Wiretap open, read, and seek-and-read routines return, inGuy Harris1-5/+4
2004-01-23fixed various things in "View" menuUlf Lamping1-20/+20
2004-01-23make some of the new menuitems insensitive,Ulf Lamping1-2/+13
2004-01-22moved GTK specific parts from capture.c to ui_util.c,Ulf Lamping1-16/+4
2004-01-21display_opts.c / .h no longer needed, all items moved to menuitemsUlf Lamping1-2/+1
2004-01-21moved remaining display options dialog settings to menuitems,Ulf Lamping1-9/+59
2004-01-20"Go To {First,Last} Packet" don't pop up dialog boxes, they Just Do It -Guy Harris1-3/+3
2004-01-20a.) saving GTK1 and GTK2 fontnames in different preference setting, to preven...Ulf Lamping1-1/+12
2004-01-19Move "ts_type_text" out of "epan/timestamp.h into "gtk/recent.c", asGuy Harris1-7/+7
2004-01-19move timestamp format options from "View->Options" dialog intoUlf Lamping1-6/+91
2004-01-19added some menuitems "View->Show" including show/hide of all main widgets,Ulf Lamping1-20/+124
2004-01-09Turn the GTK+ 1.2.10 clist code into our own widget; that lets us modify itGuy Harris1-8/+6
2004-01-06Widgets get freed when the reference count goes to zero; we don't needGuy Harris1-22/+23
2004-01-04User Specified Decodes, since it brings up a dialog box, should be User Speci...Richard Sharpe1-2/+2
2004-01-03Make Analyze/Statistics have an accelerator of Alt+A S and moveRichard Sharpe1-3/+3
2004-01-03Mark arguments as unused.Guy Harris1-11/+11
2004-01-02recent files: make submenu insensitive if empty andUlf Lamping1-20/+93
2003-12-29Make the "max count of recently-visited files" preference unsigned.Guy Harris1-11/+8
2003-12-28Connect the recent_file_count_max variable to the prefs.gui_recent_file_count...Richard Sharpe1-2/+2
2003-12-17From Lars Roland: have common code to handle display filter dialogs inGuy Harris1-3/+4
2003-12-17removed some MSVC warnings (casting gdouble to gint, which is ok)Ulf Lamping1-5/+6
2003-12-16Use gtk compatibility macros (from compat_macros.h) instead of some gtk+Olivier Abad1-2/+2
2003-12-15if user clicks recent capture file item, and this file no longer exists,Ulf Lamping1-4/+21
2003-12-13added "most recently used" lists forUlf Lamping1-1/+136
2003-12-09print system enhanced, more print ranges and expanded statesUlf Lamping1-5/+1
2003-12-08moved "File->Save Highlighted Data" to "File->Export->Raw Packet Data"Ulf Lamping1-2/+4
2003-12-08removed seperator between the two print menuitemsUlf Lamping1-2/+1
2003-12-03From Greg Morris: the "File->Save Highlighted" menu item has no icon, soGuy Harris1-4/+4
2003-12-03The "ptr_u" unions no longer have a "next" pointer - they now just haveGuy Harris1-2/+2
2003-12-01Fix the accelerator issue ...Richard Sharpe1-2/+2
2003-11-30Rename that to Save Highlighted with Ctl-H as the accellerator.Richard Sharpe1-2/+2
2003-11-30Add Save Selected as a menu item in the File Menu.Richard Sharpe1-3/+5
2003-11-30Move print_file_cb out of gtk/print_dlg.c and into gtk/file_dlg.c andRichard Sharpe1-2/+2
2003-11-29Properly capitalize the string for the menu item.Richard Sharpe1-2/+2
2003-11-29Add an entry in the byte_view pane that allows the user to save the highlightedRichard Sharpe1-1/+5
2003-11-28renamed frame to packet in all GUI elementsUlf Lamping1-26/+50
2003-11-27Redesign of the whole menu structure, to be more intuitive to the user andUlf Lamping1-82/+90
2003-11-24Make the recent epan/proto.{c,h} change compile.Guy Harris1-2/+2
2003-11-19added supported_protos menu itemUlf Lamping1-1/+3
2003-11-15From Michael Lum: add <shift><control> hotkeys for Protocols andGuy Harris1-3/+3