Removed unused argument to new_packet_list_copy_summary_cb().
[obnox/wireshark/wip.git] / gtk / proto_dlg.c
2011-08-08 wmeierRemove 2 usages of deprecated gtk_quit_add_destroy...
2011-06-28 stigReplace all strerror() with g_strerror().
2011-06-20 jmayerGTK3 fixes:
2010-08-30 morrissRemove some unnecessary includes: a lot of things don...
2010-01-29 wmeierFix various gcc -Wshadow warnings.
2009-06-28 wmeierAnalyze!Enabled Protocols: Fix so type-ahead find OK...
2009-05-06 wmeierAnalyze!EnabledProtocols: Remove unnecessary line of...
2009-05-06 wmeierAnalyze!Enabled Protocols: For OK/Apply/Cancel: Cancel...
2009-05-04 stigFrom Didier Gautheron (bug 3126):
2009-04-21 guyTurn on -Wshorten-64-to-32 by default, and fix some...
2008-07-08 wmeierFix some simple cases of GTK2 deprecated API usage...
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-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 wmeierOBJECT_..._DATA --> g_object_..._data
2008-04-07 ulflremove GTK1 code
2007-12-15 jakeWith increasing number of dissectors, heuristics cause...
2007-05-24 wmeierFix 'Analyze ! Enabled_Protocols' search to search...
2007-02-15 ulflbugfix: call set_proto_selection() before actually...
2007-01-22 sfisherFix various compiler warnings
2006-10-03 ulflAs Stephen Fisher noted, the Apply button should also...
2006-10-03 ulflnow: Don't have a Save button in the following settings...
2006-05-22 guyGet rid of a bunch of "Ethereal"s and "ethereal"s in...
2006-05-21 sahlbergname change
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-10 ulflremoved tons of MSVC const related warnings.
2005-08-05 jmayerMore char -> const char warning fixes.
2005-07-24 guyConstify to remove a bunch of warnings. Add some casts...
2005-02-04 ulflhuge cleanup of capture file API (functions in file...
2005-01-20 ulfladd some more online help functionality and help button...
2004-09-27 guyMove prefs.c and prefs.h into the epan subdirectory.
2004-07-18 guySet the svn:eol-style property on all text files to...
2004-06-10 guy"delete_event" is an event, so its handler takes three...
2004-05-27 ulfluse gtk_window_set_default_size() instead of WIDGET_SET...
2004-05-26 ulflmore code cleanup from dialog things:
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-21 ulflimplemented dlg_button_row_new to get a standard functi...
2004-01-10 ulflusing button compatibility macros
2004-01-04 guyA missing piece of Tadaaki Nagao's patches to add a...
2003-11-16 guyExport "protocol_t" as an opaque type.
2003-08-07 guyFrom Michael Lum: add the ability to have a preferences...
2003-01-26 denielUpdate my email address in various places since my...
2002-12-02 oabadPut back the "width" local variable in proto_cb() which...
2002-12-02 oabadMake the new protocol list work with GTK2. The "status...
2002-12-02 geraldAllow keyboard-only navigation of the Protocols dialog...
2002-12-01 geraldEnable/disable protocols with a single click. Fix...
2002-12-01 geraldUpdate some text in the help dialog.
2002-11-28 guyConstify some pointers to avoid converting const pointe...
2002-11-11 guy"gtk_quit_add_destroy()" takes a "GtkObject *" as its...
2002-11-11 oabadUse gtk1/gtk2 compatibility macros to reduce #ifdefs.
2002-11-03 oabadMerge gtk and gtk2 directories.
2002-10-10 jmayerAdd (back) some #include <string.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-03-31 guyGet rid of an unused argument to "set_active_all()".
2002-03-05 guyFrom Joerg Mayer: use _U_ to flag unused arguments.
2002-01-11 guyHave a routine to create a scrolled window, set its...
2001-03-01 gramAdd "Toggle All", "Enable All", and "Disable All" butto...
2001-01-22 guyMake the "Cancel" button in the "Protocol" dialog box...
2001-01-03 guyHave "proto_register_protocol()" build a list of data...
2000-08-23 guyBleah. What was I thinking? "dlg_window_new()" should...
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-16 denielThe "Edit:protocols..." window is now sorted.
2000-08-13 denielAdd the "Edit:Protocols..." feature which currently...