Update the information about getting Xcode, and note that
[obnox/wireshark/wip.git] / gtk / dfilter_expr_dlg.c
2011-07-21 jmayerHandle more stuff in old-gtk-compat.h to avoid guarding...
2011-07-11 geraldRemaining GLIB_CHECK_VERSION and GTK_CHECK_VERSION...
2011-04-01 cmaynardRemove const type qualifier from cast. Resolves CID...
2011-02-01 etxrabReplace a couple of deprecated functions # ifdef:ed...
2010-11-05 stigCorrected an if-statement in field_select_row_cb()...
2010-10-14 wmeierRework "extended value strings":
2010-09-23 wmeierFix crash creating a filter (using "Expression ......
2010-08-30 morrissRemove some unnecessary includes: a lot of things don...
2010-05-20 wmeierFix regression: unable to enter values in Filter Expres...
2009-12-18 geraldIf we don't have PCRE and we do have GLib >= 2.14,...
2009-12-12 guyRename BASE_STRUCTURE_RESET to BASE_DISPLAY_E_MASK...
2009-11-10 stigRemoved some unused variables and unused assignments.
2009-10-01 stigReturn from dfilter_expr_dlg_accept_cb() if nothing...
2009-07-03 wmeierFrom Kovarththanan Rajaratnam: Fixes for bug #3536
2009-06-01 wmeierdfilter_expr_dlg: fix several very minor memory leaks;
2009-05-25 guySquelch an uninitialized variable complaint from older...
2009-05-18 stigUse g_strdup_printf() instead of g_snprintf() with...
2009-04-21 guyTurn on -Wshorten-64-to-32 by default, and fix some...
2009-04-15 geraldsize_t fixes.
2009-03-13 stigFrom Jakub Zawadzki (bug 3331):
2009-03-09 stigHandle BASE_NONE as BASE_DEC until we get a proper...
2008-10-24 stigShow both short and long protocol name in the Filter...
2008-06-29 wmeierFix some simple cases of GTK2 deprecated API usage...
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 ulflsecond round to replace SIGNAL_CONNECT with g_signal_co...
2008-04-11 ulflreplace SIGNAL_DISCONNECT_BY_FUNC with g_signal_handler...
2008-04-11 ulflreplace WIDGET_SET_SIZE with gtk_widget_set_size_request
2008-04-11 ulflreplace RADIO_BUTTON_NEW_WITH_MNEMONIC with gtk_radio_b...
2008-04-11 wmeierOBECT_..._DATA --> g_object_..._data
2008-04-06 ulflremove GTK1 code
2008-04-03 legowireshark.org/lists/wireshark-dev/200803/msg00308.html
2008-03-06 wmeierFix some typos; Fix some indenting to be at least local...
2008-02-29 stigNext attempt to cleanup some string functions, including:
2008-02-01 stigRewrote some prohibited APIs in gtk/ (sprintf, strcpy...
2007-07-16 morrissFix a couple "cast to pointer from integer of different...
2007-06-17 sfisherFix bug #1334 and a problem where a user couldn't inter...
2006-12-22 sahlberghmm
2006-12-22 sahlbergchange some slab allocated memory into ep/emem allocate...
2006-10-23 jakeFix for bug 1178. Allow FT_?INT24 BASE_DEC VALs in...
2006-05-22 guyGet rid of a bunch of "Ethereal"s and "ethereal"s in...
2006-05-21 sahlbergname change
2006-03-09 geraldMake sure we can't pass NULL to strcmp. Fixes Coverity...
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-06-24 guyConstify a bunch of structure members and function...
2004-12-29 guyMake the tone of the error messages a bit less formal...
2004-08-08 guyFrom Stas Grabois: make the previous change not to...
2004-07-19 ulflrenamed filter_prefs to filter_dlg, as the filter setti...
2004-07-18 guySet the svn:eol-style property on all text files to...
2004-06-10 guyMove "dfilter_expr_dlg_delete_event_cb()" after
2004-06-10 guy"delete_event" is an event, so its handler takes three...
2004-06-10 guyFrom Stas Grabois: don't show disabled protocols in...
2004-05-27 ulfluse gtk_window_set_default_size() instead of WIDGET_SET...
2004-05-26 ulflmore code cleanup from dialog things:
2004-03-13 ulflreplaced snprintf by g_snprintf and removed #include...
2004-03-07 ulflfixed a bug GTK_WIDGET_VISIBLE -> GTK_WIDGET_SENSITIVE,
2004-03-06 ulflsome code cleanup
2004-03-06 ulflreplaced show/hide by sensitive/insensitive to see...
2004-02-12 guyThe HIG's and/or GUI toolkit documentation for:
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 obiotAdd support for the "matches" operator if HAVE_LIBPCRE...
2004-01-21 ulflimplemented dlg_button_row_new to get a standard functi...
2004-01-10 ulflusing button compatibility macros
2003-11-25 sahlbergfvalue_free() is one of the most called functions.
2003-11-16 guyExport "protocol_t" as an opaque type.
2003-10-29 guyPut quotes around values for FT_ABSOLUTE_TIME variables...
2003-09-29 oabad- in show_relations() : select the first row of the...
2003-09-23 guyThe relation list is always displayed (that's been...
2003-09-05 guyDon't try to align the field filter name and name ...
2003-09-05 guyIf Belinda:
2003-09-05 sahlbergAdd some more text to the filter item description in...
2003-08-27 gramAdd a "contains" operator for byte-strings, strings...
2003-08-25 guyFrom Matthijs Melchior:
2003-07-25 gramAdd to the fundamental types passed between the scanner...
2003-03-10 jmayerPointer <--> int converions cause warnings on ia64.
2003-01-31 guyGet rid of BASE_BIN - it's just the same as BASE_DEC...
2002-11-10 oabadUse gtk1/gtk2 compatibility macros to reduce #ifdefs.
2002-11-03 oabadMerge gtk and gtk2 directories.
2002-10-09 jmayerAdd a missing #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-05 guyFrom Joerg Mayer: use _U_ to flag unused arguments.
2002-01-11 guyHave routines to create GtkCTrees, set their line and...
2001-08-21 guyOn Windows, use the directory in which the binary resid...
2001-04-20 guyWhen displaying the numeric value for the value_string...
2001-03-26 guyGUI code fixes from Eduardo P�rez Ureta.
2001-03-03 guyDo a bunch of semantic checks when "Accept" is clicked...
2001-02-23 guyBoolean fields are just like other fields - if you...
2001-02-20 guyCatch the "destroy" signal on the filter-expression...
2001-02-20 guyCatch the "destroy" signal on the text entry box to...
2001-02-20 guyThe all-purpose answer to "this widget expands to fill...
2001-02-20 guyMake the "activate" signal on the text entry boxes...
2001-02-20 guyCall the test for a protocol "is present", just like...
next