aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/sctp_graph_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-19Fix a bug when drawing TSN plots which results in a crash.Michael Tüxen1-1/+2
2011-10-13Make clang on Mac OS X 10.7.2. happy.Michael Tüxen1-1/+1
2011-09-19Fix a crash when zooming into a TSN plot.Michael Tüxen1-107/+109
2011-09-16Fix a crash when analysing SCTP TSNs.Michael Tüxen1-0/+1
2011-08-24GTK3 expose_event -> drawAnders Broman1-6/+23
2011-08-12SCTP graphs:Anders Broman1-55/+191
2011-08-08Use GTK's G_PIAnders Broman1-12/+8
2011-08-08Don't include color.hAnders Broman1-1/+0
2011-08-05Free the PangoLayout.Anders Broman1-0/+5
2011-08-04Replace almost all uses of GtkObject (which no longer existsJörg Mayer1-1/+1
2011-08-03Get rid of gdk_draw_layout().Anders Broman1-27/+47
2011-07-31Try to fix:Anders Broman1-3/+3
2011-07-31This circle should not be filled.Anders Broman1-1/+1
2011-07-31Use Cairo for drawing.Anders Broman1-145/+245
2011-07-26Part 2 of the cleanup. fix some compile errors in previous patch.Jörg Mayer1-0/+1
2011-07-26Replace access to ...->allocation by gtk_widget_get_allocation +Jörg Mayer1-27/+23
2011-07-21Fix almost all accesses to ->windowJörg Mayer1-12/+13
2011-07-21Replace references to style by gtk_widget_get_style (according toJörg Mayer1-30/+30
2011-07-14Replace deprecated gdk_pixmap_unref() with g_object_unref().Anders Broman1-1/+1
2011-07-14Fix some compiler errors with -DGTK_DISABLE_DEPRECATEDJörg Mayer1-0/+20
2011-07-13Fix more tooltips fixes.Anders Broman1-5/+2
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