aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/funnel_stat.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-02-18squelch some compiler warningsUlf Lamping1-3/+3
2006-02-11 add an userdata argument to register_stat_cmd_arg() and its callback to use ...Luis Ontanon1-2/+14
2006-02-06- fix a leakLuis Ontanon1-6/+7
2006-02-06fix some variable declarations bugs (code not conforming to ANSI-C)Ulf Lamping1-3/+8
2006-02-06another gtk_resize_window()Ronnie Sahlberg1-0/+5
2006-02-06gtk1.x does not have gtk_window_resize()Ronnie Sahlberg1-0/+5
2006-02-06The simple dialogLuis Ontanon1-23/+144
2006-02-06"text_window_delete_event_cb()" returns a gboolean; declare it as such.Guy Harris1-1/+1
2006-02-05* add an option to funnel_register_menu to retap the packets right after been...Luis Ontanon1-7/+54
2006-02-05- add a register_menu funnel Luis Ontanon1-7/+29
2006-02-04GTK1 buid failed, this should fix it.Luis Ontanon1-5/+5
2006-02-04VC6 doesn't like empty structs.Luis Ontanon1-3/+13
2006-02-04The funneled GUI mini API.Luis Ontanon1-0/+240