Fix for
[obnox/wireshark/wip.git] / gtk / sctp_graph_dlg.c
2011-09-19 tuexenFix a crash when zooming into a TSN plot.
2011-09-16 tuexenFix a crash when analysing SCTP TSNs.
2011-08-24 etxrabGTK3 expose_event -> draw
2011-08-12 etxrabSCTP graphs:
2011-08-08 etxrabUse GTK's G_PI
2011-08-08 etxrabDon't include color.h
2011-08-05 etxrabFree the PangoLayout.
2011-08-04 jmayerReplace almost all uses of GtkObject (which no longer...
2011-08-03 etxrabGet rid of gdk_draw_layout().
2011-07-31 etxrabTry to fix:
2011-07-31 etxrabThis circle should not be filled.
2011-07-31 etxrabUse Cairo for drawing.
2011-07-26 jmayerPart 2 of the cleanup. fix some compile errors in previ...
2011-07-26 jmayerReplace access to ...->allocation by gtk_widget_get_all...
2011-07-21 jmayerFix almost all accesses to ->window
2011-07-21 jmayerReplace references to style by gtk_widget_get_style...
2011-07-14 etxrabReplace deprecated gdk_pixmap_unref() with g_object_unr...
2011-07-14 jmayerFix some compiler errors with -DGTK_DISABLE_DEPRECATED
2011-07-13 etxrabFix more tooltips fixes.
2011-06-07 wmeierFix gcc 4.6 "set but not used [-Wunused-but-set-variabl...
2011-05-15 wmeierMark a function arg as unused.
2011-05-15 wmeierReplace a number if 'if(...){exit(10);}' by _g_asserts;
2011-04-26 cmaynardPlug a memory leak.
2010-11-09 tuexenBugfix from Irene Ruengeler to improve the TSN plot...
2010-10-12 wmeierDefine some vars & fcns as static;
2010-01-29 wmeierFix various gcc -Wshadow warnings.
2009-09-04 tuexenCleanup whitespaces.
2009-09-04 tuexenFix handling of multiple duplicate TSNs.
2009-09-04 tuexenFix compilation.
2009-09-04 tuexenFrom Irene Ruengeler: Show duplicate TSNs in SACKs.
2009-08-21 tuexenFrom Irene Ruengeler: Fix two bugs regarding plotted...
2009-06-22 etxrabChange window_new() to dlg_window_new() and destroy...
2009-06-15 jmayerTrivial warning fixes:
2009-06-05 tuexen* Fix name of Irene in AUTHORS.
2009-03-19 wmeierAs suggested by Jakub Zawadzki: actually use sizeof...
2008-07-08 wmeierFix some simple cases of GTK2 deprecated API usage...
2008-06-29 wmeierFix some simple cases of GTK2 deprecated API usage...
2008-04-13 ulflsort #includes by directories
2008-04-12 ulflwhere it's not necessary, remove #include "compat_macros.h"
2008-04-11 ulfllast round to replace SIGNAL_CONNECT with g_signal_connect
2008-04-11 ulflreplace WIDGET_SET_SIZE with gtk_widget_set_size_request
2008-04-11 ulflreplace all appearances of BUTTON_NEW_FROM_STOCK with...
2008-04-11 wmeierOBJECT_..._DATA --> g_object_..._data
2008-04-07 tuexenCleanup whitespaces.
2008-04-07 ulflremove GTK1 code
2008-03-01 tuexenInclude epan/strutil.h for gtk-1.2 builds.
2008-02-29 stigNext attempt to cleanup some string functions, including:
2008-02-01 stigRewrote some prohibited APIs in gtk/ (sprintf, strcpy...
2008-01-10 wmeierUse glib equivalent of ntohs
2007-05-24 guyUse the same workaround for the absence of rint() in...
2007-05-23 etxrabPut in some more, hopfully correct casts.
2007-05-23 guyPut back some more missing casts.
2007-05-22 guyPut back some casts, and don't use rint() on Windows...
2007-05-22 tuexenFrom Irene Ruengeler: Fix TSN handling in graphs.
2007-04-23 wmeierRestore the casts from svn 21080 (presumably) inadverta...
2007-04-22 guy"struct sack_chunk_header" is presumably just a SACK...
2007-04-22 guyDon't play type-punning games - they cause compiler...
2007-04-22 tuexenFrom Irene Ruengeler: Fix a bug regading the handling...
2007-04-03 sfisherFix warnings on Linux/gcc 4.1.1
2007-03-21 ulflfix all warnings in gtk dir & set the "treat all warnin...
2007-02-09 tuexenA fix from Irene Ruengeler to keep assocs selected...
2006-11-07 jakeFrom Albert Chin:
2006-05-31 tuexenFixes the handling of long term captures from a simulat...
2006-05-21 sahlbergname change
2006-05-09 tuexenFrom Irene: Fix wrong display of SACKs.
2006-03-30 tuexenFrom Irene: Fix problems with off screen drawings
2006-03-09 geraldRemove MIN and MAX defines, which GLib provides.
2006-02-22 tuexenFrom Irene Ruengler:
2006-01-24 etxrabReplace round() with floor(), I don't know if it's...
2006-01-23 tuexenFrom Irene: Add support for showing TSN and time in...
2005-08-21 guyAdd a "register_dfilter_stat()", to register stats...
2005-08-20 ulflrenamed ui_util.c/.h to gui_utils.c/.h to prevent confu...
2005-08-19 guyMove the APIs for registering and processing "-z" comma...
2005-07-12 tuexenFrom Irene Ruengeler: Handle multiple gap reports corre...
2005-07-08 tuexenFix a crash reported by Jeff Morris.
2005-06-26 ulflsctp_graph_dlg.c(383) : warning C4244: '=' : conversion...
2005-05-11 sahlbergavoid a div-by-0
2005-05-01 tuexenEditorial cleanups
2005-03-22 tuexenFrom Irene Ruengeler: Bugfixes and support of chunk...
2005-03-10 jmayerWarning fix: ISO C forbids zero-size array ‘tsns
2005-02-04 tuexenUpdate to versions compiling on and working on Windows...
2004-12-10 guyGet rid of C++/C99-style comments - not all C compilers...
2004-09-07 guySet svn:eol-style to native to keep line endings canoni...
2004-09-07 tuexenAdded graphical SCTP analysis implemented by Irene...