Redraw when vertical scroll is used.
[obnox/wireshark/wip.git] / gtk / summary_dlg.c
2011-07-06 guyConstify to squelch compiler warning.
2011-07-06 guyDon't check for "(null)" as the result of a printf...
2011-07-05 tuexenDon't use strcpy().
2011-07-05 tuexen(Try to) fix compilation when no libpcap is available.
2011-07-05 tuexenAdd initial support for multiple interfaces. More to...
2009-12-17 stigAdded "Ignore Packet" menu items to the main menu.
2009-04-21 guyTurn on -Wshorten-64-to-32 by default, and fix some...
2009-02-23 stigUse bold labels for headings.
2008-10-14 geraldUse a more accurate variable name for the wiretap file...
2008-06-29 wmeierFix some simple cases of GTK2 deprecated API usage...
2008-06-24 guyAdd gtk/capture_globals.h, to declare global_capture_op...
2008-06-21 stigRemoved the usage of topic_available() as we now have...
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 wmeierOBJECT_..._DATA --> g_object_..._data
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-11-30 stigMore summary enhancements:
2007-11-28 stigSummary enhancements:
2007-11-14 stigAdded some parentheses to clarify the gint64 cast.
2007-11-14 stigFrom Shiang-Ming Huang:
2007-08-30 geraldChange the "--enable-setuid-install" option to install...
2007-05-29 guyUse G_GINT64_MODIFIER, rather than the PRI[douxX]64...
2007-05-29 guyCheck for G_GINT64_MODIFIER in Wireshark as we do in...
2007-05-29 standelFrom David Howells :
2007-05-25 guySquelch some qualifier (const vs. non-const) warnings.
2006-11-05 ulflchange all file offsets from long to gint64 so we can...
2006-05-22 guyGet rid of a bunch of "Ethereal"s and "ethereal"s in...
2006-05-21 sahlbergname change
2006-02-17 ulflremove dependencies to pcap.h, so getting an idea what...
2005-08-20 ulflrenamed ui_util.c/.h to gui_utils.c/.h to prevent confu...
2005-08-06 guySquelch more const warnings (and fix some memory leaks...
2005-07-09 ulflMSVC: fix some guint64 related compiler errors
2005-07-08 guyMake the counters in the summary 64-bit, so they don...
2005-03-07 jmayer- pcap.h needs to be included before capture.h
2005-02-06 ulflanother two steps towards privilege seperation:
2005-02-04 ulflremove #include "globals.h" from summary.c, as it's...
2005-01-20 ulfladd some more online help functionality and help button...
2005-01-01 guyThe right way to check whether a pointer is null and...
2004-07-18 guySet the svn:eol-style property on all text files to...
2004-06-18 guy"ti_time" is a "time_t", not a "long" ("time_t" isn...
2004-06-18 ulfladd timestamp of first and last packet to summary dialog
2004-05-23 ulfluse new functions in window API (ui_util.h),
2004-05-22 ulflgoing to have a standard behaviour of the dialogs
2004-05-21 ulflcode cleanup (e.g. removed unused function parameters),
2004-05-21 guyGCC warns about zero-length format strings, presumably...
2004-05-20 ulflcomplete new layout of the summary dialog
2004-03-13 ulflreplaced sprintf / snprintf by g_snprintf,
2004-02-13 guyAdd a "window_new()" routine that creates a window...
2004-02-02 guyInclude <string.h> to declare "strlen()".
2004-02-01 ulflbeautified the dialog a bit
2004-02-01 ulflavoid very large dialogs, when display filters becoming...
2004-01-21 ulflimplemented dlg_button_row_new to get a standard functi...
2004-01-21 ulfluse stock buttons whereever possible,
2003-12-21 guyIf we don't have any packets, or don't have any filtere...
2003-12-20 obiotMove display filter into filtered packets frame.
2003-09-02 guyFrom Jean-Michel Fayard: show in Tools:Summary window...
2003-03-07 geraldAdd an average packet size, as suggested by Daniel...
2002-11-11 oabadUse gtk1/gtk2 compatibility macros to reduce #ifdefs.
2002-11-03 oabadMerge gtk and gtk2 directories.
2002-09-05 jmayerInclude cleanups in gtk and gtk2:
2002-08-31 geraldCast the Mbits/s calculation as a float, so that we...
2002-08-28 jmayerRemoved trailing whitespaces from .h and .c files using the
2002-03-05 guyFrom Joerg Mayer: use _U_ to flag unused arguments.
2002-02-08 guyHave Wiretap set the snapshot length to 0 if it can...
2001-12-12 geraldGo nuts with the 3D logo.
2001-02-11 guyIn Ethereal, attempt to get the packet statistics from...
2000-08-21 denielAdd the number of marked packets in the summary window.
2000-08-19 denielAdd Mbit/sec to the summary window.
2000-08-11 denielMiscellaneous code cleaning
2000-07-05 guyPut the close button in an HButtonBox, so that it doesn...
2000-05-03 guyMake the summary dialog box use the new utilities to...
2000-04-13 guyAs we always have to have a filter string (thanks to...
2000-04-01 guyNo work need be done when a summary dialog box is destr...
1999-12-10 gramMove GTK code out of summary.c and into gtk/summary_dlg.c