aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/tcp_graph.c
AgeCommit message (Expand)AuthorFilesLines
2008-04-17rename REGISTER_xxx_GROUP_NONE to REGISTER_xxx_GROUP_UNSORTED, as NONE seems ...ulfl1-4/+4
2008-04-13sort #includes by directoriesulfl1-10/+14
2008-04-12where it's not necessary, remove #include "compat_macros.h"ulfl1-1/+0
2008-04-11last round to replace SIGNAL_CONNECT with g_signal_connectulfl1-44/+44
2008-04-11replace WIDGET_SET_SIZE with gtk_widget_set_size_requestulfl1-1/+1
2008-04-11OBECT_..._DATA --> g_object_..._datawmeier1-31/+31
2008-04-11Replace FONT_TYPE macro with PangoFontDescription.sfisher1-1/+1
2008-04-07remove GTK1 codeulfl1-94/+0
2008-02-07Removed some more "statement not reached" warnings.stig1-4/+0
2007-08-16experimental feature: dissector filtersulfl1-1/+1
2007-07-18Make debugging static.tuexen1-1/+1
2007-05-29From David Howells :standel1-5/+5
2007-03-21fix all warnings in gtk dir & set the "treat all warnings as errors" MSVC flagulfl1-4/+4
2007-02-19Squelch a couple (false) uninitialized variable warningsmorriss1-2/+2
2006-12-12gtkglobals.h not neededulfl1-1/+0
2006-05-28Ethereal->Wiresharketxrab1-2/+2
2006-05-22Get rid of a bunch of "Ethereal"s and "ethereal"s in comments, GUIguy1-4/+4
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-19Get rid of a declaration of a non-existent function.guy1-1/+0
2006-03-09There is a one-to-one mapping between each graph and its "toplevel" andgerald1-85/+18
2006-03-08Make calculation of TCP Graph bounds more robust. The calculation might have ...lroland1-13/+17
2005-12-22From Bill Meier:gerald1-102/+131
2005-09-17Move a pile of protocol-related headers from the top-level sourceguy1-2/+2
2005-09-14Have cf_retap_packets() take an argument that indicates whether toguy1-1/+1
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! ulfl1-8/+8
2005-08-21As per a suggestion by Ulf Lamping, rename gtk_*.[ch] to gui_*.[ch], soguy1-1/+1
2005-08-21Add a "register_dfilter_stat()", to register stats that take a displayguy1-4/+5
2005-08-20- Declare some functions staticjmayer1-2/+2
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 APIs for registering and processing "-z" command-line argumentsguy1-5/+5
2005-08-08fix some MSVC const warningsulfl1-2/+2
2005-08-06Last set of char -> const char trivial warning fixes.jmayer1-15/+15
2005-08-05replace malloc and alike calls by their GLib pendants -> g_malloculfl1-40/+40
2005-07-10Just pass &cfile to select_tcpip_session(); we don't need to passguy1-17/+16
2005-07-10Fix some comment typos.guy1-2/+2
2005-07-10Get rid of an unused argument.guy1-5/+5
2005-07-10It works reasonably well with extensive testing so here goes :sahlberg1-249/+304
2005-02-04huge cleanup of capture file API (functions in file.c/file.h).ulfl1-2/+2
2004-12-29Make the tone of the error messages a bit less formal, by usingguy1-1/+1
2004-09-29Move various tables into the epan directory.guy1-1/+1
2004-09-11Use _WIN32 rather than WIN32 to determine if we're compiling on Win32;guy1-8/+9
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
2004-06-17move font related stuff to new file font_utils.c/.hulfl1-6/+2
2004-06-10"delete_event" is an event, so its handler takes three arguments, notguy1-32/+42
2004-05-26more code cleanup from dialog things:ulfl1-7/+3
2004-05-23use new functions in window API (ui_util.h),ulfl1-25/+21
2004-04-12added a close button to the dialogs,ulfl1-13/+25
2004-03-17Use "g_ntohs()" rather than "ntohs()".guy1-3/+3
2004-03-13replaced sprintf / snprintf by g_snprintf,ulfl1-14/+10