aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/new_packet_list.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-04Rename new_packet_list.[ch] to packet_list.[ch]Jörg Mayer1-1785/+0
2012-09-03new_packet_list: cleanup show_cell_data_funcJakub Zawadzki1-25/+25
2012-08-17ep_strdup_printf() not needed.Jakub Zawadzki1-4/+4
2012-07-25Fix buildbot warning: variable `fdata' set but not used [-Werror=unused-but-s...Jakub Zawadzki1-2/+0
2012-07-25Make PacketListRecord structure private.Jakub Zawadzki1-66/+40
2012-07-22Get rid of a GTK warning showing up when wireshark is started.Michael Tüxen1-1/+3
2012-07-18Fix some system header files that were #included with "" instead of <>.Evan Huus1-1/+1
2012-07-10From Edwin Groothuis via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Jeff Morriss1-0/+4
2012-06-20If the file has an SHB comment or any packet comments, and the userGuy Harris1-4/+2
2012-06-04Make the "Export Selected Packets As..." code path more like the "SaveGuy Harris1-1/+0
2012-06-04Add some more routines to main.c that handle updates to "auto scroll inGuy Harris1-1/+1
2012-06-04Have a main_update_for_unsaved_changes() routine that, if changes areGuy Harris1-1/+1
2012-05-22"Save As" always saves everything and, when the save is done, makes theGuy Harris1-1/+1
2012-05-20Change the "user_saved" member of a capture_file structure toGuy Harris1-2/+2
2012-04-21Replace gtk_vbox_new() and gtk_hbox_new() with ws_gtk_box_new().Anders Broman1-1/+1
2012-04-02If a comment is cleared, remove it from fdata->opt_comment.Anders Broman1-0/+6
2012-03-23Don't mark the file as unsaved unless the capture or packet comments actually...Jeff Morriss1-1/+12
2012-03-07Set File->Save sensitivity after file or packet comments are changed.Jeff Morriss1-0/+1
2012-02-27Mark the file as unsaved when updating packet comments.Anders Broman1-0/+2
2012-02-13Drop count is 64 bitsAnders Broman1-0/+22
2012-02-12Capitalize the "P" in "Packet" in "Add or Edit Packet Comment". AddGuy Harris1-0/+18
2012-01-18Restructure the recent file code so that recent.c is GUI-independent;Guy Harris1-11/+14
2012-01-16Move some headers for UI stuff, and the alert_box.c UI-specific file, toGuy Harris1-4/+4
2012-01-15Move gtk to ui/gtk.Jörg Mayer1-0/+1747