Redo the block options APIs.
[metze/wireshark/wip.git] / ui / gtk / summary_dlg.c
2016-07-14 Guy HarrisRedo the block options APIs.
2016-06-06 Guy HarrisAdd a routine to get an array of all instances of a...
2016-06-06 Guy HarrisDirectly use wtap_opttypes calls to fetch SHB options.
2016-04-21 João ValverdeLink version code statically again
2016-02-18 Guy HarrisDon't add the wiretap directory to the list of include...
2015-01-01 Martin MathiesonRemove unneeded includes from ui folder
2014-07-20 Guy HarrisGet rid of #if 0'ed out includes of capture-pcap-util.h.
2014-07-04 Guy HarrisMove utility routines for capturing into a libcaputils...
2014-06-30 Guy HarrisMove capture.[ch] to libui.
2014-06-22 Guy HarrisAdd a routine to return a version string including...
2014-06-19 Jeff MorrissDon't crash when closing the Summary window if the...
2014-03-19 Jan Kaisrlikfix of bug 9836. Avg. packet size in Statistics ->...
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2014-02-07 Gerald CombsReplace "svn" with "git" all over the place.
2014-01-29 Alexis La GoutteMerge "Apply layouts in Qt Creator. Fix a tooltip."
2014-01-26 Alexis La GoutteDrop support of Visual Studio 2005
2013-11-12 Jeff MorrissDon't do our own line wrapping of the display filter...
2013-11-08 Guy HarrisThe "file types" we have are actually combinations...
2013-08-07 Stig BjørlykkeDo not use overlapping memory in g_snprintf.
2013-04-02 Guy HarrisHandle the case of there being no comment view.
2013-04-02 Guy HarrisShow the comment area only if we could write out the...
2013-03-21 Bill MeierFrom beroset:
2013-03-04 Bill MeierFir Gtk 3.8 & newer: gtk_scrolled_window_add_with_viewp...
2013-01-16 Bill MeierReplace gtk_table...() with ws_gtk_grid...();
2013-01-04 Pascal QuantinFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2012-12-29 Bill MeierAdd a vertical scrollbar to the summary dialog window.
2012-12-26 Anders BromanMove summary related stuff to summary_dlg
2012-11-29 Pascal QuantinAdd missing newline at end of file
2012-11-27 Anders BromanAdd more information about the capture.
2012-11-27 Anders BromanStart including info from Statistics/Summary.
2012-10-01 Martin Kaiserupdate the capture comment icon in the statusbar
2012-09-30 Chris MaynardAdd displayed and marked percent columns and percent...
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-08-03 Gerald CombsMove capture_globals.h from ui/gtk/ to ui/. Show interf...
2012-07-20 Jakub Zawadzkigtk_container_add() -> gtk_box_pack_start() [bug #7377]
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-06-15 Guy HarrisFor a capture file, keep an array of all encapsulation...
2012-06-04 Guy HarrisWe need main.h for main_update_for_unsaved_changes...
2012-06-04 Guy HarrisHave a main_update_for_unsaved_changes() routine that...
2012-05-28 Guy HarrisDon't use pcap LINKTYPE_ values in the iface_options...
2012-05-24 Jeff MorrissEnable word wrapping for capture-file comments.
2012-05-24 Jeff MorrissGet rid of the button row for the capture-file comments...
2012-05-24 Jeff MorrissUse cf_update_capture_comment() to save the capture...
2012-05-24 Jeff MorrissFree the new comment after calling gtk_text_buffer_set_...
2012-05-24 Jeff MorrissAlso allow the user to edit the capture-file comment...
2012-05-24 Guy HarrisKeep track, in Wiretap, of whether the file is compress...
2012-05-20 Guy HarrisChange the "user_saved" member of a capture_file struct...
2012-05-05 Bill MeierAFAICT '#include sys/types.h' is not needed for these...
2012-04-21 Anders BromanReplace gtk_vbox_new() and gtk_hbox_new() with ws_gtk_b...
2012-04-18 Jakub ZawadzkiFix some: 'cast discards qualifiers from pointer target...
2012-04-10 Jakub ZawadzkiAdd missing consts.
2012-03-10 Guy HarrisReplace inconsistent tabs with spaces.
2012-03-08 Anders Bromansummary_dlg.c:419: error: 'dl_description' undeclared...
2012-03-08 Anders BromanPut a frame around capture comments, don't depend on...
2012-03-08 Anders BromanUse an OK button rather than save for consistency,...
2012-03-07 Jeff MorrissSet File->Save sensitivity after file or packet comment...
2012-02-26 Anders BromanMark the gile as unsaved if comments are edited
2012-02-26 Anders BromanMake it possible to edit capture comments
2012-02-26 Guy HarrisFor LANalyzer files, make the "File type name" be the...
2012-02-26 Guy HarrisSuppress invalid or non-meaningful statistics - for...
2012-02-24 Michael TüxenFrom Irene Ruengeler: Always show snaplen.
2012-02-23 Anders BromanAdd SHB info to Summary
2012-02-23 Anders BromanHave the used interfaces show up if number of interface...
2012-01-15 Jörg MayerMove gtk to ui/gtk.