summaryrefslogtreecommitdiff
path: root/ui/gtk/print_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2016-09-01gtk: fix compilation with GTK+ before 2.18Peter Wu1-0/+1
2016-06-20Add JSON export to Qt/GTK UIPascal Quantin1-3/+73
2016-06-01Allow create_tempfile to support a suffix.Michael Mann1-1/+1
2016-03-01Don't show a progress bar when previewing for the Qt print dialog.Guy Harris1-1/+1
2015-02-15ui/gtk/*.c: Add editor modelines; As needed: Fix indentationBill Meier1-0/+13
2015-01-01Remove unneeded includes from ui folderMartin Mathieson1-2/+0
2014-03-11Migrate GTK icon handling to GTK 3.10 APIBalint Reczey1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-11-17Move the epan/filesystem.c routines to wsutil; they're not specific toGuy Harris1-1/+1
2013-07-12Move the print modules into epan.Jeff Morriss1-1/+1
2013-06-26Move tempfile.{h,c} into wsutil.Jeff Morriss1-1/+1
2013-06-19If the user turns off printing of the packet summary line, disable the column...Chris Maynard1-3/+9
2013-06-19Remove col_headings_cb from print_cmd_toggle_detail() altogether. It's not n...Chris Maynard1-3/+1
2013-06-19Try and keep r50047 and still fixEvan Huus1-2/+3
2013-06-19Fix forJörg Mayer1-2/+2
2013-06-19Allow for column headers not to be printed in order to make it possible to ex...Chris Maynard1-1/+24
2013-04-04Set 'details' radio button sensitivity also at the creation of the dialog.Jaap Keuter1-0/+3
2013-03-28Follow up on bug 8416.Jaap Keuter1-5/+5
2013-03-21From beroset:Bill Meier1-7/+7
2013-03-07Tweak the handling of resizing the window.Bill Meier1-8/+9
2013-01-05Rename ws_gtk_grid_attach() to ws_gtk_grid_attach_defaults();Bill Meier1-5/+5
2013-01-04Use ws_gtk_grid...() instead of gtk_table...();Bill Meier1-128/+124
2012-11-01Add changes missing from the last commit.Gerald Combs1-2/+2
2012-10-13Add missing arguments.Gerald Combs1-6/+6
2012-10-13Fix Windows compilation problems from r45513. #ifdef out some non-WindowsGerald Combs1-1/+1
2012-10-05Add a capture_file * element to packet_range_t and pass it explicitly inGerald Combs1-7/+7
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-07-20gtk_container_add() -> gtk_box_pack_start() [bug #7377]Jakub Zawadzki1-7/+7
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-11Set the default for printing or exporting packets to displayed packets only.Chris Maynard1-0/+7
2012-05-25Use GTK+'s GtkMessageDialog for the questions we ask in the process ofGuy Harris1-1/+0
2012-05-25Well, "ui/gtk/capture_file_dlg.h" is needed on Win32.Guy Harris1-0/+1
2012-05-25ui/gtk/capture_file_dlg.h doesn't need to be included in these files.Guy Harris1-1/+0
2012-04-21More GTK3 adaptationsAnders Broman1-1/+1
2012-04-21Replace gtk_vbox_new() and gtk_hbox_new() with ws_gtk_box_new().Anders Broman1-7/+7
2012-02-28Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3315 -Jeff Morriss1-1/+1
2012-02-17include "../util.h" -> include "ui/util.h"Jörg Mayer1-1/+1
2012-01-16Reflect the move of the top-level win32 directory into the ui directory.Guy Harris1-2/+2
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/+1139