aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/print_dlg.c
AgeCommit message (Expand)AuthorFilesLines
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
2000-01-03Take the "simple_dialog()" stuff out of "ui_util.h" and "gtk/ui_util.c",Guy Harris1-3/+3
2000-01-03Use the right #define to control inclusion of "ui_util.h".Guy Harris1-2/+2
1999-12-09Move the GTK+ implementations of various UI utilities out of "util.c"Guy Harris1-2/+2
1999-11-06Add a "Find Frame" menu item under "Display"; it lets you use a displayGuy Harris1-2/+2
1999-09-29Enable "Print hex" only if "Print detail" is on.Guy Harris1-2/+7
1999-09-29Add an item to the "File/Print" dialog box to ask that the full hex dataGuy Harris1-11/+36
1999-09-12Make "Expand all levels" and "Print as displayed" radioGuy Harris1-1/+30
1999-09-12Add a "Expand all levels"/"Print as displayed" pair of radio buttons toGuy Harris1-5/+45
1999-09-12Add summary-vs-detail radio buttons to the print dialog box; detailGuy Harris1-15/+31
1999-09-09Put RCS IDs (and a copyright notice and GPL notice) in several files,Guy Harris1-0/+25
1999-09-09More shuffling of GTK-related routines to gtk subdirectory.Gilbert Ramirez1-2/+2
1999-09-01Moved GTK-dependent routines for file dialogues, print dialogues, printGilbert Ramirez1-0/+347