Fix a "equality comparison with extraneous parentheses" warning found
[obnox/wireshark/wip.git] / gtk / io_stat.c
2011-03-23 sahlbergPrint the time units in the CSV output for io_stat...
2010-11-17 cmaynardQuote all fields when exporting to CSV. Fixes bug...
2010-10-27 stigCalculate correct io->start_time.
2010-08-30 morrissRemove some unnecessary includes: a lot of things don...
2010-08-23 wmeier(Trivial/Cosmetic) Fix signatures of some signal callba...
2010-08-18 wmeierVarious minor cleanup:
2010-05-10 stigBring back "1 min" and "10 min" in IO Graph Tick interval.
2010-01-29 wmeierFix various gcc -Wshadow warnings.
2009-10-27 stigUse correct default value in tick interval combo box.
2009-10-16 etxrabMore gtk_option_menu -> gtk_combo_box
2009-10-04 etxrabGet rid of deprecated symblol gtk_widget_draw().
2009-08-27 wmeierAdd #include <stdio.h> in a few more places ....
2009-06-21 etxrabChange window_new() to dlg_window_new() and destroy...
2009-06-05 guyHave tap listeners specify whether the "packet" routine...
2009-03-13 stigFrom Jakub Zawadzki (bug 3331):
2008-12-20 wmeierFix some typos and spelling
2008-11-16 stigFill the scrollbar when the graph is empty.
2008-10-19 stigRemove a misplaced comment...
2008-10-19 stigAdd filter autocomplete for more places we use filter...
2008-10-13 stigBring the windows to front when rescanning of packets...
2008-10-11 stigEnsure we initialize all colorized filter text entries...
2008-10-10 stigAdded check for a valid field name in the advanced...
2008-10-10 rbalinttemporary fix for return type warning
2008-10-10 rbalintfixed conversion warning
2008-10-10 rbalintsupport float and double values in IO Graph calculations
2008-08-05 morrissDon't put (non-extern'd) prototypes for protect_thread_...
2008-06-29 wmeierFix some simple cases of GTK2 deprecated API usage...
2008-06-21 stigRemoved the usage of topic_available() as we now have...
2008-05-06 etxrabFix some of the Errors/warnings detected by checkapi.
2008-04-13 ulfladd the (optional) possibility to register a stock...
2008-04-13 ulflsort #includes by directories
2008-04-12 ulflmove stock icon code from toolbar.c into specific stock...
2008-04-11 ulfllast round to replace SIGNAL_CONNECT with g_signal_connect
2008-04-11 ulflthird 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 CHECK_BUTTON_NEW_WITH_MNEMONIC with gtk_check_b...
2008-04-11 ulflreplace all appearances of BUTTON_NEW_FROM_STOCK with...
2008-04-11 wmeierOBECT_..._DATA --> g_object_..._data
2008-04-06 stigRemoved some 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-21 wmeierFix two compilation errors
2008-02-20 stigAdded logarithmic y axis scale option.
2008-02-17 stigWhen resize the IO Graphs window expand the filter...
2008-02-17 stigSimplified printing of x-axis values so we get a consis...
2008-02-16 stigAdded check for idx in get_frame_num().
2008-02-16 stigCorrected previous cast.
2008-02-16 stigCast a double to guint32.
2008-02-16 stigClick in the IO Graph to select the first package in...
2008-02-01 stigRewrote some prohibited APIs in gtk/ (sprintf, strcpy...
2008-01-29 stigWhen having more than one matching item in a frame...
2008-01-27 stigWhen having more than one matching item in a frame...
2008-01-20 stigFixed crash when save IO Graphs (bug 2126).
2008-01-20 stigAdded "copy as CSV" button to IO Graphs.
2008-01-03 stigNever print x axis values outside the graph (we now...
2008-01-02 stigInitialize io->view_as_time.
2007-12-29 stigFix a cut'n'paste error for GTK_VERSION < 2 in last...
2007-12-29 stigAdd an option to view the X axis as time of day instead...
2007-12-29 stigAdd a warning in the IO Graph if too many elements.
2007-12-12 stigDo not use calc_field unless in advanced y axis (bug...
2007-12-04 stig- Added three more y axis scale values to be able to...
2007-12-04 stigSimplified y-positions for FBAR and DOT to ensure out...
2007-12-03 stigUse same notation for all y axis time labels, so we...
2007-12-03 guyParenthesize the operand of the cast, to make it cleare...
2007-12-03 etxrabAdd another cast.
2007-12-03 stigAdd some casts to get the windows compiler happy.
2007-12-03 stigAdded two more y axis scale values to be able to draw...
2007-12-03 stigEnsure we don't wrap the values when calculating advanc...
2007-09-26 stig- Added Tick interval 1 min and 10 min.
2007-08-26 stigAdded "Dot" as new style in IO Graph.
2007-08-25 etxrabCast as (gfloat)
2007-08-24 stigThe code for resizing the scrollbar page_size was a...
2007-08-24 stigPrint the first interval in the graph.
2007-08-23 stigFixed drawing of X Axis decimal values: "0. 50" -...
2007-06-23 sfisherUpdates to initial check-in of pixmap saving feature:
2007-06-22 sfisherFix enhancement bug #1337: Export IO Graphs
2007-05-29 standelFrom David Howells :
2007-03-24 sfisherRemove all warnings under Unix for the gtk/ directory.
2007-03-21 ulflfix all warnings in gtk dir & set the "treat all warnin...
2007-03-07 sfisherAdd a "Bits/Tick" option to the IO Stats dialog to...
2007-01-18 martinmAdd separate union entries to fvalue.value for signed...
2006-05-28 etxrabEthereal->Wireshark
2006-05-22 guyGet rid of a bunch of "Ethereal"s and "ethereal"s in...
2006-05-21 sahlbergname change
2006-02-11 lego add an userdata argument to register_stat_cmd_arg...
2006-02-01 sahlbergfrom Bill Meyer
2005-12-31 ulflfix #152
2005-10-27 guyMake the processing of "-z" arguments in the Tethereal...
2005-09-14 guyHave cf_retap_packets() take an argument that indicates...
2005-08-24 ulflEVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry!
2005-08-21 guyAs per a suggestion by Ulf Lamping, rename gtk_*.[ch...
2005-08-21 guyAdd a "register_dfilter_stat()", to register stats...
2005-08-20 guyRename epan/stat.[ch] to epan/stat_cmd_args.[ch] -...
2005-08-20 ulflrenamed ui_util.c/.h to gui_utils.c/.h to prevent confu...
2005-08-19 guyMove the stats.[ch] stuff into epan, so plugins can...
2005-08-19 guyMove the APIs for registering and processing "-z" comma...
2005-08-17 ulflstrdup -> g_strdup and alike
2005-08-06 jmayerLast set of char -> const char trivial warning fixes.
2005-08-06 guySquelch more const warnings (and fix some memory leaks...
2005-07-15 sahlbergmake io-stat able to do SUM(*) for FT_RELATIVE_TIME...
next