aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/gtk_stat_util.c
AgeCommit message (Collapse)AuthorFilesLines
2005-08-21As per a suggestion by Ulf Lamping, rename gtk_*.[ch] to gui_*.[ch], soGuy Harris1-129/+0
that it doesn't appear to be part of GTK+. svn path=/trunk/; revision=15501
2005-08-10removed tons of MSVC const related warnings.Ulf Lamping1-1/+1
This might at some places interfere with the changes for gcc4, we might have to negotiate in that case :-) Please note that a lot of these warnings were GTK1.x related only! svn path=/trunk/; revision=15286
2005-08-05More char -> const char warning fixes.Jörg Mayer1-2/+2
Removed (very few) casts that only change the warning message but don't remove it (with gcc-4). svn path=/trunk/; revision=15227
2005-06-27Add som more const qualifiers.Anders Broman1-1/+1
svn path=/trunk/; revision=14795
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
they have LF at the end of the line on UN*X and CR/LF on Windows; hopefully this means that if a CR/LF version is checked in on Windows, the CRs will be stripped so that they show up only when checked out on Windows, not on UN*X. svn path=/trunk/; revision=11400
2004-06-01add details for doxygen, various code cleanups as a result of thisUlf Lamping1-1/+9
svn path=/trunk/; revision=11062
2004-03-13replaced sprintf / snprintf by g_snprintf,Ulf Lamping1-2/+2
various other string related changes svn path=/trunk/; revision=10373
2004-02-06replaced every appearance of gtk_scrolled_window_new() withUlf Lamping1-4/+1
scrolled_window_new(). added gtk_scrolled_window_set_policy(AUTOMATIC,AUTOMATIC) to scrolled_window_new() added GTK2's gtk_scrolled_window_set_shadow(GTK_SHADOW_IN) to every place needed svn path=/trunk/; revision=9999
2003-08-21From Lars Roland:Guy Harris1-5/+4
A scrollable GtkCList is used now for both GTK1 and GTK2. Removed "overall" line from statistics table. It is not useful. "Response Time Delay" was renamed into "Service Response Time". Menu Item moved to "Service Response Time" folder. As Ronnie suggested, the active display filter is now used as default statistics filter. svn path=/trunk/; revision=8205
2003-04-27From Lars Roland: add routines to use when creating statistics windowsGuy Harris1-1/+61
(at least with GTK+ 1.2[.x]), and make the MGCP statistics routine use them. The routines use a GtkCList and make it scrollable. svn path=/trunk/; revision=7586
2003-04-25From Lars Roland:Guy Harris1-0/+65
Filter dialog for the MGCP statistics tap. Routines for building GUI table displays for statistics taps. Use the timestats.c routines in the SMB statistics tap. svn path=/trunk/; revision=7561