aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/stats_tree_stat.c
AgeCommit message (Collapse)AuthorFilesLines
2005-03-09removed some MSVC compiler warnings, mostly I've casted "downsized function ↵Ulf Lamping1-1/+1
parameters" svn path=/trunk/; revision=13684
2005-03-07add a default size to stats_tree windows. so we do not have to resize them ↵Lars Roland1-0/+1
everytime. svn path=/trunk/; revision=13655
2005-02-28- do not free the string passed to register_ethereal_tap()Luis Ontanon1-3/+3
it caused the taps to have "funny" names. - rename the window as "$name Stats Tree" svn path=/trunk/; revision=13546
2005-02-27the last commit broke windows compilation.Luis Ontanon1-3/+5
minor changes in typing variables exclude a GTK2 call from being called while using GTK1 svn path=/trunk/; revision=13539
2005-02-27Several fixes to the stats_treeLuis Ontanon1-28/+41
- Avoid creating a copy of every branch at reinitialization this used to cause some GTK warnings and a leakage of tree nodes - propperly check the optarg to avoid getting junk in the filter text this caused a crash svn path=/trunk/; revision=13534
2005-02-25- undo disabling the GTK2 versionLuis Ontanon1-12/+14
- do not declare a variable after the first statement or else windows compilation fails svn path=/trunk/; revision=13522
2005-02-25Temporarily disable the gtk2 version that causes a compilation error on windows.Luis Ontanon1-9/+9
svn path=/trunk/; revision=13521
2005-02-25some more work forLuis Ontanon1-11/+25
- beautify the text output - make gtk1 textbox implementation usable (I hope) svn path=/trunk/; revision=13506
2005-02-24Update to the stats_tree tapping APILuis Ontanon1-4/+15
- change the tap init_string to %s,tree instead of %s,stat - change the registration key (it used to be tapname, that disallowed to register more than one tap per protocol) - add a "pivot" node for convenience svn path=/trunk/; revision=13502
2005-02-20comment out two g_message() callsLuis Ontanon1-2/+2
svn path=/trunk/; revision=13449
2005-02-20Fixes few things during reinitialization with gtk2 (it doesn't crash anymore),Luis Ontanon1-7/+11
there are still problems at reinit (gtk2 node->pr warns about an iterator not been OK) set up propperties of the given files svn path=/trunk/; revision=13448
2005-02-16Initial checkin of the stats-tree tap APILuis Ontanon1-0/+327
Makefiles have not been modified yet, there's still work to do. svn path=/trunk/; revision=13414