aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/menu.c
AgeCommit message (Expand)AuthorFilesLines
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
2003-11-15GTK2 specific: use some Ethereal specific stock icons generated in toolbar.cUlf Lamping1-8/+8
2003-11-07"File->Open" should be available whether or not we have a captue fileGuy Harris1-3/+3
2003-11-06Make Shift+Control+S an accelerator for "Save As...", as per the GNOMEGuy Harris1-2/+2
2003-10-20If a tap menu item doesn't have a "selected_packet_enabled()" orGuy Harris1-11/+21
2003-10-17From Olivier Biot : remove packet capture code when compiling withoutOlivier Abad1-1/+3
2003-10-15From Ulf Lamping: toolbar.Guy Harris1-1/+5
2003-10-10Updates to TimeReference FramesRonnie Sahlberg1-4/+9
2003-09-24Pass a pointer to a "capture_file" structure toGuy Harris1-72/+61
2003-09-24Make "finfo_selected" a member of a "capture_file" structure rather thanGuy Harris1-7/+7
2003-09-22Update the menu text for Time Reference and give it a hot-key : ctrl-TRonnie Sahlberg1-3/+3
2003-09-19Provide a mechanism by which a tap can arrange to have its menu enabledGuy Harris1-16/+257
2003-09-17Have "register_tap_menu_item()" put the item under Tools, notGuy Harris1-7/+7
2003-09-12Added TimeReference frames.Ronnie Sahlberg1-1/+4
2003-08-25From Matthijs Melchior:Guy Harris1-2/+2
2003-05-03Rename "proto_alloc_dfilter_string()" toGuy Harris1-5/+5
2003-04-23Have "register_tap_menu_item()" create submenus as necessary for a menuGuy Harris1-34/+48
2003-04-23Allow taps to have menu item registration routines; the menu itemGuy Harris1-4/+1
2003-04-23Add a routine to create a new menu item under "/Tools/Statistics" forGuy Harris1-2/+39
2003-04-22The main menu "/Display/{Match,Prepare}" menu items, and the tree viewGuy Harris1-8/+4
2003-04-22"gtk_item_factory_get_widget()" returns, for a menu item with a submenu,Guy Harris1-4/+17
2003-04-22Have "set_menu_sensitivity()" take, as an argument, a pointer to theGuy Harris1-98/+130