aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/service_response_time_table.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-17Add the correct casts to make it compile on some old ERHL box.Anders Broman1-2/+2
2011-06-09Add casts to make it compile on some old ERHL box.Anders Broman1-3/+3
2010-12-06Fix various typos and spelling errors.Bill Meier1-1/+1
2010-10-03Use UTF8_HORIZONTAL_ELLIPSIS instead of "..." in menus.Stig Bjørlykke1-20/+21
2010-09-02Remove the depricated GtkItemFactory code.Anders Broman1-100/+27
2010-08-30Include stdio.h. Fixup indent some.Jeff Morriss1-34/+35
2010-08-30Remove some unnecessary includes: a lot of things don't need globals.h and re...Jeff Morriss1-22/+21
2010-08-29Switch to GTK UIManager.Anders Broman1-0/+224
2010-08-23(Trivial/Cosmetic) Fix signatures of some signal callback functions;Bill Meier1-1/+1
2010-08-05(Trivial) Whitespace cleanup.Bill Meier1-58/+58
2010-08-05From Cal Turney: Need 6 dec places of SRT precision in WS SRT dialogs and the...Bill Meier1-8/+12
2009-10-05From Didier Gautheron:Anders Broman1-28/+95
2009-10-01From : Didier GautheronAnders Broman1-211/+118
2009-06-05And again.Guy Harris1-7/+1
2009-06-05Use time_stat_init() to initialize the statistics for procedures.Guy Harris1-7/+1
2008-05-17- Use the common function for applying a selected filter.Stig Bjørlykke1-121/+24
2008-04-13sort #includes by directoriesUlf Lamping1-10/+14
2008-04-12where it's not necessary, remove #include "compat_macros.h"Ulf Lamping1-1/+0
2008-04-11last round to replace SIGNAL_CONNECT with g_signal_connectUlf Lamping1-2/+2
2008-04-11add missing braces to unbreak the buildRonnie Sahlberg1-47/+47
2008-04-11replace ITEM_FACTORY_ENTRY and ITEM_FACTORY_STOCK_ENTRY with their required d...Ulf Lamping1-47/+47
2007-12-09Add macros for various filter actions and types, and to combine themGuy Harris1-64/+62
2007-12-04Do not create an illegal filter when having an empty display filter andStig Bjørlykke1-8/+20
2007-12-04Add a break statement - not necessary in this case, but cleaner, andGuy Harris1-0/+1
2007-11-28Fix bug #954 for LDAP SRT stats along with the same problem in all the otherStephen Fisher1-7/+13
2007-05-29Use G_GINT64_MODIFIER, rather than the PRI[douxX]64 macros, for GLibGuy Harris1-1/+1
2007-05-29From David Howells :Sebastien Tandel1-2/+2
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-02-01From Greg Morris:Anders Broman1-0/+1
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping1-3/+2
2005-08-22Add a "time_stat_init()" routine to initialize the fields of aGuy Harris1-59/+32
2005-08-21Use "g_strdup_printf()" rather than formatting into a fixed-lengthGuy Harris1-46/+41
2005-08-20renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...Ulf Lamping1-1/+1
2005-08-05More char -> const char warning fixes.Jörg Mayer1-1/+1
2005-06-27Add som more const qualifiers.Anders Broman1-1/+1
2005-06-24Constify a bunch of structure members and function arguments, to squelchGuy Harris1-1/+1
2005-01-01As we've made the tap_specific_data field of a tap_packet_t structure aGuy Harris1-1/+1
2004-12-31In column sort routines, make the row pointers "const" pointers, as theGuy Harris1-2/+2
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-06-02move "extern GtkWidget *main_display_filter_widget" fromUlf Lamping1-2/+3
2004-05-07rename context menu items:Ulf Lamping1-15/+15
2004-04-07make service response time statistics work for "unknown" rpc programs.Ronnie Sahlberg1-2/+20
2004-03-13replaced sprintf / snprintf by g_snprintf,Ulf Lamping1-12/+12
2004-02-23Add a "force" argument to "filter_packets()" andGuy Harris1-2/+2
2004-02-06replaced every appearance of gtk_scrolled_window_new() withUlf Lamping1-3/+3
2004-01-31Pass ESD_BTN_OK rather than NULL as a second argument toGuy Harris1-2/+2
2004-01-25apply automatically generated filters strings to the recent dropdown list,Ulf Lamping1-2/+3
2003-12-04In GTK+ 2.x, "gtk_entry_get_text()" returns a "const gchar *"; assignGuy Harris1-2/+2
2003-11-05update for LDAPRonnie Sahlberg1-2/+1
2003-10-10Add a ColorizeProcedure menu option to the ServiceResponseTime statistics dialogRonnie Sahlberg1-1/+16