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