aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/io_stat.c
AgeCommit message (Expand)AuthorFilesLines
2010-01-29Fix various gcc -Wshadow warnings.Bill Meier1-11/+11
2009-10-27Use correct default value in tick interval combo box.Stig Bjørlykke1-5/+5
2009-10-16More gtk_option_menu -> gtk_combo_boxAnders Broman1-130/+98
2009-10-04Get rid of deprecated symblol gtk_widget_draw().Anders Broman1-7/+8
2009-08-27Add #include <stdio.h> in a few more places ....Bill Meier1-0/+1
2009-06-21Change window_new() to dlg_window_new() and destroy the window with the top l...Anders Broman1-2/+3
2009-06-05Have tap listeners specify whether the "packet" routine requiresGuy Harris1-3/+4
2009-03-13From Jakub Zawadzki (bug 3331):Stig Bjørlykke1-3/+1
2008-12-20Fix some typos and spellingBill Meier1-1/+1
2008-11-16Fill the scrollbar when the graph is empty.Stig Bjørlykke1-3/+9
2008-10-19Remove a misplaced comment...Stig Bjørlykke1-1/+0
2008-10-19Add filter autocomplete for more places we use filter entries.Stig Bjørlykke1-0/+8
2008-10-13Bring the windows to front when rescanning of packets are done.Stig Bjørlykke1-0/+3
2008-10-11Ensure we initialize all colorized filter text entries before we show theStig Bjørlykke1-0/+2
2008-10-10Added check for a valid field name in the advanced field.Stig Bjørlykke1-0/+2
2008-10-10temporary fix for return type warningBalint Reczey1-1/+1
2008-10-10fixed conversion warningBalint Reczey1-1/+1
2008-10-10support float and double values in IO Graph calculationsBalint Reczey1-6/+90
2008-08-05Don't put (non-extern'd) prototypes for protect_thread_critical_region() andJeff Morriss1-65/+63
2008-06-29Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...Bill Meier1-15/+16
2008-06-21Removed the usage of topic_available() as we now have all topics.Stig Bjørlykke1-18/+7
2008-05-06Fix some of the Errors/warnings detected by checkapi.Anders Broman1-2/+2
2008-04-13add the (optional) possibility to register a stock icon for a stats menu entryUlf Lamping1-1/+2
2008-04-13sort #includes by directoriesUlf Lamping1-13/+15
2008-04-12move stock icon code from toolbar.c into specific stock_icons file(s)Ulf Lamping1-1/+1
2008-04-11last round to replace SIGNAL_CONNECT with g_signal_connectUlf Lamping1-22/+22
2008-04-11third round to replace SIGNAL_CONNECT with g_signal_connectUlf Lamping1-22/+22
2008-04-11replace WIDGET_SET_SIZE with gtk_widget_set_size_requestUlf Lamping1-1/+1
2008-04-11replace CHECK_BUTTON_NEW_WITH_MNEMONIC with gtk_check_button_new_with_mnemonicUlf Lamping1-1/+1
2008-04-11replace all appearances of BUTTON_NEW_FROM_STOCK with GTK2's gtk_button_new_f...Ulf Lamping1-1/+1
2008-04-11OBECT_..._DATA --> g_object_..._dataBill Meier1-23/+23
2008-04-06Removed some GTK1 code.Stig Bjørlykke1-102/+6
2008-03-01Include epan/strutil.h for gtk-1.2 builds.Michael Tüxen1-0/+1
2008-02-29Next attempt to cleanup some string functions, including:Stig Bjørlykke1-5/+4
2008-02-21Fix two compilation errorsBill Meier1-2/+2
2008-02-20Added logarithmic y axis scale option.Stig Bjørlykke1-28/+99
2008-02-17When resize the IO Graphs window expand the filter field and advancedStig Bjørlykke1-5/+5
2008-02-17Simplified printing of x-axis values so we get a consistent view even if Stig Bjørlykke1-23/+11
2008-02-16Added check for idx in get_frame_num().Stig Bjørlykke1-1/+5
2008-02-16Corrected previous cast.Stig Bjørlykke1-1/+1
2008-02-16Cast a double to guint32.Stig Bjørlykke1-1/+1
2008-02-16Click in the IO Graph to select the first package in the selected interval.Stig Bjørlykke1-15/+103
2008-02-01Rewrote some prohibited APIs in gtk/ (sprintf, strcpy, strcat).Stig Bjørlykke1-2/+2
2008-01-29When having more than one matching item in a frame the MAX and MIN calculationStig Bjørlykke1-18/+20
2008-01-27When having more than one matching item in a frame the AVG calculationStig Bjørlykke1-5/+7
2008-01-20Fixed crash when save IO Graphs (bug 2126).Stig Bjørlykke1-1/+2
2008-01-20Added "copy as CSV" button to IO Graphs.Stig Bjørlykke1-32/+100
2008-01-03Never print x axis values outside the graph (we now have "view as time of day").Stig Bjørlykke1-10/+16
2008-01-02Initialize io->view_as_time.Stig Bjørlykke1-1/+2
2007-12-29Fix a cut'n'paste error for GTK_VERSION < 2 in last commit.Stig Bjørlykke1-25/+25