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