summaryrefslogtreecommitdiff
path: root/ui/gtk/io_stat.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-22More checks for localtime() and gmtime() returning NULL.Guy Harris1-9/+12
2016-07-24Pacify GTK checkAPIs.pl warnings.Michael Mann1-2/+2
2016-06-19Revert "tap: change glib functions to wmem."Pascal Quantin1-3/+3
2016-06-17tap: change glib functions to wmem.Dario Lombardo1-3/+3
2016-01-23More pinfo->fd->abs_ts to pinfo->abs_ts.Guy Harris1-1/+1
2015-03-07Get rid of an unused structure member.Guy Harris1-1/+0
2015-02-15ui/gtk/*.c: Add editor modelines; As needed: Fix indentationBill Meier1-0/+13
2015-01-27GTK: fix no previous prototype for ... [-Wmissing-prototypes]Alexis La Goutte1-0/+1
2015-01-18Clean up ftype-conversion and dfilter error message string handling.Guy Harris1-2/+4
2015-01-09Add missing #include ( "ui/gtk/old-gtk-compat.h" )AndersBroman1-0/+1
2015-01-01Remove unneeded includes from ui folderMartin Mathieson1-8/+0
2014-12-28Removed duplicated #include linesDario Lombardo1-1/+0
2014-11-14Rename stat_cmd_args.[ch] to stat_tap_ui.[ch].Guy Harris1-1/+1
2014-11-14tap_ui -> stat_tap_ui.Guy Harris1-2/+2
2014-11-14For tap UIs, register a list of parameters and some menu information.Guy Harris1-1/+11
2014-10-17Remove unnecessary includes of <ctype.h>.Guy Harris1-1/+0
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