summaryrefslogtreecommitdiff
path: root/ui/gtk/io_stat.c
AgeCommit message (Expand)AuthorFilesLines
2014-09-16Fix spelling: cant-->can't, wont-->won't, etcBill Meier1-1/+1
2014-07-03Rename and move ui/stat_menu.h to epan/stat_groups.h.Guy Harris1-1/+1
2014-07-01Log2() and exp2() are missing on WindowsBalint Reczey1-1/+1
2014-07-01Squelch some warnings.Guy Harris1-3/+3
2014-07-01Increase space allocated for IO Graph slower after 1 million itemsBalint Reczey1-1/+3
2014-07-01GTK: Unlimited, dynamically allocated IO GraphBalint Reczey1-58/+44
2014-07-01Fix access to uninitialised valuesBalint Reczey1-0/+2
2014-06-30Move stat_menu.h to libui.Guy Harris1-1/+1
2014-04-07Add a Qt I/O Graph dialog.Gerald Combs1-324/+39
2014-03-11Migrate GTK icon handling to GTK 3.10 APIBalint Reczey1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-17Fix [-Wmissing-prototypes]Anders Broman1-0/+2
2013-07-26Fix bug #8980 - IO graph/advanced, max/min/summ error on frames with multiple...Jakub Zawadzki1-1/+1
2013-07-21Replace relative timestamp with reference frame number. Saves 16B per frame.Jakub Zawadzki1-3/+3
2013-07-09Another change that should have been part of r50465, which removed the limits...Chris Maynard1-9/+14
2013-07-09Use sizeof() instead of hard-coded values. Other minor whitespace cleanup.Chris Maynard1-29/+28
2013-07-09Remove the advanced filter field arbitrary text limit of 100 and remove the f...Chris Maynard1-3/+0
2013-05-31IOSTAT: plot LOAD y-axis in number of I/O not number of I/O times 1000Ronnie Sahlberg1-0/+10
2013-04-17Cast scrolling values to gdoubles, not gfloats - GtkAdjustment haveEvan Huus1-7/+7
2013-04-16Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8583Evan Huus1-0/+14
2013-03-28Follow up on bug 8416.Jaap Keuter1-5/+5
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