Remove unneeded includes from ui folder
[metze/wireshark/wip.git] / ui / gtk / print_dlg.c
2015-01-01 Martin MathiesonRemove unneeded includes from ui folder
2014-03-11 Balint ReczeyMigrate GTK icon handling to GTK 3.10 API
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2013-11-17 Guy HarrisMove the epan/filesystem.c routines to wsutil; they...
2013-07-12 Jeff MorrissMove the print modules into epan.
2013-06-26 Jeff MorrissMove tempfile.{h,c} into wsutil.
2013-06-19 Chris MaynardIf the user turns off printing of the packet summary...
2013-06-19 Chris MaynardRemove col_headings_cb from print_cmd_toggle_detail...
2013-06-19 Evan HuusTry and keep r50047 and still fix
2013-06-19 Jörg MayerFix for
2013-06-19 Chris MaynardAllow for column headers not to be printed in order...
2013-04-04 Jaap KeuterSet 'details' radio button sensitivity also at the...
2013-03-28 Jaap KeuterFollow up on bug 8416.
2013-03-21 Bill MeierFrom beroset:
2013-03-07 Bill MeierTweak the handling of resizing the window.
2013-01-05 Bill MeierRename ws_gtk_grid_attach() to ws_gtk_grid_attach_defau...
2013-01-04 Bill MeierUse ws_gtk_grid...() instead of gtk_table...();
2012-11-01 Gerald CombsAdd changes missing from the last commit.
2012-10-13 Gerald CombsAdd missing arguments.
2012-10-13 Gerald CombsFix Windows compilation problems from r45513. #ifdef...
2012-10-05 Gerald CombsAdd a capture_file * element to packet_range_t and...
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-07-20 Jakub Zawadzkigtk_container_add() -> gtk_box_pack_start() [bug #7377]
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-06-11 Chris MaynardSet the default for printing or exporting packets to...
2012-05-25 Guy HarrisUse GTK+'s GtkMessageDialog for the questions we ask...
2012-05-25 Guy HarrisWell, "ui/gtk/capture_file_dlg.h" is needed on Win32.
2012-05-25 Guy Harrisui/gtk/capture_file_dlg.h doesn't need to be included...
2012-04-21 Anders BromanMore GTK3 adaptations
2012-04-21 Anders BromanReplace gtk_vbox_new() and gtk_hbox_new() with ws_gtk_b...
2012-02-28 Jeff MorrissFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2012-02-17 Jörg Mayerinclude "../util.h" -> include "ui/util.h"
2012-01-16 Guy HarrisReflect the move of the top-level win32 directory into...
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.