aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/proto_hier_stats_dlg.c
AgeCommit message (Expand)AuthorFilesLines
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
2004-03-17* Protocol Hierarchy Statistics:Laurent Deniel1-34/+71
2004-02-06replaced every appearance of gtk_scrolled_window_new() withUlf Lamping1-5/+6
2004-01-21implemented dlg_button_row_new to get a standard function forUlf Lamping1-27/+17
2004-01-10using button compatibility macrosUlf Lamping1-6/+2
2002-11-11Use gtk1/gtk2 compatibility macros to reduce #ifdefs.Olivier Abad1-16/+6
2002-11-03Merge gtk and gtk2 directories.Olivier Abad1-101/+216
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-2/+2
2002-03-05From Joerg Mayer: use _U_ to flag unused arguments.Guy Harris1-2/+2
2002-01-11Have routines to create GtkCTrees, set their line and expander styleGuy Harris1-5/+3
2001-12-31Fix a pointer error in find_stat_node.Gerald Combs1-2/+5
2001-12-31Add preferences to save the main window size and position. If enabled,Gerald Combs1-5/+2
2001-12-12Go nuts with the 3D logo.Gerald Combs1-1/+4
2001-03-29Change name of "Last-Protocol" columns to "End" so that there'sGilbert Ramirez1-4/+4
2001-03-26Create dialogue box as top-level window, not transient window.Gilbert Ramirez1-4/+6