move font related stuff to new file font_utils.c/.h
[obnox/wireshark/wip.git] / gtk / follow_dlg.c
2004-06-17 ulflmove font related stuff to new file font_utils.c/.h
2004-06-01 ulfladd details for doxygen, various code cleanups as a...
2004-05-27 ulflenable postcript printing if selected in prefs,
2004-05-27 ulflbugfixes: fixed printing on win32,
2004-05-27 ulflbugfix: don't try to destroy a window, when it's alread...
2004-05-26 guyDon't compile in "follow_save_as_destroy_cb()" for...
2004-05-26 ulflmore code cleanup from dialog things:
2004-05-22 ulflgoing to have a standard behaviour of the dialogs
2004-05-09 guyFrom Lars Roland: add support for building a libetherea...
2004-04-21 obiotPart 2 of Ulf's print update.
2004-04-09 geraldMake the hex dump byte counter a guint32, so that we...
2004-03-29 guyMake "file_selection_new()" take as its second argument an
2004-03-27 oabadUse the new GtkFileChooserDialog when built with gtk...
2004-03-13 ulflreplaced sprintf / snprintf by g_snprintf,
2004-03-13 ulflvarious string related changes
2004-02-25 guyGet rid of a debugging printf.
2004-02-23 guyAdd a "force" argument to "filter_packets()" and
2004-02-23 ulflstatistics menu redesigned, now looking more like the...
2004-02-22 ulflsome changes to the dialog layout and added some tooltips
2004-02-22 ulflRedesigned the menu structure of the former statistics...
2004-02-13 guyAdd a "window_new()" routine that creates a window...
2004-02-11 guyAdd "write_failure_alert_box()" to put up an alert...
2004-02-11 guyAdd an "open_failure_alert_box()" routine to pop up...
2004-02-06 ulflreplaced every appearance of gtk_scrolled_window_new...
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-26 guyNewlines in filter strings are a Bad Idea, as they...
2004-01-25 ulflapply automatically generated filters strings to the...
2004-01-25 guyDon't have "follow_print_text()" display the error...
2004-01-25 guyThere's no need to keep a "FILE *" for the file being...
2004-01-24 guyAs with "file_write_error_message()", so with
2004-01-24 guyAs with "cf_open_error_message()"/"file_open_error_mess...
2004-01-10 ulflusing button compatibility macros
2003-12-24 guyDo the "isprint()" hack for GTK+ 2.x or 1.3[.x], whethe...
2003-04-06 guyFrom emre: add a "Filter out this stream" button to...
2003-03-06 guyFrom Devin Heitmueller: follow TCP Stream support for...
2002-11-10 oabadUse gtk1/gtk2 compatibility macros to reduce #ifdefs.
2002-11-03 oabadMerge gtk and gtk2 directories.
2002-09-09 guyFrom Graeme Hewson:
2002-09-07 jmayerAdd back stdio.h
2002-09-05 jmayerInclude cleanups in gtk and gtk2:
2002-08-28 jmayerRemoved trailing whitespaces from .h and .c files using the
2002-08-02 jmayerReplace the types from sys/types.h and netinet/in.h...
2002-05-03 guyClean up the handling of filter strings:
2002-03-05 guyFrom Joerg Mayer: use _U_ to flag unused arguments.
2002-02-28 gramIn follow.c, initialize data_out_file to NULL, as it...
2002-01-21 guyInclude files from the "epan" directory and subdirector...
2002-01-18 guySquelch a valid compiler warning (passing a "char"...
2002-01-18 guySupport for hex dump mode in "Follow TCP Stream" window...
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-12 geraldGo nuts with the 3D logo.
2001-11-21 gramRemove the global packet_info called "pi". Dissectors...
2001-04-10 gramCheck in isprint() hack for Win32 so that Ethereal...
2001-04-02 guyUse GLib types rather than "u_int" and "u_char" in...
2000-11-21 guyAdd a "color.h" file that declares a nominally-toolkit...
2000-09-12 guyInclude <unistd.h> to declare "close()" and "unlink()".
2000-09-08 guyRedraw:
2000-08-21 denielPut an indentation in hexdump display of a TCP stream
2000-08-17 guyIt was silly of me to require that "forget_scrolled_win...
2000-08-16 denielFix a long standing bug in the scrolled window handling...
2000-08-11 deniel- add ipv6.addr for the source and destination addresse...
2000-08-11 denielMiscellaneous code cleaning
2000-08-09 gramSmall fix for initialization of new follow_info struct.
2000-08-09 gramIn TCP Follow window, allow the optional showing of:
2000-08-03 gramAdd a "Save As" feature to the TCP Follow dialogue...