merge_all_tap_menus() has been moved to menus.c.
[obnox/wireshark/wip.git] / gtk / fileset_dlg.c
2011-08-17 etxrabGet further with compiling with GTK 3.0
2011-07-11 etxrabFix more tooltips, mark gtk_tooltips_new with 'E' in...
2010-10-12 wmeierDefine some fcns & vars as static;
2010-08-30 morrissRemove some unnecessary includes: a lot of things don...
2009-12-14 jakeFrom Valerio Messina:
2009-06-21 etxrabChange window_new() to dlg_window_new() and destroy...
2009-06-21 guy"main_menu.[ch]" -> "menus.[ch]"; it handles not only...
2009-04-21 guyTurn on -Wshorten-64-to-32 by default, and fix some...
2009-04-15 geraldsize_t fixes.
2009-04-10 wmeiergtk_widget_ref() --> g_object_ref()
2009-02-26 etxrabgtk_label_set -> gtk_label_set_text
2008-06-29 wmeierFix some simple cases of GTK2 deprecated API usage...
2008-06-21 stigRemoved the usage of topic_available() as we now have...
2008-04-13 ulflsort #includes by directories
2008-04-12 ulflrename menu -> main_menu
2008-04-12 ulflwhere it's not necessary, remove #include "compat_macros.h"
2008-04-11 ulflthird round to replace SIGNAL_CONNECT with g_signal_connect
2008-04-11 ulflreplace WIDGET_SET_SIZE with gtk_widget_set_size_request
2008-04-11 ulflreplace RADIO_BUTTON_NEW_WITH_LABEL with gtk_radio_butt...
2008-04-11 wmeierOBJECT_..._DATA --> g_object_..._data
2008-04-06 ulflremove GTK1 code
2006-08-29 ulflfix #331: add a scrollbar to the dialog. If a fileset...
2006-05-22 guyGet rid of a bunch of "Ethereal"s and "ethereal"s in...
2006-05-21 sahlbergname change
2005-11-06 ulflreplace *a lot* of file related calls by their GLib...
2005-09-21 ulflfix a copy/paste error inside of a comment
2005-09-02 ulfldon't crash if the file_set dialog is opened and a...
2005-08-20 jmayer- Declare some functions static
2005-08-20 ulflrenamed ui_util.c/.h to gui_utils.c/.h to prevent confu...
2005-08-19 guyAdd APIs to Wiretap to return the file of the size...
2005-08-19 guyInclude <string.h> to declare "strrchr()".
2005-08-18 ulflfix #305: don't get file creation date/time of the...
2005-08-02 jmayerFix more "no previous declaration" warnings
2005-04-29 ulfladd a new feature: list the files of a "File Set" ...