aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/main_menubar.c
AgeCommit message (Expand)AuthorFilesLines
2012-04-26Consistently InterCapitalize StatusBar.Guy Harris1-8/+8
2012-04-26While we're at it, add back the shortcuts, or whatever the heck theGuy Harris1-3/+3
2012-04-26Restore Accelerators for "Expand Subtree", "Expand All" and "Collapse All".Anders Broman1-4/+4
2012-04-21Replace gtk_vbox_new() and gtk_hbox_new() with ws_gtk_box_new().Anders Broman1-1/+1
2012-04-15From Evan Huus: fix a memory leak. Fixes bug 7097.Guy Harris1-0/+1
2012-03-31From Martin Kaiser: Fix for main_menubar.c:3874: error: set_menu_visible defi...Anders Broman1-1/+4
2012-03-23As I think Guy said a while back (quoting some HIG): anything you can do in aJeff Morriss1-9/+12
2012-03-18From Reinhard Speyerer: Fix several misspellings/typos in WiresharkBill Meier1-2/+2
2012-03-18From Bill Schiller: New dissector for the HART/IP protocolBill Meier1-0/+2
2012-03-16Get the Lua menus working again: when adding UI menus, it appears that ourJeff Morriss1-7/+31
2012-03-16Fix menu path typos: Stataistics->Statistics, LUA->LuaJeff Morriss1-31/+31
2012-03-08Followup to r41415: don't enable *any* of the file operations during a liveJeff Morriss1-4/+3
2012-03-08As reported by Joerg on -dev: don't enable File->Save if we're still readingJeff Morriss1-51/+52
2012-02-12Capitalize the "P" in "Packet" in "Add or Edit Packet Comment". AddGuy Harris1-2/+6
2012-02-12Add the edit packet comment menu entry and the empty filesAnders Broman1-2/+5
2012-02-08From a.piesk:Anders Broman1-0/+1
2012-02-08Disable the File->Merge... menu item if we cannot save-as,Stig Bjørlykke1-1/+1
2012-02-06Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-9/+0
2012-02-06SMB response time stats dissapeared a while ago. Ronnie Sahlberg1-0/+1
2012-01-30Disable the save-as button in the toolbar if we cannot save-as,Stig Bjørlykke1-2/+2
2012-01-23Remove a debug statement.Anders Broman1-1/+1
2012-01-23Not working Conversation Filter in (analyse menu)Anders Broman1-5/+3
2012-01-18Restructure the recent file code so that recent.c is GUI-independent;Guy Harris1-4/+5
2012-01-16Move some headers for UI stuff, and the alert_box.c UI-specific file, toGuy Harris1-3/+3
2012-01-15Move gtk to ui/gtk.Jörg Mayer1-0/+5495