aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/menu.c
AgeCommit message (Expand)AuthorFilesLines
2005-05-18insensitive context menu "Expand Subtrees" if no protocol field is currently ...Ulf Lamping1-5/+7
2005-05-07add icons for the "File Set" menu itemsUlf Lamping1-3/+3
2005-04-29add a new feature: list the files of a "File Set" (set of files generated by ...Ulf Lamping1-0/+13
2005-04-17add "Decode As" and "Checkbox" (Enabled Protocols) IconsUlf Lamping1-8/+8
2005-04-16rename capture_clear() to capture_restart()Ulf Lamping1-1/+1
2005-04-16add 12 new toolbar/menu iconsUlf Lamping1-22/+97
2005-04-15add some new capture and filter related handcrafted (toolbar) iconsUlf Lamping1-9/+13
2005-04-12capture engine: Ulf Lamping1-1/+6
2005-04-10disable /View/Resize Columns menu item, if no packets availableUlf Lamping1-0/+2
2005-03-27add a new checkitem "Colorize Packet List" into the View menuUlf Lamping1-0/+14
2005-03-11from Stefano Pettini: add CSV export function, similar to PSML exportUlf Lamping1-0/+3
2005-03-06Warning fix:Jörg Mayer1-1/+0
2005-02-08bringing the packet details context menu item "Expand Tree" back as "Expand S...Ulf Lamping1-0/+1
2005-02-06Don't have "set_menus_for_captured_packets()" callGuy Harris1-1/+0
2005-02-05completely hide the main window panes, if we currently don't have a capture f...Ulf Lamping1-0/+1
2005-02-04huge cleanup of capture file API (functions in file.c/file.h).Ulf Lamping1-5/+5
2005-01-29Add a new menu item "View/Resize Columns" to, well, resize columns. As this m...Ulf Lamping1-0/+2
2005-01-24if context menu item "Print" is clicked from the packet list context menu, it...Ulf Lamping1-1/+1
2005-01-22first proposal: try to rearrange context menus to be more context relevantUlf Lamping1-49/+49
2005-01-20add some more online help functionality and help buttons at various dialog bo...Ulf Lamping1-13/+13
2005-01-19while I'm at it, add another packet details context menu item, which will lin...Ulf Lamping1-0/+2
2005-01-18added the "Online Protocol Info" to the packet details context menu with a si...Ulf Lamping1-2/+2
2005-01-17add first implementation of context relevant calls to the protocol specific w...Ulf Lamping1-4/+11
2004-12-02make ethereal compile with --without-pcap configuration optionRonnie Sahlberg1-1/+1
2004-11-01first implementation of the packet history functionUlf Lamping1-5/+17
2004-09-29Move various tables into the epan directory.Guy Harris1-1/+1
2004-09-29Move the tap infrastructure to the epan directory.Guy Harris1-2/+3
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-09-24add a link to the Ethereal wiki front pageUlf Lamping1-0/+1
2004-09-16first steps towards using the User's Guide as Ethereal's help systemUlf Lamping1-12/+14
2004-09-11Use _WIN32 rather than WIN32 to determine if we're compiling on Win32;Guy Harris1-9/+9
2004-09-02Add support for copying hex data to the clipboard. Submitted by Thomas Richard Sharpe1-0/+2
2004-08-06From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anGuy Harris1-1/+1
2004-07-28move the File/Close item back to it's former position. Add an explanatory com...Ulf Lamping1-2/+18
2004-07-27In the GNOME HIG, the File -> Close menu item is in the last group,Guy Harris1-2/+2
2004-07-20some more renaming of the conversation tables thingsUlf Lamping1-1/+1
2004-07-20renamed endpoint_talkers to conversations, as this reduces confusion in combi...Ulf Lamping1-1/+1
2004-07-19renamed filter_prefs to filter_dlg, as the filter settings are (well, for a l...Ulf Lamping1-1/+1
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1828/+1828
2004-07-17add a new dialog box to menu "Capture/Interfaces..." to show the current stat...Ulf Lamping1-1824/+1828
2004-07-07don't show webbrowser calling menu items, when using GLib 1.xUlf Lamping1-1/+4
2004-06-25Add "Resolve Name" to "View/Name Resolution" andUlf Lamping1-4/+8
2004-06-22add functionality, to show html files from the local installationUlf Lamping1-5/+14
2004-06-22"Home page" is typically two words.Guy Harris1-2/+2
2004-06-21Add experimental feature of opening a webbrowser, to show some of theUlf Lamping1-1/+6
2004-06-20preference setting, so "ask for unsaved capture files" can be switched offUlf Lamping1-2/+2
2004-06-17add Merge functionality to Ethereal in an experimental state.Ulf Lamping1-1/+3
2004-06-03Make static some routines and variables not used outside the source fileGuy Harris1-10/+8
2004-06-03Make the definition of "register_tap_menu_item()" match its declaration.Guy Harris1-2/+2
2004-06-01add details for doxygen, various code cleanups as a result of thisUlf Lamping1-83/+82