aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/menu.c
AgeCommit message (Expand)AuthorFilesLines
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
2004-05-26more code cleanup from dialog things:Ulf Lamping1-1/+2
2004-05-21Now that the "About" dialog box's code is in "gtk/about_dlg.c", move theGuy Harris1-1/+2
2004-05-20beautify the "About Ethereal" page, put plugin list into the dialogUlf Lamping1-3/+3
2004-05-20moved the about dialog from main.c to it's own new about_dlg.c,Ulf Lamping1-2/+2
2004-05-20update menu check items, if name resolution prefs changedUlf Lamping1-9/+17
2004-05-09make notebook tabs scrollable, if not all fits into the pane,Ulf Lamping1-2/+3
2004-05-07rename context menu items:Ulf Lamping1-53/+53
2004-05-04Use "main_widgets_show_or_hide()" to control the visibility of all theGuy Harris1-32/+31
2004-05-04If all we're doing is changing the visibility of a pane, we don't haveGuy Harris1-4/+4
2004-05-04Put the coloring rules back under View.Guy Harris1-3/+4
2004-05-03The GNOME HIG calls the View menu item for the status bar "Statusbar",Guy Harris1-3/+3
2004-05-03Move "Coloring Rules" from "View" to "Edit" - you're editing the set ofGuy Harris1-26/+24
2004-05-02build a endpoints (aka hostlist) dialog,Ulf Lamping1-1/+4
2004-05-02build a conversation (aka endpoint_talkers) dialog,Ulf Lamping1-1/+4
2004-05-01From Richard Urwin: ensure that the initial colour is appropriate in allOlivier Biot1-3/+1