aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/follow_stream.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-12Move the print modules into epan.Jeff Morriss1-2/+4
2013-06-29Fix indent (Tabs => Spaces) and add modelines info for follow_* filesAlexis La Goutte1-826/+811
2013-06-26Move tempfile.{h,c} into wsutil.Jeff Morriss1-1/+1
2013-05-17From Robert Bullen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8643Evan Huus1-17/+17
2013-05-15Use file_selection_run() for dialogs created with file_selection_new().Guy Harris1-87/+44
2013-05-14Give file_selection_new() an argument to specify the parent window ofGuy Harris1-10/+4
2013-03-21From beroset:Bill Meier1-2/+2
2013-03-10Use explicit casts.Anders Broman1-23/+23
2012-12-26Fix a bunch of warnings.Guy Harris1-2/+2
2012-10-01Widen the "Find text" dialog a bit so the entire title is visible.Chris Maynard1-0/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-07-20For all recent changes (r43820...r43829) from gtk_container_add() to gtk_box_...Jakub Zawadzki1-1/+1
2012-07-19gtk_container_add() -> gtk_box_pack_start().Anders Broman1-3/+3
2012-04-21Replace gtk_vbox_new() and gtk_hbox_new() with ws_gtk_box_new().Anders Broman1-6/+6
2012-01-18Restructure the recent file code so that recent.c is GUI-independent;Guy Harris1-1/+4
2012-01-16Reflect the move of the top-level win32 directory into the ui directory.Guy Harris1-1/+1
2012-01-16Move some headers for UI stuff, and the alert_box.c UI-specific file, toGuy Harris1-2/+2
2012-01-15Move gtk to ui/gtk.Jörg Mayer1-0/+1109