aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/drag_and_drop.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-18Don't add the wiretap directory to the list of include directories.Guy Harris1-1/+1
2015-12-12Remove -Wwrite-strings compiler flagJoão Valverde1-1/+1
2015-08-18Improve file merging for mergecap and wiresharkHadriel Kaplan1-1/+1
2015-02-15ui/gtk/*.c: Add editor modelines; As needed: Fix indentationBill Meier1-1/+12
2015-01-01Remove unneeded includes from ui folderMartin Mathieson1-3/+0
2014-06-30Move capture.[ch] to libui.Guy Harris1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25Wireshark: Add option to choose format type of capture fileMichal Labedzki1-2/+2
2013-11-08The "file types" we have are actually combinations of types andGuy Harris1-1/+1
2013-05-22Pull the capture-session state information out of capture_opts and putGuy Harris1-1/+1
2013-05-14Pull dnd_merge_files() into dnd_open_file_cmd(); the resulting code is aGuy Harris1-72/+26
2013-03-26From Jim Young:Anders Broman1-1/+1
2013-03-09Use explicit casts.Anders Broman1-2/+2
2013-02-11strlen() returns a size_t, so assign its return value to a size_t.Guy Harris1-2/+2
2013-01-14Fix Coverity CID 741081: Logically dead code. (Minor whitespace cleanup also.)Chris Maynard1-35/+27
2012-12-26Fix a bunch of warnings.Guy Harris1-1/+1
2012-11-02From Jim Young and updated by Max Romanov:Anders Broman1-11/+22
2012-09-22Fix for bug 7744:Jaap Keuter1-24/+19
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-3/+3
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-04Have a main_update_for_unsaved_changes() routine that, if changes areGuy Harris1-1/+0
2012-05-25Use GTK+'s GtkMessageDialog for the questions we ask in the process ofGuy Harris1-36/+3
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/+4
2012-05-05AFAICT '#include sys/types.h' is not needed for these files.Bill Meier1-3/+0
2012-02-17include "../util.h" -> include "ui/util.h"Jörg Mayer1-1/+1
2012-01-20Convert forward slashes in URI to backslashes if WIN32. Patch from Cal Turne...Chris Maynard1-4/+10
2012-01-18Restructure the recent file code so that recent.c is GUI-independent;Guy Harris1-0/+1
2012-01-16Move some headers for UI stuff, and the alert_box.c UI-specific file, toGuy Harris1-1/+2
2012-01-15Move gtk to ui/gtk.Jörg Mayer1-0/+417