Add an "open_failure_alert_box()" routine to pop up an alert box for a
[obnox/wireshark/wip.git] / gtk / print_dlg.c
2004-02-11 guyAdd an "open_failure_alert_box()" routine to pop up...
2004-01-31 ulflchange layout, as dialog was a bit tall,
2004-01-31 guyPass ESD_BTN_OK rather than NULL as a second argument to
2004-01-31 ulflrenamed ESD_TYPE_CRIT to ESD_TYPE_ERROR to
2004-01-25 guyThere's no need to keep a "FILE *" for the file being...
2004-01-21 ulflimplemented dlg_button_row_new to get a standard functi...
2004-01-21 ulfluse stock buttons whereever possible,
2004-01-10 ulflusing button compatibility macros
2004-01-10 ulflusing button compatibility macros
2004-01-09 ulfluse the same packet range things for "Print" dialog...
2003-12-23 guyBase the count of selected packets on whether there's a
2003-12-13 ulflsensitivity of packet range options fine tuning:
2003-12-09 ulflprint system enhanced, more print ranges and expanded...
2003-12-01 guy"select_file_cb()" only needs a title, not a "construct...
2003-11-30 sharpeMove print_file_cb out of gtk/print_dlg.c and into...
2003-11-29 sharpeAdd an entry in the byte_view pane that allows the...
2003-11-18 ulflremoved unused vars
2003-11-12 ulflcompletely redesigned print dialog layout, to be more...
2003-09-24 guyAdd a "file_selection_new()" routine that does all...
2003-09-10 guyWhen saving packets, we have a "Save only marked packet...
2003-02-21 guyFrom Pavel Roskin: in the GTK+ 2 code, associate the...
2002-11-11 oabadUse gtk1/gtk2 compatibility macros to reduce #ifdefs.
2002-11-03 oabadMerge gtk and gtk2 directories.
2002-09-22 geraldFrom Graeme Hewson:
2002-09-09 guyFrom Graeme Hewson:
2002-09-05 jmayerInclude cleanups in gtk and gtk2:
2002-08-28 jmayerRemoved trailing whitespaces from .h and .c files using the
2002-07-30 guy#ifdef out some variables not used on Windows.
2002-06-19 jfosterAdded MS Window printing to ethereal.
2002-06-04 guyGet rid of the "data_src" member of the "frame_data...
2002-03-31 guyFrom Joerg Mayer: get rid of unused arguments, and...
2002-03-05 guyFrom Joerg Mayer: use _U_ to flag unused arguments.
2002-01-21 guyInclude files from the "epan" directory and subdirector...
2002-01-11 guyHave a routine to create a scrolled window, set its...
2001-12-18 gramProvide for per-protocol-tree data in the proto_tree...
2001-12-09 guyOn Win32, a GUI application apparently can't use "popen...
2001-12-06 gramRemove proto_tree from capture_file and PacketWinData...
2001-07-17 hagbardAdded a "Suppress Unmarked" option to the print dialog to
2001-06-08 guyWhen printing the contents of a raw-data field, don...
2000-11-21 guyAdd a "color.h" file that declares a nominally-toolkit...
2000-08-23 guyBleah. What was I thinking? "dlg_window_new()" should...
2000-08-11 denielMiscellaneous code cleaning
2000-07-05 guyAdd a "dlg_window_new()" routine, which creates a GTK_W...
2000-06-27 guyPatch from Ben Fowler to rename the global variable...
2000-05-08 guyCatch the ESC key in the file selection dialog boxes...
2000-05-08 guyKeep a pointer to the current "Print" window, if any...
2000-05-08 guySet up the buttons in the "Find Frame" and "Print"...
2000-05-03 guyMake the "Print" dialog box use the new utilities to...
2000-01-06 guyPrinting multiple pages of PostScript wasn't as tricky...
2000-01-03 guyTake the "simple_dialog()" stuff out of "ui_util.h...
2000-01-03 guyUse the right #define to control inclusion of "ui_util.h".
1999-12-09 guyMove the GTK+ implementations of various UI utilities...
1999-11-06 guyAdd a "Find Frame" menu item under "Display"; it lets...
1999-09-29 guyEnable "Print hex" only if "Print detail" is on.
1999-09-29 guyAdd an item to the "File/Print" dialog box to ask that...
1999-09-12 guyMake "Expand all levels" and "Print as displayed" radio
1999-09-12 guyAdd a "Expand all levels"/"Print as displayed" pair...
1999-09-12 guyAdd summary-vs-detail radio buttons to the print dialog...
1999-09-09 guyPut RCS IDs (and a copyright notice and GPL notice...
1999-09-09 gramMore shuffling of GTK-related routines to gtk subdirectory.
1999-09-01 gramMoved GTK-dependent routines for file dialogues, print...