aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/filter_prefs.c
AgeCommit message (Expand)AuthorFilesLines
2004-02-28Yes, you do have to free the display filter after compiling it,Guy Harris1-2/+3
2004-02-28The string in the Find Frame dialog box isn't necessarily a displayGuy Harris1-28/+46
2004-02-06replaced every appearance of gtk_scrolled_window_new() withUlf Lamping1-4/+7
2004-01-31Pass ESD_BTN_OK rather than NULL as a second argument toGuy Harris1-3/+3
2004-01-31renamed ESD_TYPE_CRIT to ESD_TYPE_ERROR toUlf Lamping1-2/+2
2004-01-26added a tooltip to explain the behaviour of the syntax check in the filter st...Ulf Lamping1-1/+6
2004-01-25Get rid of an unused variable.Guy Harris1-2/+1
2004-01-25adding a function to the help dialog, showing a specific topic (context help),Ulf Lamping1-6/+16
2004-01-25add syntax check and an "Add Expression" button to the filter toolbarUlf Lamping1-26/+47
2004-01-25added/changed some tooltipsUlf Lamping1-1/+12
2004-01-25changed the behaviour of the edit buttons to make more sense,Ulf Lamping1-209/+115
2004-01-21implemented dlg_button_row_new to get a standard function forUlf Lamping1-20/+20
2004-01-21redesign of capture/display filter dialog.Ulf Lamping1-33/+51
2004-01-21use stock buttons whereever possible,Ulf Lamping1-3/+3
2004-01-18no more differences, wether display filter dialog is called fromUlf Lamping1-27/+7
2004-01-10using button compatibility macrosUlf Lamping1-36/+8
2003-12-04In GTK+ 2.x, "gtk_entry_get_text()" returns a "const gchar *"; assignGuy Harris1-2/+2
2003-04-21From Brad Hards: don't mention the "Add Expression" button in theGuy Harris1-6/+12
2003-03-02Add type of filter in capture/display filter windows.Laurent Deniel1-5/+14
2003-01-15Move the code that associates buttons with filter dialogs, and viceGuy Harris1-21/+16
2003-01-15Add a new routine "filter_button_destroy_cb()", and make it theGuy Harris1-32/+47
2003-01-11From Ronald Henderson, when closing IO-Stat window, also close any open Fil...Ronnie Sahlberg1-3/+5
2002-11-11Use gtk1/gtk2 compatibility macros to reduce #ifdefs.Olivier Abad1-257/+116
2002-11-03Merge gtk and gtk2 directories.Olivier Abad1-510/+875
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-17/+17
2002-06-22From Devin Heitmueller: give the user a warning if they click "New" inGuy Harris1-1/+8
2002-05-02Remove some no-longer-applicable XXX comments.Guy Harris1-33/+42
2002-03-16A double-click in a filter name in the list-of-filters dialog box shouldGuy Harris1-9/+28
2002-03-05From Joerg Mayer: use _U_ to flag unused arguments.Guy Harris1-17/+17
2002-01-11Have a routine to create a scrolled window, set its vertical scrollbarGuy Harris1-2/+1
2001-10-24On Windows, put Ethereal configuration files under the "ApplicationGuy Harris1-2/+3
2001-10-23Add a new routine to create the ".ethereal" directory for a user.Guy Harris1-4/+13
2001-06-27Don't offer the ability to edit capture filters if Ethereal wasn'tGuy Harris1-1/+7
2001-02-23The text entry box that a filter construction dialog manipulates isGuy Harris1-5/+5
2001-02-20Make the "activate" signal on the text entry boxes in the filter editingGuy Harris1-1/+14
2001-01-28Use "Close", rather than "Cancel", in the filter dialog box; clickingGuy Harris1-19/+26
2001-01-28Have separate capture and display filter lists; some filter dialog boxesGuy Harris1-79/+217
2001-01-28Call "get_filter_list()" when Ethereal starts up.Guy Harris1-2/+1
2001-01-28Pull the stuff to read and write the list of filter expressions up intoGuy Harris1-122/+4
2001-01-21Arrange that if the filter list is edited in one dialog box, the filterGuy Harris1-56/+140
2001-01-21Give various filter constructing/editing dialog boxes titles to reflectGuy Harris1-4/+12
2001-01-21In the process of destroying a filter editing dialog box, we get aGuy Harris1-74/+218
2001-01-02Add a dialog box for constructing expressions that test a field in theGuy Harris1-251/+346
2000-10-25This patch adds two things:Gilbert Ramirez1-4/+41
2000-09-28More EPAN-related code movements. Get rid of usage of #include "globals.h"Gilbert Ramirez1-1/+2
2000-08-23Bleah. What was I thinking? "dlg_window_new()" should take the titleGuy Harris1-3/+2
2000-08-11Miscellaneous code cleaningLaurent Deniel1-1/+5
2000-08-07Cast an argument to "isspace()" to "guchar" so that if it has the 8thGuy Harris1-2/+2
2000-08-05Arrange that filter dialog boxes have an "Apply" button only if one canGuy Harris1-17/+30
2000-07-29Added changes so Edit->Filters...->Apply works as I thinkRichard Sharpe1-2/+6