aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/io_stat.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-04Corrected position of FBAR and DOT.Stig Bjørlykke1-4/+4
2011-08-03Get rid of gdk_draw_layout().Anders Broman1-15/+16
2011-07-27Define M_PI and protect itAnders Broman1-0/+2
2011-07-27Define M_PIAnders Broman1-0/+2
2011-07-27Use correct color for impulse, filled bar and dot.Stig Bjørlykke1-15/+17
2011-07-26Replace access to ...->allocation by gtk_widget_get_allocation +Jörg Mayer1-8/+14
2011-07-25Code cleanup.Anders Broman1-20/+1
2011-07-24Replace depricated gdk_draw_drawable().Anders Broman1-20/+12
2011-07-24Try to fix "The graph is not updated when changing settings or adding new gra...Anders Broman1-1/+13
2011-07-24The guards for 2,22,0 are not needed, tested on a debian system with gtk 2.12.Jörg Mayer1-118/+0
2011-07-23Fix a copy-paste error.Anders Broman1-1/+1
2011-07-23Use cairo for drawing to avoid deprecated functions.Anders Broman1-16/+149
2011-07-21Handle more stuff in old-gtk-compat.h to avoid guarding in the code.Jörg Mayer1-49/+0
2011-07-21Fix almost all accesses to ->windowJörg Mayer1-6/+6
2011-07-21Create a file containing macros to provide the access-functionsJörg Mayer1-18/+1
2011-07-21Replace references to style by gtk_widget_get_style (according toJörg Mayer1-14/+14
2011-07-19Get rid of all GtkAdjustment element accesses. Fix a bugJörg Mayer1-0/+18
2011-07-14Replace deprecated gdk_pixmap_unref() with g_object_unref().Anders Broman1-1/+1
2011-07-14Fix some compiler errors with -DGTK_DISABLE_DEPRECATEDJörg Mayer1-0/+8
2011-07-11More GLIB_CHECK_VERSION and GTK_CHECK_VERSION cleanup.Gerald Combs1-34/+0
2011-06-23Fix some of the GTK deprecated functions.Anders Broman1-4/+67
2011-05-25Allow longer field names in the advanced filter control.Martin Mathieson1-1/+1
2011-05-10More GUIManager stuff.Anders Broman1-15/+1
2011-05-03Do some prep work on GUIManager code, if you enable it it will break as the m...Anders Broman1-0/+25
2011-03-23Print the time units in the CSV output for io_stat using correct extension, i...Ronnie Sahlberg1-6/+8
2010-11-17Quote all fields when exporting to CSV. Fixes bug 2811.Chris Maynard1-4/+4
2010-10-27Calculate correct io->start_time.Stig Bjørlykke1-1/+1
2010-08-30Remove some unnecessary includes: a lot of things don't need globals.h and re...Jeff Morriss1-2/+0
2010-08-23(Trivial/Cosmetic) Fix signatures of some signal callback functions;Bill Meier1-1/+1
2010-08-18Various minor cleanup:Bill Meier1-172/+135
2010-05-10Bring back "1 min" and "10 min" in IO Graph Tick interval.Stig Bjørlykke1-1/+3
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