Path from Joerg Mayer, I'm committing it as I think the right thing to do is to have...
[obnox/wireshark/wip.git] / gtk / proto_hier_stats_dlg.c
2011-07-11 geraldMore GLIB_CHECK_VERSION, GTK_CHECK_VERSION, and related...
2011-06-17 etxrabAdd the correct casts to make it compile on some old...
2011-06-09 etxrabAdd casts to make it compile on some old ERHL box.
2010-10-03 stigUse UTF8_HORIZONTAL_ELLIPSIS instead of "..." in menus.
2010-10-03 stigUse correct text for "Not Selected".
2010-09-02 etxrabRemove the depricated GtkItemFactory code.
2010-08-30 wmeierAdd #include <stdio.h> for fprintf
2010-08-30 etxrabSwitch to GTK UIManager.
2010-07-30 wmeier(Minor) Cleanup some "event callback" function declarat...
2010-03-03 jakeImplementation of % bytes column.
2010-01-29 wmeierFix various gcc -Wshadow warnings.
2009-11-10 stigRemoved some unused variables and unused assignments.
2009-03-19 wmeier-As suggested by Jakub Zawadzki: use sizeof(...) rather...
2008-06-29 wmeierFix some simple cases of GTK2 deprecated API usage...
2008-06-21 stigRemoved the usage of topic_available() as we now have...
2008-05-18 stigAdded check for GTK 2.6.0 for gtk_cell_renderer_progres...
2008-05-17 stig- Use the common function for applying a selected filter.
2008-04-27 sfisherRemove all GTK+ < 2.4 code and minimum version checks.
2008-04-13 ulflsort #includes by directories
2008-04-12 ulflwhere it's not necessary, remove #include "compat_macros.h"
2008-04-11 ulfllast round to replace SIGNAL_CONNECT with g_signal_connect
2008-04-11 sahlbergadd missing braces to unbreak the build
2008-04-11 ulflreplace WIDGET_SET_SIZE with gtk_widget_set_size_request
2008-04-11 ulflreplace ITEM_FACTORY_ENTRY and ITEM_FACTORY_STOCK_ENTRY...
2008-04-11 wmeierOBJECT_..._DATA --> g_object_..._data
2008-04-07 sfisherRemove GTK1 code and change ugly version checking state...
2008-04-07 ulflremove GTK1 code
2008-03-11 stigAdd check for gtk 2.4 when calling gtk_tree_view_column...
2008-01-31 wmeierAdd missing g_object_unref for treeview models;
2008-01-27 stigExpand the Protocol column instead of the last column...
2007-12-09 guyAdd macros for various filter actions and types, and...
2007-12-08 sahlbergsome updates to make it compile with gtk/glib < 2
2007-12-06 stigAdded "Apply as filter"/"Prepare a filter"/"Find frame...
2007-12-02 stigChanged from Ok button to Close button.
2007-11-30 stigShow the Display filter in Protocol Hierarchy Statistics.
2007-04-22 sahlbergfix compiler warning for gtk1 builds
2006-05-22 guyGet rid of a bunch of "Ethereal"s and "ethereal"s in...
2006-05-21 sahlbergname change
2005-08-20 jmayerOne file missed in last checkin
2005-08-20 jmayer- Declare some functions static
2005-08-20 ulflrenamed ui_util.c/.h to gui_utils.c/.h to prevent confu...
2005-08-10 ulflremoved tons of MSVC const related warnings.
2005-08-05 jmayerMore char -> const char warning fixes.
2005-06-26 ulflproto_hier_stats_dlg.c(99) : warning C4090: '=' : diffe...
2005-01-20 ulfladd some more online help functionality and help button...
2004-07-18 guySet the svn:eol-style property on all text files to...
2004-05-23 ulfluse new functions in window API (ui_util.h),
2004-05-01 ulflGTK2: expand all tree elements when opening dialog
2004-03-17 deniel* Protocol Hierarchy Statistics:
2004-02-06 ulflreplaced every appearance of gtk_scrolled_window_new...
2004-01-21 ulflimplemented dlg_button_row_new to get a standard functi...
2004-01-10 ulflusing button compatibility macros
2002-11-11 oabadUse gtk1/gtk2 compatibility macros to reduce #ifdefs.
2002-11-03 oabadMerge gtk and gtk2 directories.
2002-08-28 jmayerRemoved trailing whitespaces from .h and .c files using the
2002-03-05 guyFrom Joerg Mayer: use _U_ to flag unused arguments.
2002-01-11 guyHave routines to create GtkCTrees, set their line and...
2001-12-31 geraldFix a pointer error in find_stat_node.
2001-12-31 geraldAdd preferences to save the main window size and positi...
2001-12-12 geraldGo nuts with the 3D logo.
2001-03-29 gramChange name of "Last-Protocol" columns to "End" so...
2001-03-26 gramCreate dialogue box as top-level window, not transient...
2001-03-24 guyGive the code that computes protocol statistics a progr...
2001-03-22 gramAdd a new tool which summarizes packet counts by protoc...