aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/io_stat.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-15Move gtk to ui/gtk.Jörg Mayer1-2431/+0
2011-09-25We now always build with MAIN_MENU_USE_UIMANAGER, so remove all code usingJörg Mayer1-15/+0
2011-08-23From Akos Lukovics:Stig Bjørlykke1-15/+54
2011-08-23Make colors work on GTK3Anders Broman1-3/+2
2011-08-23Make the IO-grph work in GTK3.Anders Broman1-6/+47
2011-08-22From Akos Lukovics:Anders Broman1-0/+69
2011-08-21Use nstime_delta() to calculate time difference.Stig Bjørlykke1-1/+1
2011-08-19GTK 3.0 "Comment out" GTK 2 code for now. Functionality needs to be restored ...Anders Broman1-0/+4
2011-08-19Back out previous commit (38612) which was the brutal patch to build withStephen Fisher1-3/+0
2011-08-18From Anders on -dev:Stephen Fisher1-0/+3
2011-08-14Make save IO graph work, I had to make a local copy ofAnders Broman1-32/+42
2011-08-12SCTP graphs:Anders Broman1-31/+31
2011-08-11Remove remaining GDK deprecated functons.Anders Broman1-0/+94
2011-08-08Use GTK's G_PIAnders Broman1-5/+1
2011-08-08Don't include color.hAnders Broman1-2/+1
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