aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/sctp_byte_graph_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-07Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;Bill Meier1-4/+0
2011-05-15Don't assign to an unused variable;Bill Meier1-3/+1
2011-05-15Replace some 'if(...){exit(10);}' by g_asserts;Bill Meier1-46/+37
2010-01-29Fix various gcc -Wshadow warnings.Bill Meier1-2/+2
2009-06-22Change window_new() to dlg_window_new() and destroy the window with the top l...Anders Broman1-3/+2
2009-03-19As suggested by Jakub Zawadzki: actually use sizeof(...) rather than a numeri...Bill Meier1-12/+12
2008-07-08Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...Bill Meier1-1/+1
2008-06-29Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...Bill Meier1-3/+3
2008-04-13sort #includes by directoriesUlf Lamping1-10/+13
2008-04-12where it's not necessary, remove #include "compat_macros.h"Ulf Lamping1-1/+0
2008-04-11last round to replace SIGNAL_CONNECT with g_signal_connectUlf Lamping1-8/+8
2008-04-11replace WIDGET_SET_SIZE with gtk_widget_set_size_requestUlf Lamping1-1/+1
2008-04-11replace all appearances of BUTTON_NEW_FROM_STOCK with GTK2's gtk_button_new_f...Ulf Lamping1-1/+1
2008-04-11OBJECT_..._DATA --> g_object_..._dataBill Meier1-6/+6
2008-04-07Cleanup whitespaces.Michael Tüxen1-30/+27
2008-04-07remove GTK1 codeUlf Lamping1-106/+0
2008-03-01Include epan/strutil.h for gtk-1.2 builds.Michael Tüxen1-0/+1
2008-02-29Next attempt to cleanup some string functions, including:Stig Bjørlykke1-1/+1
2008-02-01Rewrote some prohibited APIs in gtk/ (sprintf, strcpy, strcat).Stig Bjørlykke1-1/+1
2007-05-22From Irene Ruengeler: Fix TSN handling in graphs.Michael Tüxen1-1/+1
2007-04-22From Irene Ruengeler: Fix a bug regading the handling of ABORT chunks.Michael Tüxen1-2/+37
2007-03-21fix all warnings in gtk dir & set the "treat all warnings as errors" MSVC flagUlf Lamping1-18/+18
2007-02-09A fix from Irene Ruengeler to keep assocs selected whenMichael Tüxen1-9/+9
2006-05-31Fixes the handling of long term captures from a simulation tool.Michael Tüxen1-30/+107
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-03-30From Irene: Fix problems with off screen drawingsMichael Tüxen1-7/+60
2006-03-09Remove MIN and MAX defines, which GLib provides.Gerald Combs1-25/+23
2006-01-24Replace round() with floor(), I don't know if it's the right thing to do but ...Anders Broman1-1/+1
2006-01-23From Irene: Add support for showing TSN and time in the graphical analysis.Michael Tüxen1-5/+78
2005-12-18warning: C++ style comments are not allowed in ISO C90Jörg Mayer1-1/+1
2005-12-01Bug fixes from Irene.Michael Tüxen1-32/+20
2005-08-21Add a "register_dfilter_stat()", to register stats that take a displayGuy Harris1-1/+0
2005-08-20- Declare some functions staticJörg Mayer1-4/+4
2005-08-20renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...Ulf Lamping1-1/+1
2005-08-19Move the APIs for registering and processing "-z" command-line argumentsGuy Harris1-1/+1
2005-05-02Fix a bug in counting DATA chunks.Michael Tüxen1-1/+1
2005-05-01Editorial stuffMichael Tüxen1-196/+218
2005-03-22From Irene Ruengeler: Bugfixes and support of chunk statistics per end point.Michael Tüxen1-274/+274
2005-03-10Warning fix: ISO C forbids zero-size array ‘tsnsJörg Mayer1-1/+1
2005-02-04Update to versions compiling on and working on Windows and Unix.Michael Tüxen1-29/+37
2004-12-10Get rid of C++/C99-style comments - not all C compilers accept them.Guy Harris1-11/+11
2004-09-07Set svn:eol-style to native to keep line endings canonicalized.Guy Harris1-1/+1
2004-09-07Added graphical SCTP analysis implemented by Irene Ruengeler.Michael Tüxen1-0/+1185