aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/funnel_stat.c
AgeCommit message (Collapse)AuthorFilesLines
2012-04-21Replace gtk_vbox_new() and gtk_hbox_new() with ws_gtk_box_new().Anders Broman1-3/+3
svn path=/trunk/; revision=42176
2012-03-16Get the Lua menus working again: when adding UI menus, it appears that ourJeff Morriss1-9/+10
description of existing menus must be accurate: if a name and action are both specified then the to-be-added-XML must include both the name and the action. It appears that the formats given in stat_group_name()'s value_string were designed to take this into account, but there was no code to separate the menu name from its action. Adding that separation is complicated by the fact that menus are separated by /'s and actions may also contain that character. To deal with that, "escape" the /'s in actions by replacing them with #'s. make_menu_xml() then un-escapes them back into /'s. There has to be an easier way to do all of this... svn path=/trunk/; revision=41591
2012-03-08Convert 4-space tabs to spaces.Guy Harris1-136/+136
svn path=/trunk/; revision=41442
2012-01-16Move some headers for UI stuff, and the alert_box.c UI-specific file, toGuy Harris1-2/+2
the ui directory. (Perhaps some other files that would be used by all flavors of Wireshark, for any GUI toolkit or for someting such as ncurses, and not for any command-line tool such as TShark, should be moved there as well.) Shuffle some #includes to put the "ui/XXX.h" includes together. svn path=/trunk/; revision=40529
2012-01-15Move gtk to ui/gtk.Jörg Mayer1-0/+668
This looses the last checkin to gtk, will add this manually back. svn path=/trunk/; revision=40518