aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/dfilter_expr_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-18Use g_strdup_printf() instead of g_snprintf() with a fixed buffer.Stig Bjørlykke1-11/+9
2009-04-21Turn on -Wshorten-64-to-32 by default, and fix some issues that turnedGuy Harris1-5/+5
2009-04-15size_t fixes.Gerald Combs1-4/+4
2009-03-13From Jakub Zawadzki (bug 3331):Stig Bjørlykke1-6/+3
2009-03-09Handle BASE_NONE as BASE_DEC until we get a proper handling of integerStig Bjørlykke1-0/+1
2008-10-24Show both short and long protocol name in the Filter Expression dialog.Stig Bjørlykke1-4/+7
2008-06-29Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...Bill Meier1-5/+5
2008-04-14From Jim Young (bug 2212):Sake Blok1-1/+1
2008-04-13sort #includes by directoriesUlf Lamping1-10/+12
2008-04-12where it's not necessary, remove #include "compat_macros.h"Ulf Lamping1-1/+0
2008-04-11second round to replace SIGNAL_CONNECT with g_signal_connectUlf Lamping1-11/+10
2008-04-11replace SIGNAL_DISCONNECT_BY_FUNC with g_signal_handlers_disconnect_by_funcUlf Lamping1-1/+1
2008-04-11replace WIDGET_SET_SIZE with gtk_widget_set_size_requestUlf Lamping1-1/+1
2008-04-11replace RADIO_BUTTON_NEW_WITH_MNEMONIC with gtk_radio_button_new_with_mnemoni...Ulf Lamping1-9/+9
2008-04-11OBECT_..._DATA --> g_object_..._dataBill Meier1-39/+39
2008-04-06remove GTK1 codeUlf Lamping1-289/+0
2008-04-03http://www.wireshark.org/lists/wireshark-dev/200803/msg00308.htmlLuis Ontanon1-0/+2
2008-03-06Fix some typos; Fix some indenting to be at least locally consistentBill Meier1-38/+38
2008-02-29Next attempt to cleanup some string functions, including:Stig Bjørlykke1-2/+2
2008-02-01Rewrote some prohibited APIs in gtk/ (sprintf, strcpy, strcat).Stig Bjørlykke1-2/+2
2007-07-16Fix a couple "cast to pointer from integer of different size" warnings when b...Jeff Morriss1-1/+1
2007-06-17Fix bug #1334 and a problem where a user couldn't interact with theStephen Fisher1-1/+3
2006-12-22hmmRonnie Sahlberg1-0/+1
2006-12-22change some slab allocated memory into ep/emem allocated structures instead.Ronnie Sahlberg1-1/+0
2006-10-23Fix for bug 1178. Allow FT_?INT24 BASE_DEC VALs in the expression selection d...Jaap Keuter1-1/+3
2006-05-22Get rid of a bunch of "Ethereal"s and "ethereal"s in comments, GUIGuy Harris1-1/+1
2006-05-21name changeRonnie Sahlberg1-2/+2
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