aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/print_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-04-30Move the file selection dialog routines to file_dlg.c, and give it aGuy Harris1-0/+1
2006-04-29Most of the stuff in file_dlg.c is specific to capture files, so renameGuy Harris1-1/+1
2006-02-13add missing #include "tempfile.h"Ulf Lamping1-0/+1
2006-02-13Copy over the file open/save code from the Win32 native branch.Gerald Combs1-8/+39
2005-11-26fix #358: instead of simply using tpmnam() for the Win32 print function, use ...Ulf Lamping1-2/+18
2005-11-06replace *a lot* of file related calls by their GLib counterparts. This is nec...Ulf Lamping1-2/+2
2005-08-20- Declare some functions staticJörg Mayer1-1/+1
2005-08-20renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...Ulf Lamping1-1/+1
2005-08-05More char -> const char warning fixes.Jörg Mayer1-2/+2
2005-03-11from Stefano Pettini: add CSV export function, similar to PSML exportUlf Lamping1-2/+62
2005-02-04Instead of having a single enumerated type for status return values fromGuy Harris1-9/+9
2005-02-04huge cleanup of capture file API (functions in file.c/file.h).Ulf Lamping1-7/+7
2005-01-24if context menu item "Print" is clicked from the packet list context menu, it...Ulf Lamping1-2/+17
2005-01-20add some more online help functionality and help buttons at various dialog bo...Ulf Lamping1-2/+12
2004-12-22From Brett Kuskie: recalculate the ranges every time an export dialog isGuy Harris1-15/+15
2004-10-16Remove the fixed maximum number of subranges in a range_t; dynamicallyGuy Harris1-0/+8
2004-09-30For file browsing dialog boxes, the affirmative button should be "OK",Guy Harris1-1/+2
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-07-27Move the code to open the printer/print file from "print_packets()" toGuy Harris1-1/+40
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-07-08Make the "human-readable text vs. PSML vs. PDML" choice separate fromGuy Harris1-14/+18
2004-06-29The patch to fix the race condition introduced by using tmpnam replacedJörg Mayer1-2/+2
2004-06-25tmpnam() really should not be used for security reasons.Jörg Mayer1-2/+2
2004-05-27win_printer is gboolean, not an intUlf Lamping1-4/+4
2004-05-26more code cleanup from dialog things:Ulf Lamping1-20/+18
2004-04-25removed some labelsUlf Lamping1-26/+6
2004-04-25Squelch a compiler warning.Guy Harris1-2/+3
2004-04-25created new "export" dialogs for the current export file formatsUlf Lamping1-83/+319
2004-04-25put all required data into the print_args,Ulf Lamping1-25/+21
2004-04-25changed the print dialog, so it will keep the user settings after reopening t...Ulf Lamping1-119/+85
2004-04-24some code cleanup of the printing systemUlf Lamping1-15/+23
2004-04-22oops, forgotten to test with GTK1...Ulf Lamping1-2/+6
2004-04-22seperated common packet range code from the save and the print dialog,Ulf Lamping1-316/+4
2004-04-22added some options and enhancements to the print output:Ulf Lamping1-1/+20
2004-04-17added PSML output to the printing dialogUlf Lamping1-3/+18
2004-04-16make print dialog "Packet Format" options somewhat similar to theUlf Lamping1-50/+80
2004-04-16bugfix: make the "no dissections" radiobutton insensitive,Ulf Lamping1-4/+9
2004-04-15added print output option, to suppress dissection completelyUlf Lamping1-7/+19
2004-04-15added print output of PDML formatUlf Lamping1-16/+29
2004-02-11Add "write_failure_alert_box()" to put up an alert box for a failedGuy Harris1-3/+2
2004-02-11Add an "open_failure_alert_box()" routine to pop up an alert box for aGuy Harris1-3/+3
2004-01-31change layout, as dialog was a bit tall,Ulf Lamping1-25/+29
2004-01-31Pass ESD_BTN_OK rather than NULL as a second argument toGuy Harris1-6/+6
2004-01-31renamed ESD_TYPE_CRIT to ESD_TYPE_ERROR toUlf Lamping1-6/+6
2004-01-25There's no need to keep a "FILE *" for the file being printed to in aGuy Harris1-5/+22
2004-01-21implemented dlg_button_row_new to get a standard function forUlf Lamping1-14/+5
2004-01-21use stock buttons whereever possible,Ulf Lamping1-2/+2
2004-01-10using button compatibility macrosUlf Lamping1-3/+3
2004-01-10using button compatibility macrosUlf Lamping1-136/+34