aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/proto_hier_stats_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2011-09-21Whitespace cleanup:Bill Meier1-73/+73
2011-09-21Fix ex "modeline" so it works;Bill Meier1-1/+1
2011-07-11More GLIB_CHECK_VERSION, GTK_CHECK_VERSION, and related whitespaceGerald Combs1-20/+2
2011-06-17Add the correct casts to make it compile on some old ERHL box.Anders Broman1-2/+2
2011-06-09Add casts to make it compile on some old ERHL box.Anders Broman1-4/+4
2010-10-03Use UTF8_HORIZONTAL_ELLIPSIS instead of "..." in menus.Stig Bjørlykke1-16/+17
2010-10-03Use correct text for "Not Selected".Stig Bjørlykke1-4/+4
2010-09-02Remove the depricated GtkItemFactory code.Anders Broman1-60/+2
2010-08-30Add #include <stdio.h> for fprintfBill Meier1-0/+1
2010-08-30Switch to GTK UIManager.Anders Broman1-3/+223
2010-07-30(Minor) Cleanup some "event callback" function declarations/definitions:Bill Meier1-1/+1
2010-03-03Implementation of % bytes column.Jaap Keuter1-54/+74
2010-01-29Fix various gcc -Wshadow warnings.Bill Meier1-2/+2
2009-11-10Removed some unused variables and unused assignments.Stig Bjørlykke1-7/+0
2009-03-19-As suggested by Jakub Zawadzki: use sizeof(...) rather than a numeric consta...Bill Meier1-112/+125
2008-06-29Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...Bill Meier1-1/+1
2008-06-21Removed the usage of topic_available() as we now have all topics.Stig Bjørlykke1-9/+3
2008-05-18Added check for GTK 2.6.0 for gtk_cell_renderer_progress_new()Stig Bjørlykke1-8/+17
2008-05-17- Use the common function for applying a selected filter.Stig Bjørlykke1-125/+37
2008-04-27Remove all GTK+ < 2.4 code and minimum version checks.Stephen Fisher1-2/+0
2008-04-13sort #includes by directoriesUlf Lamping1-10/+12
2008-04-12where it's not necessary, remove #include "compat_macros.h"Ulf Lamping1-2/+0
2008-04-11last round to replace SIGNAL_CONNECT with g_signal_connectUlf Lamping1-3/+3
2008-04-11add missing braces to unbreak the buildRonnie Sahlberg1-35/+35
2008-04-11replace WIDGET_SET_SIZE with gtk_widget_set_size_requestUlf Lamping1-1/+1
2008-04-11replace ITEM_FACTORY_ENTRY and ITEM_FACTORY_STOCK_ENTRY with their required d...Ulf Lamping1-35/+35
2008-04-11OBJECT_..._DATA --> g_object_..._dataBill Meier1-2/+2
2008-04-07Remove GTK1 code and change ugly version checking statements intoStephen Fisher1-1/+1
2008-04-07remove GTK1 codeUlf Lamping1-81/+0
2008-03-11Add check for gtk 2.4 when calling gtk_tree_view_column_set_expand.Stig Bjørlykke1-0/+2
2008-01-31Add missing g_object_unref for treeview models;Bill Meier1-0/+1
2008-01-27Expand the Protocol column instead of the last column on window resize.Stig Bjørlykke1-0/+1
2007-12-09Add macros for various filter actions and types, and to combine themGuy Harris1-61/+59
2007-12-08some updates to make it compile with gtk/glib < 2Ronnie Sahlberg1-18/+21
2007-12-06Added "Apply as filter"/"Prepare a filter"/"Find frame"/"Colorize Protocol"Stig Bjørlykke1-4/+213
2007-12-02Changed from Ok button to Close button.Stig Bjørlykke1-5/+5
2007-11-30Show the Display filter in Protocol Hierarchy Statistics.Stig Bjørlykke1-11/+21
2007-04-22fix compiler warning for gtk1 buildsRonnie Sahlberg1-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
2005-08-20One file missed in last checkinJörg Mayer1-1/+2
2005-08-20- Declare some functions staticJörg Mayer1-1/+1
2005-08-20renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...Ulf Lamping1-1/+1
2005-08-10removed tons of MSVC const related warnings.Ulf Lamping1-3/+3
2005-08-05More char -> const char warning fixes.Jörg Mayer1-2/+2
2005-06-26proto_hier_stats_dlg.c(99) : warning C4090: '=' : different 'const' qualifiersUlf Lamping1-1/+1
2005-01-20add some more online help functionality and help buttons at various dialog bo...Ulf Lamping1-2/+12
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-05-23use new functions in window API (ui_util.h),Ulf Lamping1-8/+5
2004-05-01GTK2: expand all tree elements when opening dialogUlf Lamping1-1/+2