Fix numerous instances of a variable/parameter name "shadowing" a library function...
[metze/wireshark/wip.git] / ui / gtk / io_stat.c
2012-12-05 Bill MeierFix numerous instances of a variable/parameter name...
2012-11-08 Anders BromanRemove one more instance of destroy/create cr.
2012-11-08 Anders BromanCreate cr once per axis when drawing x,y axels.
2012-11-08 Anders Bromangdk_cairo_set_source_color() needs to be set inside...
2012-11-08 Anders BromanCreate cr once when drawing the graphs
2012-11-08 Anders BromanReindent section.
2012-11-08 Anders BromanMake the button box the last row in gtk3 too.
2012-09-28 Jakub Zawadzkiprotect_thread_critical_region, unprotect_thread_critic...
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-09-05 Evan HuusRemove string constants from g_assert() calls, as per...
2012-07-31 Chris MaynardAdd another cast that should have been part of r44025...
2012-07-26 Chris MaynardFix Coverity CID's 703862-703863: Unintentional integer...
2012-07-23 Anders BromanDynamicly allocate " items".
2012-07-23 Anders BromanAlign structs and code a bit, ultimatly code should...
2012-07-20 Jakub ZawadzkiFix some clang warnings: implicit conversion from enume...
2012-07-09 Anders BromanFrom Evan Huus:
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-06-06 Jeff MorrissAdd casting to keep Windows happy.
2012-06-06 Jeff MorrissSplit the Advanced unit COUNT(*) into COUNT FRAMES...
2012-06-06 Jeff MorrissSupport math operations (SUM, MAX, MIN, etc.) on 64...
2012-06-04 Guy HarrisUse the modal version of the bad display filter alert...
2012-06-03 Guy Harrisg_filename_display_basename() returns a g_mallocated...
2012-05-28 Chris MaynardFix Coverity CID's 702388 and 702422: OVERFLOW_BEFORE_W...
2012-05-12 pascalFrom Akos Lukovics:
2012-05-11 Guy Harrisproto_registrar_get_ftype() returns an FT_ value; make...
2012-05-05 Bill MeierAFAICT '#include sys/types.h' is not needed for these...
2012-04-21 Anders BromanMore GTK3 adaptations
2012-04-21 Anders BromanReplace gtk_vbox_new() and gtk_hbox_new() with ws_gtk_b...
2012-04-01 Michael TüxenMore whitespace changes...
2012-04-01 Michael TüxenRemove waring.
2012-04-01 Anders BromanFrom Cal Turney: IO Graph LOAD inaccuracy, intervals...
2012-01-16 Guy HarrisMove some headers for UI stuff, and the alert_box.c...
2012-01-15 Jörg MayerMove gtk to ui/gtk.