aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/service_response_time_table.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-05From Didier Gautheron:etxrab1-28/+95
2009-10-01From : Didier Gautheronetxrab1-211/+118
2009-06-05And again.guy1-7/+1
2009-06-05Use time_stat_init() to initialize the statistics for procedures.guy1-7/+1
2008-05-17- Use the common function for applying a selected filter.stig1-121/+24
2008-04-13sort #includes by directoriesulfl1-10/+14
2008-04-12where it's not necessary, remove #include "compat_macros.h"ulfl1-1/+0
2008-04-11last round to replace SIGNAL_CONNECT with g_signal_connectulfl1-2/+2
2008-04-11add missing braces to unbreak the buildsahlberg1-47/+47
2008-04-11replace ITEM_FACTORY_ENTRY and ITEM_FACTORY_STOCK_ENTRY with their required d...ulfl1-47/+47
2007-12-09Add macros for various filter actions and types, and to combine themguy1-64/+62
2007-12-04Do not create an illegal filter when having an empty display filter andstig1-8/+20
2007-12-04Add a break statement - not necessary in this case, but cleaner, andguy1-0/+1
2007-11-28Fix bug #954 for LDAP SRT stats along with the same problem in all the othersfisher1-7/+13
2007-05-29Use G_GINT64_MODIFIER, rather than the PRI[douxX]64 macros, for GLibguy1-1/+1
2007-05-29From David Howells :standel1-2/+2
2006-05-21name changesahlberg1-2/+2
2006-02-01From Greg Morris:etxrab1-0/+1
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! ulfl1-3/+2
2005-08-22Add a "time_stat_init()" routine to initialize the fields of aguy1-59/+32
2005-08-21Use "g_strdup_printf()" rather than formatting into a fixed-lengthguy1-46/+41
2005-08-20renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...ulfl1-1/+1
2005-08-05More char -> const char warning fixes.jmayer1-1/+1
2005-06-27Add som more const qualifiers.etxrab1-1/+1
2005-06-24Constify a bunch of structure members and function arguments, to squelchguy1-1/+1
2005-01-01As we've made the tap_specific_data field of a tap_packet_t structure aguy1-1/+1
2004-12-31In column sort routines, make the row pointers "const" pointers, as theguy1-2/+2
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
2004-06-02move "extern GtkWidget *main_display_filter_widget" fromulfl1-2/+3
2004-05-07rename context menu items:ulfl1-15/+15
2004-04-07make service response time statistics work for "unknown" rpc programs.sahlberg1-2/+20
2004-03-13replaced sprintf / snprintf by g_snprintf,ulfl1-12/+12
2004-02-23Add a "force" argument to "filter_packets()" andguy1-2/+2
2004-02-06replaced every appearance of gtk_scrolled_window_new() withulfl1-3/+3
2004-01-31Pass ESD_BTN_OK rather than NULL as a second argument toguy1-2/+2
2004-01-25apply automatically generated filters strings to the recent dropdown list,ulfl1-2/+3
2003-12-04In GTK+ 2.x, "gtk_entry_get_text()" returns a "const gchar *"; assignguy1-2/+2
2003-11-05update for LDAPsahlberg1-2/+1
2003-10-10Add a ColorizeProcedure menu option to the ServiceResponseTime statistics dialogsahlberg1-1/+16
2003-10-10Add a Find Next/Previous menu option to the ServiceResponseTimeStatistics dialogsahlberg1-4/+27
2003-09-05Add a popup to the ServicveResponseTime tables where the user can selectsahlberg1-2/+176
2003-09-03fix to various stats tables.sahlberg1-5/+4
2003-06-22From Lars Roland: Fix the service response time functions to work with GTK2.gerald1-9/+11
2003-06-21Cosmetic bug.sahlberg1-4/+4
2003-06-21Make the default sorting for the list be column 2 in descending order so wesahlberg1-9/+12
2003-06-21Update the ServiceResponseTime helper routines so that the columnssahlberg1-4/+141
2003-06-21Break out the code for the ahndling of the Service Response Time (formerly kn...sahlberg1-0/+234