aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/stats_tree_stat.c
AgeCommit message (Expand)AuthorFilesLines
2005-04-01Rename "register_ethereal_tap()" to "register_tap_listener_cmd_arg()" asGuy Harris1-1/+1
2005-03-21Rename all stats_tree extern functions to start with stats_tree_Luis Ontanon1-7/+7
2005-03-20Fix the expansion of the top-level nodes in GTK+ 1.2[.x].Guy Harris1-2/+5
2005-03-20Expand the root nodes by defaultLuis Ontanon1-0/+10
2005-03-20The GTK+ 2.x version doesn't automatically expand the root node; don'tGuy Harris1-5/+0
2005-03-20Make columns in the GTK+ 1.2[.x] version auto-resizing.Guy Harris1-8/+9
2005-03-20Make the top-level node start out expanded in GTK+ 1.2[.x].Guy Harris1-1/+5
2005-03-20Do a GTK+ 1.2[.x] version.Guy Harris1-57/+61
2005-03-20st->name was moved to st->cfg->nameLuis Ontanon1-1/+1
2005-03-20There was a design flaw that caused a crash on windows andLuis Ontanon1-40/+37
2005-03-19Use capitalized words for column headersUlf Lamping1-5/+5
2005-03-19Add a "Close" button, as not everyone uses a window manager providing the 'X'...Ulf Lamping1-5/+17
2005-03-09removed some MSVC compiler warnings, mostly I've casted "downsized function p...Ulf Lamping1-1/+1
2005-03-07add a default size to stats_tree windows. so we do not have to resize them ev...Lars Roland1-0/+1
2005-02-28- do not free the string passed to register_ethereal_tap()Luis Ontanon1-3/+3
2005-02-27the last commit broke windows compilation.Luis Ontanon1-3/+5
2005-02-27Several fixes to the stats_treeLuis Ontanon1-28/+41
2005-02-25- undo disabling the GTK2 versionLuis Ontanon1-12/+14
2005-02-25Temporarily disable the gtk2 version that causes a compilation error on windows.Luis Ontanon1-9/+9
2005-02-25some more work forLuis Ontanon1-11/+25
2005-02-24Update to the stats_tree tapping APILuis Ontanon1-4/+15
2005-02-20comment out two g_message() callsLuis Ontanon1-2/+2
2005-02-20Fixes few things during reinitialization with gtk2 (it doesn't crash anymore),Luis Ontanon1-7/+11
2005-02-16Initial checkin of the stats-tree tap APILuis Ontanon1-0/+327