aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/funnel_stat.c
AgeCommit message (Expand)AuthorFilesLines
2016-09-01gtk: fix compilation with GTK+ before 2.18Peter Wu1-0/+1
2016-01-11Lua: Added reload_lua_pluginsStig Bjørlykke1-2/+3
2015-12-28Refactor GUI dependencies out of color_filters.[ch] and move it to epan direc...Michael Mann1-2/+7
2015-08-11Added Reload Lua plugins.Stig Bjørlykke1-0/+1
2015-07-07Qt: Add initial Lua support.Gerald Combs1-17/+17
2015-02-15ui/gtk/*.c: Add editor modelines; As needed: Fix indentationBill Meier1-0/+13
2015-01-18Clean up ftype-conversion and dfilter error message string handling.Guy Harris1-7/+6
2015-01-01Remove unneeded includes from ui folderMartin Mathieson1-6/+0
2014-07-03Rename and move ui/stat_menu.h to epan/stat_groups.h.Guy Harris1-1/+1
2014-06-30Move stat_menu.h to libui.Guy Harris1-1/+1
2014-03-21Fix Bug 9903: 'Clicking reload-file ignores selected file format reader'Hadriel Kaplan1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25Wireshark: Add option to choose format type of capture fileMichal Labedzki1-1/+1
2014-01-17Fix [-Wmissing-prototypes]Anders Broman1-0/+1
2013-06-25Move a couple of time-related modules into wsutil.Jeff Morriss1-1/+0
2013-05-24Have register_param_stat() add menu items, rather than having the menuGuy Harris1-17/+0
2013-05-24Rename register_lua_menu_bar_menu_items() toGuy Harris1-1/+1
2013-05-13Eliminate some includes of ui/simple_dialog.h by files that don't useGuy Harris1-1/+0
2013-03-21From beroset:Bill Meier1-19/+17
2013-02-12remove _U_ for parameter that is usedMartin Kaiser1-1/+1
2013-01-05Rename ws_gtk_grid_attach() to ws_gtk_grid_attach_defaults();Bill Meier1-2/+2
2013-01-04replace "unsigned" datatype with "guint". Some mpeg files needed "unsigned i...Michael Mann1-3/+3
2013-01-03Replace use of gtk_table...() by ws_gtk_grid...().Bill Meier1-9/+9
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-15From Niels Widger via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7725Evan Huus1-0/+5
2012-08-01#include old-gtk-compat.h in order to get compilation working with older gtks.Jeff Morriss1-0/+1
2012-08-01Get rid of some GTK_CHECK_VERSION instances by using compabillity macros.Anders Broman1-8/+0
2012-07-19Pass {delayed_}create_progress_dlg a pointer the top level windowGerald Combs1-1/+1
2012-07-19gtk_container_add() -> gtk_box_pack_start().Anders Broman1-1/+1
2012-07-09As suggested by Richard Sharpe: rename VALS_GROUP_NAMES[] so it's not allJeff Morriss1-11/+11
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-05AFAICT '#include sys/types.h' is not needed for these files.Bill Meier1-4/+0
2012-04-21More GTK3 adaptationsAnders Broman1-1/+1
2012-04-21Replace gtk_vbox_new() and gtk_hbox_new() with ws_gtk_box_new().Anders Broman1-3/+3
2012-03-16Get the Lua menus working again: when adding UI menus, it appears that ourJeff Morriss1-9/+10
2012-03-08Convert 4-space tabs to spaces.Guy Harris1-136/+136
2012-01-16Move some headers for UI stuff, and the alert_box.c UI-specific file, toGuy Harris1-2/+2
2012-01-15Move gtk to ui/gtk.Jörg Mayer1-0/+668