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