Microsoft Credential Security Support Provider (CredSSP) support.
[obnox/wireshark/wip.git] / gtk / funnel_stat.c
2011-09-25 jmayerWe now always build with MAIN_MENU_USE_UIMANAGER, so...
2011-08-26 etxrabFix LUA labels in the UI_MANAGER case.
2011-08-25 etxrabPut LUA back in the menu_bar.
2011-08-22 tuexenour_menu_callback() is only used when MAIN_MENU_USE_UIM...
2011-08-22 etxrabfunnel_stat.c:606: warning: unused parameter 'group'
2011-08-22 etxrabAdd missing menus.
2011-08-18 jmayerFix two typos in the gtk3 case
2011-08-17 etxrabUse gtk_widget_override_font() in GTK 3.0 ( Untested...
2011-07-14 jmayerFix some compiler errors with -DGTK_DISABLE_DEPRECATED
2011-06-28 stigReplace all strerror() with g_strerror().
2011-06-27 stigFrom bug 6057:
2011-06-05 guyRename the tap_dfilter_dlg.[ch] files to reflect that...
2010-08-30 morrissRemove some unnecessary includes: a lot of things don...
2009-12-14 jakeFrom Valerio Messina:
2009-08-27 wmeierAdd #include <stdio.h>
2009-06-21 etxrabChange window_new() to dlg_window_new() and destroy...
2009-06-05 guyHave tap listeners specify whether the "packet" routine...
2009-04-21 guyTurn on -Wshorten-64-to-32 by default, and fix some...
2009-04-16 geraldFix the last of the Win64 problems in the gtk directory.
2009-03-06 wmeierRename a variable ('free') so checkAPIs doesn't incorre...
2008-08-11 legotry to avoid:
2008-08-11 legoAdd a slightly modified version of Paolo Abeni's funnel...
2008-08-05 legoluis.ontanon@gmail.com => luis@ontanon.org
2008-06-29 wmeierFix some simple cases of GTK2 deprecated API usage...
2008-04-13 ulflchange all preferences related filenames from xy_prefs...
2008-04-13 ulflsort #includes by directories
2008-04-12 ulflmove tap_dfilter_dlg.h from / to /gtk (and use the...
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 wmeierOBJECT_..._DATA --> g_object_..._data
2008-04-06 ulflremove GTK1 code
2007-04-23 guyAdd some GCC warnings to the standard set, and add...
2006-12-27 lego+ browser_open_url()
2006-11-15 ulflfix a warning
2006-11-14 jmayernikai@nikai.net:
2006-11-07 jmayerWarning fixes (void) instead of (), no newline at end...
2006-10-19 guyInclude gtk/main.h to declare main_filter_packets().
2006-10-05 legohave the funnel client passing the destructors for...
2006-10-04 legoMisterious bug with cf_read() solved... had nothing...
2006-10-03 lego- Make sure that the registration files are created...
2006-10-03 legomore Lua APIs:
2006-09-27 lego* rename REGISTER_STAT_GROUP_E -> register_stat_group_t
2006-05-22 guyGet rid of a bunch of "Ethereal"s and "ethereal"s in...
2006-05-21 sahlbergname change
2006-03-30 legoremove some useless code.
2006-03-30 legoTextWindow:
2006-03-05 legowrong name.
2006-03-05 lego+ retap_packets()
2006-02-18 ulflsquelch some compiler warnings
2006-02-11 lego add an userdata argument to register_stat_cmd_arg...
2006-02-06 lego- fix a leak
2006-02-06 ulflfix some variable declarations bugs (code not conformin...
2006-02-06 sahlberganother gtk_resize_window()
2006-02-06 sahlberggtk1.x does not have gtk_window_resize()
2006-02-06 legoThe simple dialog
2006-02-06 guy"text_window_delete_event_cb()" returns a gboolean...
2006-02-05 lego* add an option to funnel_register_menu to retap the...
2006-02-05 lego- add a register_menu funnel
2006-02-04 legoGTK1 buid failed, this should fix it.
2006-02-04 legoVC6 doesn't like empty structs.
2006-02-04 legoThe funneled GUI mini API.