GTK: Remove OSX integration library support
[metze/wireshark/wip.git] / ui / gtk / drag_and_drop.c
2017-10-16 João ValverdeGTK: Remove OSX integration library support
2017-01-23 Gerald CombsQt: Reject drag and drop if we're capturing.
2017-01-21 Gerald CombsQt: Show merge progress.
2016-12-04 Guy HarrisHave separate merge APIs for regular file/temporary...
2016-02-18 Guy HarrisDon't add the wiretap directory to the list of include...
2015-12-12 João ValverdeRemove -Wwrite-strings compiler flag
2015-08-18 Hadriel KaplanImprove file merging for mergecap and wireshark
2015-02-15 Bill Meierui/gtk/*.c: Add editor modelines; As needed: Fix indent...
2015-01-01 Martin MathiesonRemove unneeded includes from ui folder
2014-06-30 Guy HarrisMove capture.[ch] to libui.
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2014-02-25 Michal LabedzkiWireshark: Add option to choose format type of capture...
2013-11-08 Guy HarrisThe "file types" we have are actually combinations...
2013-05-22 Guy HarrisPull the capture-session state information out of captu...
2013-05-14 Guy HarrisPull dnd_merge_files() into dnd_open_file_cmd(); the...
2013-03-26 Anders BromanFrom Jim Young:
2013-03-09 Anders BromanUse explicit casts.
2013-02-11 Guy Harrisstrlen() returns a size_t, so assign its return value...
2013-01-14 Chris MaynardFix Coverity CID 741081: Logically dead code. (Minor...
2012-12-26 Guy HarrisFix a bunch of warnings.
2012-11-02 Anders BromanFrom Jim Young and updated by Max Romanov:
2012-09-22 Jaap KeuterFix for bug 7744:
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-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-06-04 Guy HarrisHave a main_update_for_unsaved_changes() routine that...
2012-05-25 Guy HarrisUse GTK+'s GtkMessageDialog for the questions we ask...
2012-05-22 Guy Harris"Save As" always saves everything and, when the save...
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-02-17 Jörg Mayerinclude "../util.h" -> include "ui/util.h"
2012-01-20 Chris MaynardConvert forward slashes in URI to backslashes if WIN32...
2012-01-18 Guy HarrisRestructure the recent file code so that recent.c is...
2012-01-16 Guy HarrisMove some headers for UI stuff, and the alert_box.c...
2012-01-15 Jörg MayerMove gtk to ui/gtk.