aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/funnel_stat.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-14{0, NULL} is required as the last value_string array entry: value_string VALS...Anders Broman1-1/+2
2011-10-14From Tony Trinh:Anders Broman1-2/+17
2011-09-25We now always build with MAIN_MENU_USE_UIMANAGER, so remove all code usingJörg Mayer1-11/+0
2011-08-26Fix LUA labels in the UI_MANAGER case.Anders Broman1-3/+18
2011-08-25Put LUA back in the menu_bar.Anders Broman1-3/+17
2011-08-22our_menu_callback() is only used when MAIN_MENU_USE_UIMANAGERMichael Tüxen1-1/+3
2011-08-22funnel_stat.c:606: warning: unused parameter 'group'Anders Broman1-1/+1
2011-08-22Add missing menus.Anders Broman1-0/+4
2011-08-18Fix two typos in the gtk3 caseJörg Mayer1-3/+3
2011-08-17Use gtk_widget_override_font() in GTK 3.0 ( Untested on GTK 3.0)Anders Broman1-4/+10
2011-07-14Fix some compiler errors with -DGTK_DISABLE_DEPRECATEDJörg Mayer1-0/+8
2011-06-28Replace all strerror() with g_strerror().Stig Bjørlykke1-1/+1
2011-06-27From bug 6057:Stig Bjørlykke1-1/+6
2011-06-05Rename the tap_dfilter_dlg.[ch] files to reflect that they can do moreGuy Harris1-1/+1
2010-08-30Remove some unnecessary includes: a lot of things don't need globals.h and re...Jeff Morriss1-71/+69
2009-12-14From Valerio Messina:Jaap Keuter1-1/+1
2009-08-27Add #include <stdio.h>Bill Meier1-0/+2
2009-06-21Change window_new() to dlg_window_new() and destroy the window with the top l...Anders Broman1-1/+3
2009-06-05Have tap listeners specify whether the "packet" routine requiresGuy Harris1-2/+2
2009-04-21Turn on -Wshorten-64-to-32 by default, and fix some issues that turnedGuy Harris1-1/+1
2009-04-16Fix the last of the Win64 problems in the gtk directory.Gerald Combs1-4/+4
2009-03-06Rename a variable ('free') so checkAPIs doesn't incorrectly flag it.Bill Meier1-6/+6
2008-08-11try to avoid:Luis Ontanon1-9/+3
2008-08-11Add a slightly modified version of Paolo Abeni's funneled progress dialog (re...Luis Ontanon1-4/+27
2008-08-05luis.ontanon@gmail.com => luis@ontanon.orgLuis Ontanon1-1/+1
2008-06-29Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...Bill Meier1-2/+2
2008-04-13change all preferences related filenames from xy_prefs to prefs_xyUlf Lamping1-1/+0
2008-04-13sort #includes by directoriesUlf Lamping1-14/+14
2008-04-12move tap_dfilter_dlg.h from / to /gtk (and use the callback mechanism in main...Ulf Lamping1-1/+1
2008-04-12where it's not necessary, remove #include "compat_macros.h"Ulf Lamping1-1/+0
2008-04-11third round to replace SIGNAL_CONNECT with g_signal_connectUlf Lamping1-7/+7
2008-04-11OBJECT_..._DATA --> g_object_..._dataBill Meier1-4/+4
2008-04-06remove GTK1 codeUlf Lamping1-68/+0
2007-04-23Add some GCC warnings to the standard set, and add some others to theGuy Harris1-1/+1
2006-12-27+ browser_open_url()Luis Ontanon1-1/+4
2006-11-15fix a warningUlf Lamping1-1/+1
2006-11-14nikai@nikai.net:Jörg Mayer1-1/+0
2006-11-07Warning fixes (void) instead of (), no newline at end of file.Jörg Mayer1-1/+1
2006-10-19Include gtk/main.h to declare main_filter_packets().Guy Harris1-0/+1
2006-10-05have the funnel client passing the destructors for btn data structures to the...Luis Ontanon1-6/+6
2006-10-04Misterious bug with cf_read() solved... had nothing to do with cf_read :)Luis Ontanon1-10/+35
2006-10-03- Make sure that the registration files are created whenever there's a changeLuis Ontanon1-1/+7
2006-10-03more Lua APIs:Luis Ontanon1-1/+58
2006-09-27* rename REGISTER_STAT_GROUP_E -> register_stat_group_tLuis Ontanon1-1/+1
2006-05-22Get rid of a bunch of "Ethereal"s and "ethereal"s in comments, GUIGuy Harris1-1/+1
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-03-30remove some useless code.Luis Ontanon1-9/+7
2006-03-30TextWindow:Luis Ontanon1-8/+64
2006-03-05wrong name.Luis Ontanon1-1/+1
2006-03-05+ retap_packets()Luis Ontanon1-5/+52