aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/print_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2005-11-26fix #358: instead of simply using tpmnam() for the Win32 print function, use ...ulfl1-2/+18
2005-11-06replace *a lot* of file related calls by their GLib counterparts. This is nec...ulfl1-2/+2
2005-08-20- Declare some functions staticjmayer1-1/+1
2005-08-20renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...ulfl1-1/+1
2005-08-05More char -> const char warning fixes.jmayer1-2/+2
2005-03-11from Stefano Pettini: add CSV export function, similar to PSML exportulfl1-2/+62
2005-02-04Instead of having a single enumerated type for status return values fromguy1-9/+9
2005-02-04huge cleanup of capture file API (functions in file.c/file.h).ulfl1-7/+7
2005-01-24if context menu item "Print" is clicked from the packet list context menu, it...ulfl1-2/+17
2005-01-20add some more online help functionality and help buttons at various dialog bo...ulfl1-2/+12
2004-12-22From Brett Kuskie: recalculate the ranges every time an export dialog isguy1-15/+15
2004-10-16Remove the fixed maximum number of subranges in a range_t; dynamicallyguy1-0/+8
2004-09-30For file browsing dialog boxes, the affirmative button should be "OK",guy1-1/+2
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.guy1-1/+1
2004-07-27Move the code to open the printer/print file from "print_packets()" toguy1-1/+40
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
2004-07-08Make the "human-readable text vs. PSML vs. PDML" choice separate fromguy1-14/+18
2004-06-29The patch to fix the race condition introduced by using tmpnam replacedjmayer1-2/+2
2004-06-25tmpnam() really should not be used for security reasons.jmayer1-2/+2
2004-05-27win_printer is gboolean, not an intulfl1-4/+4
2004-05-26more code cleanup from dialog things:ulfl1-20/+18
2004-04-25removed some labelsulfl1-26/+6
2004-04-25Squelch a compiler warning.guy1-2/+3
2004-04-25created new "export" dialogs for the current export file formatsulfl1-83/+319
2004-04-25put all required data into the print_args,ulfl1-25/+21
2004-04-25changed the print dialog, so it will keep the user settings after reopening t...ulfl1-119/+85
2004-04-24some code cleanup of the printing systemulfl1-15/+23
2004-04-22oops, forgotten to test with GTK1...ulfl1-2/+6
2004-04-22seperated common packet range code from the save and the print dialog,ulfl1-316/+4
2004-04-22added some options and enhancements to the print output:ulfl1-1/+20
2004-04-17added PSML output to the printing dialogulfl1-3/+18
2004-04-16make print dialog "Packet Format" options somewhat similar to theulfl1-50/+80
2004-04-16bugfix: make the "no dissections" radiobutton insensitive,ulfl1-4/+9
2004-04-15added print output option, to suppress dissection completelyulfl1-7/+19
2004-04-15added print output of PDML formatulfl1-16/+29
2004-02-11Add "write_failure_alert_box()" to put up an alert box for a failedguy1-3/+2
2004-02-11Add an "open_failure_alert_box()" routine to pop up an alert box for aguy1-3/+3
2004-01-31change layout, as dialog was a bit tall,ulfl1-25/+29
2004-01-31Pass ESD_BTN_OK rather than NULL as a second argument toguy1-6/+6
2004-01-31renamed ESD_TYPE_CRIT to ESD_TYPE_ERROR toulfl1-6/+6
2004-01-25There's no need to keep a "FILE *" for the file being printed to in aguy1-5/+22
2004-01-21implemented dlg_button_row_new to get a standard function forulfl1-14/+5
2004-01-21use stock buttons whereever possible,ulfl1-2/+2
2004-01-10using button compatibility macrosulfl1-3/+3
2004-01-10using button compatibility macrosulfl1-136/+34
2004-01-09use the same packet range things for "Print" dialog, as already implementedulfl1-113/+354
2003-12-23Base the count of selected packets on whether there's aguy1-14/+14
2003-12-13sensitivity of packet range options fine tuning:ulfl1-5/+13
2003-12-09print system enhanced, more print ranges and expanded statesulfl1-127/+85
2003-12-01"select_file_cb()" only needs a title, not a "construct_args_t" -guy1-14/+2