Fix some simple cases of GTK2 deprecated API usage by using a renamed or equivalent API
[obnox/wireshark/wip.git] / gtk / profile_dlg.c
2008-06-29 wmeierFix some simple cases of GTK2 deprecated API usage...
2008-06-18 stigDraw menu items with radio buttons.
2008-06-17 stigPopup a menu with configuration profiles instead of...
2008-05-22 morrissMove the file utility functions from wiretap to libwsut...
2008-04-14 sakeFrom Jim Young (bug 2212):
2008-04-13 ulflsort #includes by directories
2008-04-12 ulflwhere it's not necessary, remove #include "compat_macros.h"
2008-04-11 ulfllast round to replace SIGNAL_CONNECT with g_signal_connect
2008-04-11 ulflreplace all appearances of BUTTON_NEW_FROM_STOCK with...
2008-04-11 wmeierOBJECT_..._DATA --> g_object_..._data
2008-04-07 ulflremove GTK1 code
2008-02-04 stigImproved the profile name check to popup a dialog when...
2008-02-01 stigDisallow ending space was not such a good idea, chop...
2008-02-01 stigFixed a problem with renaming a profile after hitting...
2008-01-27 stigDo not change profile if directory creation failed...
2008-01-24 stigAlways return a valid profile name from get_profile_name().
2008-01-19 stigFree allocated data in prefs_reset, removed need for...
2008-01-14 stigSave the changes also when selecting a profile from...
2008-01-14 stigSeveral profile enhancements:
2008-01-14 stigThis patch adds support for configuration profiles...