aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/print_dlg.c
AgeCommit message (Expand)AuthorFilesLines
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
2004-01-09use the same packet range things for "Print" dialog, as already implementedUlf Lamping1-113/+354
2003-12-23Base the count of selected packets on whether there's aGuy Harris1-14/+14
2003-12-13sensitivity of packet range options fine tuning:Ulf Lamping1-5/+13
2003-12-09print system enhanced, more print ranges and expanded statesUlf Lamping1-127/+85
2003-12-01"select_file_cb()" only needs a title, not a "construct_args_t" -Guy Harris1-14/+2
2003-11-30Move print_file_cb out of gtk/print_dlg.c and into gtk/file_dlg.c andRichard Sharpe1-114/+5
2003-11-29Add an entry in the byte_view pane that allows the user to save the highlightedRichard Sharpe1-8/+24
2003-11-18removed unused varsUlf Lamping1-3/+2
2003-11-12completely redesigned print dialog layout, to be more obvious to the userUlf Lamping1-199/+295
2003-09-24Add a "file_selection_new()" routine that does all the positioning (GTK+Guy Harris1-2/+2
2003-09-10When saving packets, we have a "Save only marked packets" option; labelGuy Harris1-9/+9
2003-02-21From Pavel Roskin: in the GTK+ 2 code, associate the "Print Detail"Guy Harris1-2/+2
2002-11-11Use gtk1/gtk2 compatibility macros to reduce #ifdefs.Olivier Abad1-135/+57
2002-11-03Merge gtk and gtk2 directories.Olivier Abad1-22/+160
2002-09-22From Graeme Hewson:Gerald Combs1-14/+24
2002-09-09From Graeme Hewson:Guy Harris1-6/+40
2002-09-05Include cleanups in gtk and gtk2:Jörg Mayer1-3/+1
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-10/+10
2002-07-30#ifdef out some variables not used on Windows.Guy Harris1-30/+32
2002-06-19Added MS Window printing to ethereal.Jeff Foster1-33/+89
2002-06-04Get rid of the "data_src" member of the "frame_data" structure; put itGuy Harris1-4/+4
2002-03-31From Joerg Mayer: get rid of unused arguments, and mark those that can'tGuy Harris1-2/+2
2002-03-05From Joerg Mayer: use _U_ to flag unused arguments.Guy Harris1-10/+10
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-2/+2
2002-01-11Have a routine to create a scrolled window, set its vertical scrollbarGuy Harris1-2/+2
2001-12-18Provide for per-protocol-tree data in the proto_tree code.Gilbert Ramirez1-1/+2
2001-12-09On Win32, a GUI application apparently can't use "popen()" (itGuy Harris1-1/+42
2001-12-06Remove proto_tree from capture_file and PacketWinData, since theyGilbert Ramirez1-2/+2
2001-07-17Added a "Suppress Unmarked" option to the print dialog toEd Warnicke1-2/+16
2001-06-08When printing the contents of a raw-data field, don't use the raw dataGuy Harris1-4/+3
2000-11-21Add a "color.h" file that declares a nominally-toolkit-independentGuy Harris1-1/+3
2000-08-23Bleah. What was I thinking? "dlg_window_new()" should take the titleGuy Harris1-3/+2
2000-08-11Miscellaneous code cleaningLaurent Deniel1-16/+1
2000-07-05Add a "dlg_window_new()" routine, which creates a GTK_WINDOW_DIALOGGuy Harris1-2/+2
2000-06-27Patch from Ben Fowler to rename the global variable "cf" to "cfile", toGuy Harris1-4/+4
2000-05-08Catch the ESC key in the file selection dialog boxes popped up forGuy Harris1-1/+6
2000-05-08Keep a pointer to the current "Print" window, if any - if not, theGuy Harris1-15/+80
2000-05-08Set up the buttons in the "Find Frame" and "Print" dialog boxes to useGuy Harris1-11/+26
2000-05-03Make the "Print" dialog box use the new utilities to make the ReturnGuy Harris1-1/+15
2000-01-06Printing multiple pages of PostScript wasn't as tricky as I thought; addGuy Harris1-18/+29