aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/io_stat.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-21From beroset:Bill Meier1-33/+33
2013-01-15Cleanup: indentation, whitespace, long-lines, formatting & etc.Bill Meier1-1565/+1593
2013-01-15Minor cleanup:Bill Meier1-12/+4
2013-01-04Add a wrapper for gdk_cairo_set_source_rgba() in GTK2 and use it in io_stat.cAnders Broman1-10/+7
2012-12-26Fix a bunch of warnings.Guy Harris1-1/+1
2012-12-20From Edwin Groothuis:Anders Broman1-5/+37
2012-12-05Fix numerous instances of a variable/parameter name "shadowing" a library fun...Bill Meier1-1/+1
2012-11-08Remove one more instance of destroy/create cr.Anders Broman1-8/+0
2012-11-08Create cr once per axis when drawing x,y axels.Anders Broman1-37/+4
2012-11-08gdk_cairo_set_source_color() needs to be set inside the loop.Anders Broman1-1/+4
2012-11-08Create cr once when drawing the graphsAnders Broman1-31/+10
2012-11-08Reindent section.Anders Broman1-552/+552
2012-11-08Make the button box the last row in gtk3 too.Anders Broman1-1/+1
2012-09-28protect_thread_critical_region, unprotect_thread_critical_region are no-ops, ...Jakub Zawadzki1-6/+0
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-05Remove string constants from g_assert() calls, as per thread on wireshark-dev:Evan Huus1-1/+2
2012-07-31Add another cast that should have been part of r44025 to fully resolve Coveri...Chris Maynard1-1/+1
2012-07-26Fix Coverity CID's 703862-703863: Unintentional integer overflow.Chris Maynard1-2/+2
2012-07-23Dynamicly allocate " items".Anders Broman1-13/+24
2012-07-23Align structs and code a bit, ultimatly code should be shared.Anders Broman1-31/+31
2012-07-20Fix some clang warnings: implicit conversion from enumeration type 'GtkStateT...Jakub Zawadzki1-1/+2
2012-07-09From Evan Huus:Anders Broman1-44/+39
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-06Add casting to keep Windows happy.Jeff Morriss1-23/+23
2012-06-06Split the Advanced unit COUNT(*) into COUNT FRAMES(*) and COUNT FIELDS(*).Jeff Morriss1-17/+35
2012-06-06Support math operations (SUM, MAX, MIN, etc.) on 64-bit fields.Jeff Morriss1-74/+76
2012-06-04Use the modal version of the bad display filter alert box in the I/OGuy Harris1-2/+3
2012-06-03g_filename_display_basename() returns a g_mallocated string, so itsGuy Harris1-5/+1
2012-05-28Fix Coverity CID's 702388 and 702422: OVERFLOW_BEFORE_WIDEN.Chris Maynard1-1/+1
2012-05-12From Akos Lukovics:pascal1-1/+3
2012-05-11proto_registrar_get_ftype() returns an FT_ value; make its return typeGuy Harris1-0/+9
2012-05-05AFAICT '#include sys/types.h' is not needed for these files.Bill Meier1-4/+0
2012-04-21More GTK3 adaptationsAnders Broman1-1/+1
2012-04-21Replace gtk_vbox_new() and gtk_hbox_new() with ws_gtk_box_new().Anders Broman1-10/+10
2012-04-01More whitespace changes...Michael Tüxen1-93/+93
2012-04-01Remove waring.Michael Tüxen1-16/+16
2012-04-01From Cal Turney: IO Graph LOAD inaccuracy, intervals not displayed, wrong fra...Anders Broman1-272/+275
2012-01-16Move some headers for UI stuff, and the alert_box.c UI-specific file, toGuy Harris1-2/+2
2012-01-15Move gtk to ui/gtk.Jörg Mayer1-0/+2431