aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/sctp_byte_graph_dlg.c
AgeCommit message (Expand)AuthorFilesLines
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-13sort #includes by directoriesulfl1-10/+13
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-8/+8
2008-04-11replace WIDGET_SET_SIZE with gtk_widget_set_size_requestulfl1-1/+1
2008-04-11replace all appearances of BUTTON_NEW_FROM_STOCK with GTK2's gtk_button_new_f...ulfl1-1/+1
2008-04-11OBJECT_..._DATA --> g_object_..._datawmeier1-6/+6
2008-04-07Cleanup whitespaces.tuexen1-30/+27
2008-04-07remove GTK1 codeulfl1-106/+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-1/+1
2008-02-01Rewrote some prohibited APIs in gtk/ (sprintf, strcpy, strcat).stig1-1/+1
2007-05-22From Irene Ruengeler: Fix TSN handling in graphs.tuexen1-1/+1
2007-04-22From Irene Ruengeler: Fix a bug regading the handling of ABORT chunks.tuexen1-2/+37
2007-03-21fix all warnings in gtk dir & set the "treat all warnings as errors" MSVC flagulfl1-18/+18
2007-02-09A fix from Irene Ruengeler to keep assocs selected whentuexen1-9/+9
2006-05-31Fixes the handling of long term captures from a simulation tool.tuexen1-30/+107
2006-05-21name changesahlberg1-2/+2
2006-03-30From Irene: Fix problems with off screen drawingstuexen1-7/+60
2006-03-09Remove MIN and MAX defines, which GLib provides.gerald1-25/+23
2006-01-24Replace round() with floor(), I don't know if it's the right thing to do but ...etxrab1-1/+1
2006-01-23From Irene: Add support for showing TSN and time in the graphical analysis.tuexen1-5/+78
2005-12-18warning: C++ style comments are not allowed in ISO C90jmayer1-1/+1
2005-12-01Bug fixes from Irene.tuexen1-32/+20
2005-08-21Add a "register_dfilter_stat()", to register stats that take a displayguy1-1/+0
2005-08-20- Declare some functions staticjmayer1-4/+4
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-1/+1
2005-05-02Fix a bug in counting DATA chunks.tuexen1-1/+1
2005-05-01Editorial stufftuexen1-196/+218
2005-03-22From Irene Ruengeler: Bugfixes and support of chunk statistics per end point.tuexen1-274/+274
2005-03-10Warning fix: ISO C forbids zero-size array ‘tsnsjmayer1-1/+1
2005-02-04Update to versions compiling on and working on Windows and Unix.tuexen1-29/+37
2004-12-10Get rid of C++/C99-style comments - not all C compilers accept them.guy1-11/+11
2004-09-07Set svn:eol-style to native to keep line endings canonicalized.guy1-1/+1
2004-09-07Added graphical SCTP analysis implemented by Irene Ruengeler.tuexen1-0/+1185