aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/summary_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-12Don't do our own line wrapping of the display filter, let GTK do it for us.Jeff Morriss1-21/+2
2013-11-08The "file types" we have are actually combinations of types andGuy Harris1-2/+2
2013-08-07Do not use overlapping memory in g_snprintf.Stig Bjørlykke1-12/+13
2013-04-02Handle the case of there being no comment view.Guy Harris1-9/+11
2013-04-02Show the comment area only if we could write out the comments were theGuy Harris1-20/+22
2013-03-21From beroset:Bill Meier1-6/+6
2013-03-04Fir Gtk 3.8 & newer: gtk_scrolled_window_add_with_viewport() ==> gtk_containe...Bill Meier1-0/+4
2013-01-16Replace gtk_table...() with ws_gtk_grid...();Bill Meier1-63/+75
2013-01-04Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8105 :Pascal Quantin1-1/+1
2012-12-29Add a vertical scrollbar to the summary dialog window.Bill Meier1-2/+8
2012-12-26Move summary related stuff to summary_dlgAnders Broman1-0/+85
2012-11-29Add missing newline at end of filePascal Quantin1-1/+1
2012-11-27Add more information about the capture.Anders Broman1-1/+132
2012-11-27Start including info from Statistics/Summary.Anders Broman1-0/+114
2012-10-01update the capture comment icon in the statusbarMartin Kaiser1-0/+3
2012-09-30Add displayed and marked percent columns and percent calculations for dropped...Chris Maynard1-64/+118
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-03Move capture_globals.h from ui/gtk/ to ui/. Show interface activityGerald Combs1-1/+1
2012-07-20gtk_container_add() -> gtk_box_pack_start() [bug #7377]Jakub Zawadzki1-14/+14
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-15For a capture file, keep an array of all encapsulation types seen.Guy Harris1-3/+11
2012-06-04We need main.h for main_update_for_unsaved_changes(), regardless ofGuy Harris1-2/+1
2012-06-04Have a main_update_for_unsaved_changes() routine that, if changes areGuy Harris1-3/+2
2012-05-28Don't use pcap LINKTYPE_ values in the iface_options structure, useGuy Harris1-7/+1
2012-05-24Enable word wrapping for capture-file comments.Jeff Morriss1-0/+1
2012-05-24Get rid of the button row for the capture-file comments. Instead, turn theJeff Morriss1-72/+50
2012-05-24Use cf_update_capture_comment() to save the capture comment (instead ofJeff Morriss1-4/+3
2012-05-24Free the new comment after calling gtk_text_buffer_set_text().Jeff Morriss1-3/+4
2012-05-24Also allow the user to edit the capture-file comment if there is one (notJeff Morriss1-26/+27
2012-05-24Keep track, in Wiretap, of whether the file is compressed, and provideGuy Harris1-1/+3
2012-05-20Change the "user_saved" member of a capture_file structure toGuy Harris1-2/+2
2012-05-05AFAICT '#include sys/types.h' is not needed for these files.Bill Meier1-3/+0
2012-04-21Replace gtk_vbox_new() and gtk_hbox_new() with ws_gtk_box_new().Anders Broman1-2/+2
2012-04-18Fix some: 'cast discards qualifiers from pointer target type' warningsJakub Zawadzki1-1/+1
2012-04-10Add missing consts.Jakub Zawadzki1-1/+1
2012-03-10Replace inconsistent tabs with spaces.Guy Harris1-58/+58
2012-03-08summary_dlg.c:419: error: 'dl_description' undeclared (first use in this func...Anders Broman1-2/+0
2012-03-08Put a frame around capture comments, don't depend on LIBPCAP to print dl_desc...Anders Broman1-8/+10
2012-03-08Use an OK button rather than save for consistency, wouldapply be more apropri...Anders Broman1-8/+8
2012-03-07Set File->Save sensitivity after file or packet comments are changed.Jeff Morriss1-2/+4
2012-02-26Mark the gile as unsaved if comments are editedAnders Broman1-0/+2
2012-02-26Make it possible to edit capture commentsAnders Broman1-4/+77
2012-02-26For LANalyzer files, make the "File type name" be the file comment.Guy Harris1-0/+5
2012-02-26Suppress invalid or non-meaningful statistics - for example, withoutGuy Harris1-28/+55
2012-02-24From Irene Ruengeler: Always show snaplen.Michael Tüxen1-5/+1
2012-02-23Add SHB info to SummaryAnders Broman1-0/+16
2012-02-23Have the used interfaces show up if number of interfaces > 0.Anders Broman1-1/+1
2012-01-15Move gtk to ui/gtk.Jörg Mayer1-0/+506