aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/proto_hier_stats_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-17Add the correct casts to make it compile on some old ERHL box.etxrab1-2/+2
2011-06-09Add casts to make it compile on some old ERHL box.etxrab1-4/+4
2010-10-03Use UTF8_HORIZONTAL_ELLIPSIS instead of "..." in menus.stig1-16/+17
2010-10-03Use correct text for "Not Selected".stig1-4/+4
2010-09-02Remove the depricated GtkItemFactory code.etxrab1-60/+2
2010-08-30Add #include <stdio.h> for fprintfwmeier1-0/+1
2010-08-30Switch to GTK UIManager.etxrab1-3/+223
2010-07-30(Minor) Cleanup some "event callback" function declarations/definitions:wmeier1-1/+1
2010-03-03Implementation of % bytes column.jake1-54/+74
2010-01-29Fix various gcc -Wshadow warnings.wmeier1-2/+2
2009-11-10Removed some unused variables and unused assignments.stig1-7/+0
2009-03-19-As suggested by Jakub Zawadzki: use sizeof(...) rather than a numeric consta...wmeier1-112/+125
2008-06-29Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...wmeier1-1/+1
2008-06-21Removed the usage of topic_available() as we now have all topics.stig1-9/+3
2008-05-18Added check for GTK 2.6.0 for gtk_cell_renderer_progress_new()stig1-8/+17
2008-05-17- Use the common function for applying a selected filter.stig1-125/+37
2008-04-27Remove all GTK+ < 2.4 code and minimum version checks.sfisher1-2/+0
2008-04-13sort #includes by directoriesulfl1-10/+12
2008-04-12where it's not necessary, remove #include "compat_macros.h"ulfl1-2/+0
2008-04-11last round to replace SIGNAL_CONNECT with g_signal_connectulfl1-3/+3
2008-04-11add missing braces to unbreak the buildsahlberg1-35/+35
2008-04-11replace WIDGET_SET_SIZE with gtk_widget_set_size_requestulfl1-1/+1
2008-04-11replace ITEM_FACTORY_ENTRY and ITEM_FACTORY_STOCK_ENTRY with their required d...ulfl1-35/+35
2008-04-11OBJECT_..._DATA --> g_object_..._datawmeier1-2/+2
2008-04-07Remove GTK1 code and change ugly version checking statements intosfisher1-1/+1
2008-04-07remove GTK1 codeulfl1-81/+0
2008-03-11Add check for gtk 2.4 when calling gtk_tree_view_column_set_expand.stig1-0/+2
2008-01-31Add missing g_object_unref for treeview models;wmeier1-0/+1
2008-01-27Expand the Protocol column instead of the last column on window resize.stig1-0/+1
2007-12-09Add macros for various filter actions and types, and to combine themguy1-61/+59
2007-12-08some updates to make it compile with gtk/glib < 2sahlberg1-18/+21
2007-12-06Added "Apply as filter"/"Prepare a filter"/"Find frame"/"Colorize Protocol"stig1-4/+213
2007-12-02Changed from Ok button to Close button.stig1-5/+5
2007-11-30Show the Display filter in Protocol Hierarchy Statistics.stig1-11/+21
2007-04-22fix compiler warning for gtk1 buildssahlberg1-1/+1
2006-05-22Get rid of a bunch of "Ethereal"s and "ethereal"s in comments, GUIguy1-1/+1
2006-05-21name changesahlberg1-2/+2
2005-08-20One file missed in last checkinjmayer1-1/+2
2005-08-20- Declare some functions staticjmayer1-1/+1
2005-08-20renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...ulfl1-1/+1
2005-08-10removed tons of MSVC const related warnings.ulfl1-3/+3
2005-08-05More char -> const char warning fixes.jmayer1-2/+2
2005-06-26proto_hier_stats_dlg.c(99) : warning C4090: '=' : different 'const' qualifiersulfl1-1/+1
2005-01-20add some more online help functionality and help buttons at various dialog bo...ulfl1-2/+12
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
2004-05-23use new functions in window API (ui_util.h),ulfl1-8/+5
2004-05-01GTK2: expand all tree elements when opening dialogulfl1-1/+2
2004-03-17* Protocol Hierarchy Statistics:deniel1-34/+71
2004-02-06replaced every appearance of gtk_scrolled_window_new() withulfl1-5/+6
2004-01-21implemented dlg_button_row_new to get a standard function forulfl1-27/+17