aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/flow_graph.c
AgeCommit message (Expand)AuthorFilesLines
2008-08-26#include <emem.h> not req'dwmeier1-1/+0
2008-08-05Don't put (non-extern'd) prototypes for protect_thread_critical_region() andmorriss1-37/+35
2008-07-08Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...wmeier1-1/+1
2008-06-29Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...wmeier1-3/+3
2008-04-17rename REGISTER_xxx_GROUP_NONE to REGISTER_xxx_GROUP_UNSORTED, as NONE seems ...ulfl1-1/+1
2008-04-16don't use a Close button for the preparation dialog, use a Cancel one insteadulfl1-6/+6
2008-04-14add stock icons for expert info and flow graphulfl1-1/+3
2008-04-13sort #includes by directoriesulfl1-15/+18
2008-04-12where it's not necessary, remove #include "compat_macros.h"ulfl1-1/+0
2008-04-11third round to replace SIGNAL_CONNECT with g_signal_connectulfl1-9/+9
2008-04-11replace RADIO_BUTTON_NEW_WITH_MNEMONIC with gtk_radio_button_new_with_mnemoni...ulfl1-6/+6
2008-04-11replace all appearances of BUTTON_NEW_FROM_STOCK with GTK2's gtk_button_new_f...ulfl1-2/+2
2008-04-06remove GTK1 codeulfl1-18/+0
2008-03-01Include epan/strutil.h for gtk-1.2 builds.tuexen1-0/+1
2008-02-29Next attempt to cleanup some string functions, including:stig1-8/+11
2008-02-01Rewrote some prohibited APIs in gtk/ (sprintf, strcpy, strcat).stig1-2/+2
2007-05-30Fix bug #1530 this time for GTK1 builds.sfisher1-0/+7
2007-05-29Fix for bug #1530: Graph Analysis window misbehaves if Flow Window thatsfisher1-2/+3
2006-12-01Fix for bug #1117: Crash on next action [such as another stats window] whensfisher1-13/+15
2006-05-22Get rid of a bunch of "Ethereal"s and "ethereal"s in comments, GUIguy1-1/+1
2006-05-21name changesahlberg1-2/+2
2006-03-20waste a couple of bytes per tcp conversation and make the tree for acked_pack...sahlberg1-0/+1
2006-03-14From Laurent Rabret, etxrab1-7/+17
2006-03-01The sequence and ack numbers in a TCP are guint32's, which means theyguy1-35/+35
2006-02-24Fix bug 769. Print seq# and ack# as _unsigned_ int in the comment.jake1-1/+1
2006-02-11 add an userdata argument to register_stat_cmd_arg() and its callback to use ...lego1-4/+4
2006-01-07From Olivier Jacques, etxrab1-16/+50
2006-01-06Olivier Jacques:jmayer1-2/+2
2005-12-16modify the tool tip "Nodes in the diagram are identified with network source ...etxrab1-1/+1
2005-12-16From Jacques, Olivier (OCBU-Test Infra)etxrab1-5/+73
2005-09-14Have cf_retap_packets() take an argument that indicates whether toguy1-3/+3
2005-09-13use the same name for menu item and dialog box title, use the right capitaliz...ulfl1-2/+2
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! ulfl1-2/+2
2005-08-21As per a suggestion by Ulf Lamping, rename gtk_*.[ch] to gui_*.[ch], soguy1-1/+1
2005-08-21Have "register_dfilter_stat()" add "..." to the menu item, as all menuguy1-1/+1
2005-08-21Add a "register_dfilter_stat()", to register stats that take a displayguy1-1/+2
2005-08-20Rename epan/stat.[ch] to epan/stat_cmd_args.[ch] - it only deals withguy1-1/+1
2005-08-20- Declare some functions staticjmayer1-6/+6
2005-08-20renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...ulfl1-1/+1
2005-08-19Move the stats.[ch] stuff into epan, so plugins can use it.guy1-1/+1
2005-08-19Move the APIs for registering and processing "-z" command-line argumentsguy1-3/+4
2005-08-05More char -> const char warning fixes.jmayer1-2/+2
2005-07-27There aren't any clists here, and the clist arrows aren't used.guy1-2/+0
2005-07-17From Francisco Alcobalego1-0/+566