The Styleguide section has been moved to the Wireshark Developer's Guide.
[obnox/wireshark/wip.git] / gtk / sctp_byte_graph_dlg.c
2010-01-29 wmeierFix various gcc -Wshadow warnings.
2009-06-22 etxrabChange window_new() to dlg_window_new() and destroy...
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...
2007-05-22 tuexenFrom Irene Ruengeler: Fix TSN handling in graphs.
2007-04-22 tuexenFrom Irene Ruengeler: Fix a bug regading the handling...
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-05-31 tuexenFixes the handling of long term captures from a simulat...
2006-05-21 sahlbergname change
2006-03-30 tuexenFrom Irene: Fix problems with off screen drawings
2006-03-09 geraldRemove MIN and MAX defines, which GLib provides.
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-12-18 jmayerwarning: C++ style comments are not allowed in ISO C90
2005-12-01 tuexenBug fixes from Irene.
2005-08-21 guyAdd a "register_dfilter_stat()", to register stats...
2005-08-20 jmayer- Declare some functions static
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-05-02 tuexenFix a bug in counting DATA chunks.
2005-05-01 tuexenEditorial stuff
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...