aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/sctp_graph_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-07Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;Bill Meier1-7/+8
2011-05-15Mark a function arg as unused.Bill Meier1-1/+1
2011-05-15Replace a number if 'if(...){exit(10);}' by _g_asserts;Bill Meier1-54/+44
2011-04-26Plug a memory leak.Chris Maynard1-1/+0
2010-11-09Bugfix from Irene Ruengeler to improve the TSN plot for SCTPMichael Tüxen1-2/+2
2010-10-12Define some vars & fcns as static;Bill Meier1-45/+59
2010-01-29Fix various gcc -Wshadow warnings.Bill Meier1-2/+2
2009-09-04Cleanup whitespaces.Michael Tüxen1-10/+10
2009-09-04Fix handling of multiple duplicate TSNs.Michael Tüxen1-4/+2
2009-09-04Fix compilation.Michael Tüxen1-4/+4
2009-09-04From Irene Ruengeler: Show duplicate TSNs in SACKs.Michael Tüxen1-8/+43
2009-08-21From Irene Ruengeler: Fix two bugs regarding plotted TSNs reported byMichael Tüxen1-5/+5
2009-06-22Change window_new() to dlg_window_new() and destroy the window with the top l...Anders Broman1-4/+2
2009-06-15Trivial warning fixes:Jörg Mayer1-1/+1
2009-06-05* Fix name of Irene in AUTHORS.Michael Tüxen1-7/+234
2009-03-19As suggested by Jakub Zawadzki: actually use sizeof(...) rather than a numeri...Bill Meier1-13/+13
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-11/+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-46/+43
2008-04-07remove GTK1 codeUlf Lamping1-103/+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
2008-01-10Use glib equivalent of ntohsBill Meier1-3/+3
2007-05-24Use the same workaround for the absence of rint() in MSVC++ that's usedGuy Harris1-9/+19
2007-05-23Put in some more, hopfully correct casts.Anders Broman1-2/+2
2007-05-23Put back some more missing casts.Guy Harris1-2/+2
2007-05-22Put back some casts, and don't use rint() on Windows, in the hopes ofGuy Harris1-2/+11
2007-05-22From Irene Ruengeler: Fix TSN handling in graphs.Michael Tüxen1-98/+47
2007-04-23Restore the casts from svn 21080 (presumably) inadvertantly removed in svn 21...Bill Meier1-10/+10
2007-04-22"struct sack_chunk_header" is presumably just a SACK chunk headerGuy Harris1-7/+7
2007-04-22Don't play type-punning games - they cause compiler warnings (not thatGuy Harris1-2/+2
2007-04-22From Irene Ruengeler: Fix a bug regading the handling of ABORT chunks.Michael Tüxen1-24/+138
2007-04-03Fix warnings on Linux/gcc 4.1.1Stephen Fisher1-1/+1
2007-03-21fix all warnings in gtk dir & set the "treat all warnings as errors" MSVC flagUlf Lamping1-20/+20
2007-02-09A fix from Irene Ruengeler to keep assocs selected whenMichael Tüxen1-11/+11
2006-11-07From Albert Chin:Jaap Keuter1-2/+2
2006-05-31Fixes the handling of long term captures from a simulation tool.Michael Tüxen1-50/+127
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-05-09From Irene: Fix wrong display of SACKs.Michael Tüxen1-12/+25
2006-03-30From Irene: Fix problems with off screen drawingsMichael Tüxen1-11/+61
2006-03-09Remove MIN and MAX defines, which GLib provides.Gerald Combs1-20/+18
2006-02-22From Irene Ruengler:Michael Tüxen1-19/+29
2006-01-24Replace round() with floor(), I don't know if it's the right thing to do but ...Anders Broman1-1/+1