Install the new menu files.
[obnox/wireshark/wip.git] / gtk / flow_graph.c
2011-08-16 jmayerFor GTK3: Change type of unused parameter GtkObject...
2011-07-14 jmayerFix some compiler errors with -DGTK_DISABLE_DEPRECATED
2011-07-13 etxrabFix more tooltips fixes.
2011-05-10 etxrabMore GUIManager stuff.
2011-05-03 etxrabDo some prep work on GUIManager code, if you enable...
2010-08-30 morrissRemove some unnecessary includes: a lot of things don...
2010-08-12 wmeierFix two memory leaks;
2010-06-14 wmeierFix Bug #4871: Wrong Ack value in TCP flow graph when...
2009-06-21 etxrabChange window_new() to dlg_window_new() and destroy...
2009-06-05 guyHave tap listeners specify whether the "packet" routine...
2009-03-19 wmeierAs suggested by Jakub Zawadzki: actually use sizeof...
2009-03-13 stigFrom Jakub Zawadzki (bug 3331):
2008-12-01 stigRestructured the flow graph dialog to make it easier...
2008-08-26 wmeier#include <emem.h> not req'd
2008-08-05 morrissDon't put (non-extern'd) prototypes for protect_thread_...
2008-07-08 wmeierFix some simple cases of GTK2 deprecated API usage...
2008-06-29 wmeierFix some simple cases of GTK2 deprecated API usage...
2008-04-17 ulflrename REGISTER_xxx_GROUP_NONE to REGISTER_xxx_GROUP_UN...
2008-04-16 ulfldon't use a Close button for the preparation dialog...
2008-04-14 ulfladd stock icons for expert info and flow graph
2008-04-13 ulflsort #includes by directories
2008-04-12 ulflwhere it's not necessary, remove #include "compat_macros.h"
2008-04-11 ulflthird round to replace SIGNAL_CONNECT with g_signal_connect
2008-04-11 ulflreplace RADIO_BUTTON_NEW_WITH_MNEMONIC with gtk_radio_b...
2008-04-11 ulflreplace all appearances of BUTTON_NEW_FROM_STOCK with...
2008-04-06 ulflremove GTK1 code
2008-03-01 tuexenInclude epan/strutil.h for gtk-1.2 builds.
2008-02-29 stigNext attempt to cleanup some string functions, including:
2008-02-01 stigRewrote some prohibited APIs in gtk/ (sprintf, strcpy...
2007-05-30 sfisherFix bug #1530 this time for GTK1 builds.
2007-05-29 sfisherFix for bug #1530: Graph Analysis window misbehaves...
2006-12-01 sfisherFix for bug #1117: Crash on next action [such as anothe...
2006-05-22 guyGet rid of a bunch of "Ethereal"s and "ethereal"s in...
2006-05-21 sahlbergname change
2006-03-20 sahlbergwaste a couple of bytes per tcp conversation and make...
2006-03-14 etxrabFrom Laurent Rabret,
2006-03-01 guyThe sequence and ack numbers in a TCP are guint32's...
2006-02-24 jakeFix bug 769. Print seq# and ack# as _unsigned_ int...
2006-02-11 lego add an userdata argument to register_stat_cmd_arg...
2006-01-07 etxrabFrom Olivier Jacques,
2006-01-06 jmayerOlivier Jacques:
2005-12-16 etxrabmodify the tool tip "Nodes in the diagram are identifie...
2005-12-16 etxrabFrom Jacques, Olivier (OCBU-Test Infra)
2005-09-14 guyHave cf_retap_packets() take an argument that indicates...
2005-09-13 ulfluse the same name for menu item and dialog box title...
2005-08-24 ulflEVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry!
2005-08-21 guyAs per a suggestion by Ulf Lamping, rename gtk_*.[ch...
2005-08-21 guyHave "register_dfilter_stat()" add "..." to the menu...
2005-08-21 guyAdd a "register_dfilter_stat()", to register stats...
2005-08-20 guyRename epan/stat.[ch] to epan/stat_cmd_args.[ch] -...
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-19 guyMove the stats.[ch] stuff into epan, so plugins can...
2005-08-19 guyMove the APIs for registering and processing "-z" comma...
2005-08-05 jmayerMore char -> const char warning fixes.
2005-07-27 guyThere aren't any clists here, and the clist arrows...
2005-07-17 legoFrom Francisco Alcoba