Avoid calling some free() on WIN32 on memory that may be allocated in
[obnox/wireshark/wip.git] / gtk / dfilter_expr_dlg.c
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...
2001-02-13 guyIn a display filter expression, make a field name refer...
2001-02-12 guyIf there are multiple fields with the same name, list...
2001-02-12 guyIf you register more than one field with the same name...
2001-02-01 guyFix the previous checkin to correctly handle presence...
2001-02-01 guyFor protocols, call the test for the field being presen...
2001-02-01 guyUse the ftype routines to determine what tests can...
2001-02-01 guyFT_PROTOCOL is like FT_NONE; you can only test for...
2001-02-01 gramCreate a more modular type system for the FT_* types...
2001-01-10 guyInclude "snprintf.h", if necessary, to declare "snprint...
2001-01-03 guyHave "proto_register_protocol()" build a list of data...
2001-01-02 guyBase the decision of whether selecting an entry in...
2001-01-02 guyDon't show "Text" as one of the available fields.
2001-01-02 guyAdd a dialog box for constructing expressions that...