fix doxygen generation
[obnox/wireshark/wip.git] / gtk / io_stat.c
2004-09-29 guyMove the tap infrastructure to the epan directory.
2004-07-27 guyFrom Ian Schorr: don't check the validity of the field...
2004-07-19 ulflrenamed filter_prefs to filter_dlg, as the filter setti...
2004-07-18 guySet the svn:eol-style property on all text files to...
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-04-17 guyReport problems due to the user specifying something...
2004-03-13 ulflreplaced sprintf / snprintf by g_snprintf,
2004-03-08 sahlbergupdate to iostat make it automagically make sure...
2004-02-27 ulfladded dfilter string syntax check to various places
2004-02-25 ulflchanged some labels
2004-02-24 ulflminor redesign of the dialog
2004-02-24 ulfladded a "Close" button to the dialog
2004-02-23 ulflchanged title and menu registering to "IO Graphs"
2004-02-23 ulflChanged all items to "Endpoint List" and get rid of...
2004-02-23 ulflstatistics menu redesigned, now looking more like the...
2004-02-22 ulflRedesigned the menu structure of the former statistics...
2004-02-13 guyAdd a "window_new()" routine that creates a window...
2004-02-11 guyMost taps that now include "tap_menu.h" no longer need...
2004-02-11 guyMove the declaration of "register_tap_menu_item()"...
2004-02-11 guyAdd a routine to be used to put up alert boxes for...
2004-01-31 guyPass ESD_BTN_OK rather than NULL as a second argument to
2004-01-21 ulfluse stock buttons whereever possible,
2004-01-13 guyAdd a routine "retap_packet()" that runs through all...
2004-01-13 guy"dfilter_compile()" supplies a null dfilter pointer...
2004-01-13 guyAdd a routine "io_stat_reset()" to reset an io_stat_t...
2004-01-05 ulflremoved some MSVC warnings (level 3)
2004-01-03 sharpeMake Analyze/Statistics have an accelerator of Alt...
2003-12-23 ulflremoved some MSVC warnings (conversions between double...
2003-12-17 guyFrom Lars Roland: have common code to handle display...
2003-12-16 oabadUse gtk compatibility macros (from compat_macros.h...
2003-12-14 guyFrom Ronnie Sahlberg: support iostat graphs with 1ms...
2003-12-02 guyFrom Didier Gautheron: put an "fvalue_t" structure...
2003-10-27 guyDon't draw a Y-axis label if you haven't constructed...
2003-10-26 sahlbergUpdate to cf_get_display_name()
2003-10-15 sahlbergClient LOAD measurement for io-stat
2003-10-15 sahlbergRemove the unnecassary HashTable and use gtk_object_...
2003-10-15 sahlbergremove an extra ';' to keep visual studio happy
2003-10-14 sahlbergupdate to iostat,
2003-10-14 sahlbergremove the redundant count_type structure as part of...
2003-10-14 sahlbergfurther cleanup
2003-10-14 sahlbergfurther cleanup
2003-10-14 sahlbergSimplify handling of tick val
2003-10-14 sahlbergupdate to iostat
2003-10-12 sahlbergFurther updates/rewrite of iostat
2003-10-11 sahlbergminor cleanup and update for printing the y scale as...
2003-10-11 sahlbergMassive update of the _draw() routine in iostat
2003-10-06 guyRename "max_tick_values" to "tick_interval_values"...
2003-10-06 guyMake the "needs_redraw" flag a gboolean, as it's a...
2003-10-04 sahlbergFix to IO-Stat.
2003-09-26 guyAssorted GUI cleanups.
2003-09-24 guyPass a pointer to a "capture_file" structure to
2003-09-19 guyProvide a mechanism by which a tap can arrange to have...
2003-09-17 guyHave "register_tap_menu_item()" put the item under...
2003-09-15 guyAdd a routine to return the display name for a "capture...
2003-09-15 guyKeep a "display name" as part of a capture_file structu...
2003-09-15 guyFrom Graeme Hewson:
2003-09-02 sahlbergWhen putting the filename in the titlebar
2003-08-25 sahlbergUpdate to IO-Stat to put the capture filename on the...
2003-04-23 guyMake "register_tap_listener()" return NULL on success...
2003-04-23 guyHave "register_tap_menu_item()" create submenus as...
2003-04-23 guyAllow taps to have menu item registration routines...
2003-03-05 guy"gtk_box_pack_end()" expects a GtkBox, not a GtkContain...
2003-03-05 geraldEliminate vertical padding in the IO Stat window.
2003-01-15 guyMove the code that associates buttons with filter dialo...
2003-01-15 guyAdd a new routine "filter_button_destroy_cb()", and...
2003-01-11 sahlbergFrom Ronald Henderson, when closing IO-Stat window...
2002-12-16 guyFrom Andreas Trauer: dissect the L2TP AVPs Initial...
2002-12-16 sahlbergCosmetic fix for io_stat. make sure that the graph...
2002-12-16 sahlbergFrom Ronald Henderson: support for colored graphs...
2002-12-05 sahlbergFix two compiler warnings
2002-12-02 guyFrom Jason House: MSVC++ doesn't like cases with no...
2002-11-29 sahlbergUpdte for io-stat to make it more powerful.
2002-11-19 sahlbergput nice io-stat title on the io-stat window
2002-11-17 sahlbergupdate for gui version of io-stat
2002-11-16 guyIf you include "gtk/gtkglobals.h" before including...
2002-11-16 sahlberg io-stat. Previously io-stat was hardcoded to calcu...
2002-11-15 oabadIn gtk2 code :
2002-11-15 sahlbergGtk1 version of io-stat
2002-11-14 sahlbergFeature for Gtk2: GUI version of IO-STAT. Looks reasona...