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