aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/dfilter_expr_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-21Handle more stuff in old-gtk-compat.h to avoid guarding in the code.jmayer1-8/+1
2011-07-11Remaining GLIB_CHECK_VERSION and GTK_CHECK_VERSION in the gtk directory.gerald1-2/+0
2011-04-01Remove const type qualifier from cast. Resolves CID's 582-585.cmaynard1-3/+2
2011-02-01Replace a couple of deprecated functions # ifdef:ed with the GTK version they...etxrab1-0/+8
2010-11-05Corrected an if-statement in field_select_row_cb() where checking forstig1-1/+1
2010-10-14Rework "extended value strings":wmeier1-1/+1
2010-09-23Fix crash creating a filter (using "Expression ...") for a field with an exte...wmeier1-1/+4
2010-08-30Remove some unnecessary includes: a lot of things don't need globals.h and re...morriss1-2/+1
2010-05-20Fix regression: unable to enter values in Filter Expression window unless val...wmeier1-23/+11
2009-12-18If we don't have PCRE and we do have GLib >= 2.14, use GRegexes for thegerald1-3/+3
2009-12-12Rename BASE_STRUCTURE_RESET to BASE_DISPLAY_E_MASK, to clarify that it'sguy1-1/+1
2009-11-10Removed some unused variables and unused assignments.stig1-7/+0
2009-10-01Return from dfilter_expr_dlg_accept_cb() if nothing selected.stig1-0/+3
2009-07-03From Kovarththanan Rajaratnam: Fixes for bug #3536wmeier1-20/+17
2009-06-01dfilter_expr_dlg: fix several very minor memory leaks;wmeier1-0/+3
2009-05-25Squelch an uninitialized variable complaint from older versions of GCCguy1-1/+1
2009-05-18Use g_strdup_printf() instead of g_snprintf() with a fixed buffer.stig1-11/+9
2009-04-21Turn on -Wshorten-64-to-32 by default, and fix some issues that turnedguy1-5/+5
2009-04-15size_t fixes.gerald1-4/+4
2009-03-13From Jakub Zawadzki (bug 3331):stig1-6/+3
2009-03-09Handle BASE_NONE as BASE_DEC until we get a proper handling of integerstig1-0/+1
2008-10-24Show both short and long protocol name in the Filter Expression dialog.stig1-4/+7
2008-06-29Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...wmeier1-5/+5
2008-04-14From Jim Young (bug 2212):sake1-1/+1
2008-04-13sort #includes by directoriesulfl1-10/+12
2008-04-12where it's not necessary, remove #include "compat_macros.h"ulfl1-1/+0
2008-04-11second round to replace SIGNAL_CONNECT with g_signal_connectulfl1-11/+10
2008-04-11replace SIGNAL_DISCONNECT_BY_FUNC with g_signal_handlers_disconnect_by_funculfl1-1/+1
2008-04-11replace WIDGET_SET_SIZE with gtk_widget_set_size_requestulfl1-1/+1
2008-04-11replace RADIO_BUTTON_NEW_WITH_MNEMONIC with gtk_radio_button_new_with_mnemoni...ulfl1-9/+9
2008-04-11OBECT_..._DATA --> g_object_..._datawmeier1-39/+39
2008-04-06remove GTK1 codeulfl1-289/+0
2008-04-03http://www.wireshark.org/lists/wireshark-dev/200803/msg00308.htmllego1-0/+2
2008-03-06Fix some typos; Fix some indenting to be at least locally consistentwmeier1-38/+38
2008-02-29Next attempt to cleanup some string functions, including:stig1-2/+2
2008-02-01Rewrote some prohibited APIs in gtk/ (sprintf, strcpy, strcat).stig1-2/+2
2007-07-16Fix a couple "cast to pointer from integer of different size" warnings when b...morriss1-1/+1
2007-06-17Fix bug #1334 and a problem where a user couldn't interact with thesfisher1-1/+3
2006-12-22hmmsahlberg1-0/+1
2006-12-22change some slab allocated memory into ep/emem allocated structures instead.sahlberg1-1/+0
2006-10-23Fix for bug 1178. Allow FT_?INT24 BASE_DEC VALs in the expression selection d...jake1-1/+3
2006-05-22Get rid of a bunch of "Ethereal"s and "ethereal"s in comments, GUIguy1-1/+1
2006-05-21name changesahlberg1-2/+2
2006-03-09Make sure we can't pass NULL to strcmp. Fixes Coverity CID 34. Fix up gerald1-8/+4
2005-08-20renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...ulfl1-1/+1
2005-08-10removed tons of MSVC const related warnings.ulfl1-6/+6
2005-08-05More char -> const char warning fixes.jmayer1-4/+4
2005-07-24Constify to remove a bunch of warnings. Add some casts to squelchguy1-2/+2
2005-06-24Constify a bunch of structure members and function arguments, to squelchguy1-2/+2
2004-12-29Make the tone of the error messages a bit less formal, by usingguy1-2/+2