aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/dfilter_expr_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2006-03-09Make sure we can't pass NULL to strcmp. Fixes Coverity CID 34. Fix up Gerald Combs1-8/+4
2005-08-20renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...Ulf Lamping1-1/+1
2005-08-10removed tons of MSVC const related warnings.Ulf Lamping1-6/+6
2005-08-05More char -> const char warning fixes.Jörg Mayer1-4/+4
2005-07-24Constify to remove a bunch of warnings. Add some casts to squelchGuy Harris1-2/+2
2005-06-24Constify a bunch of structure members and function arguments, to squelchGuy Harris1-2/+2
2004-12-29Make the tone of the error messages a bit less formal, by usingGuy Harris1-2/+2
2004-08-08From Stas Grabois: make the previous change not to show disabledGuy Harris1-2/+7
2004-07-19renamed filter_prefs to filter_dlg, as the filter settings are (well, for a l...Ulf Lamping1-1/+1
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-06-10Move "dfilter_expr_dlg_delete_event_cb()" afterGuy Harris1-10/+10
2004-06-10"delete_event" is an event, so its handler takes three arguments, notGuy Harris1-2/+12
2004-06-10From Stas Grabois: don't show disabled protocols in the "Add Expression"Guy Harris1-1/+11
2004-05-27use gtk_window_set_default_size() instead of WIDGET_SET_SIZE() for the dialogs,Ulf Lamping1-3/+4
2004-05-26more code cleanup from dialog things:Ulf Lamping1-25/+23
2004-03-13replaced snprintf by g_snprintf and removed #include "snprintf.h"Ulf Lamping1-15/+11
2004-03-07fixed a bug GTK_WIDGET_VISIBLE -> GTK_WIDGET_SENSITIVE,Ulf Lamping1-30/+64
2004-03-06some code cleanupUlf Lamping1-128/+66
2004-03-06replaced show/hide by sensitive/insensitive to see all fields everytimeUlf Lamping1-23/+40
2004-02-12The HIG's and/or GUI toolkit documentation for:Guy Harris1-6/+5
2004-02-06replaced every appearance of gtk_scrolled_window_new() withUlf Lamping1-11/+26
2004-01-31Pass ESD_BTN_OK rather than NULL as a second argument toGuy Harris1-5/+5
2004-01-31renamed ESD_TYPE_CRIT to ESD_TYPE_ERROR toUlf Lamping1-5/+5
2004-01-26Add support for the "matches" operator if HAVE_LIBPCRE is defined.Olivier Biot1-1/+8
2004-01-21implemented dlg_button_row_new to get a standard function forUlf Lamping1-19/+8
2004-01-10using button compatibility macrosUlf Lamping1-11/+3
2003-11-25fvalue_free() is one of the most called functions.Ronnie Sahlberg1-2/+2
2003-11-16Export "protocol_t" as an opaque type.Guy Harris1-3/+6
2003-10-29Put quotes around values for FT_ABSOLUTE_TIME variables, and aroundGuy Harris1-12/+30
2003-09-29- in show_relations() : select the first row of the relation_list whenOlivier Abad1-3/+11
2003-09-23The relation list is always displayed (that's been true for a while) -Guy Harris1-34/+20
2003-09-05Don't try to align the field filter name and name - the font wouldGuy Harris1-14/+21
2003-09-05If Belinda:Guy Harris1-3/+13
2003-09-05Add some more text to the filter item description in the display filter add e...Ronnie Sahlberg1-3/+12
2003-08-27Add a "contains" operator for byte-strings, strings, and tvbuffs (protocols).Gilbert Ramirez1-3/+14
2003-08-25From Matthijs Melchior:Guy Harris1-24/+31
2003-07-25Add to the fundamental types passed between the scanner and the parser.Gilbert Ramirez1-2/+2
2003-03-10Pointer <--> int converions cause warnings on ia64.Jörg Mayer1-2/+2
2003-01-31Get rid of BASE_BIN - it's just the same as BASE_DEC, but people seemedGuy Harris1-2/+1
2002-11-10Use gtk1/gtk2 compatibility macros to reduce #ifdefs.Olivier Abad1-112/+64
2002-11-03Merge gtk and gtk2 directories.Olivier Abad1-832/+1102
2002-10-09Add a missing #include <string.h>Jörg Mayer1-1/+2
2002-09-05Include cleanups in gtk and gtk2:Jörg Mayer1-4/+1
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-8/+8
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-5/+1
2002-03-05From Joerg Mayer: use _U_ to flag unused arguments.Guy Harris1-6/+6
2002-01-11Have routines to create GtkCTrees, set their line and expander styleGuy Harris1-6/+3
2001-08-21On Windows, use the directory in which the binary resides as theGuy Harris1-4/+2
2001-04-20When displaying the numeric value for the value_string string that wasGuy Harris1-1/+2
2001-03-26GUI code fixes from Eduardo P�rez Ureta.Guy Harris1-3/+2