aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/filter_prefs.c
AgeCommit message (Expand)AuthorFilesLines
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
2000-07-05Add a "dlg_window_new()" routine, which creates a GTK_WINDOW_DIALOGGuy Harris1-2/+3
2000-04-01Split "filter_dialog_cb()" into "filter_dialog_cb()", which pops up aGuy Harris1-11/+103
2000-03-28Ralf Schneider's change to boost the maximum size of a line in theGuy Harris1-3/+5
2000-02-12Make the routines internal to the filter-editing dialog box static.Guy Harris1-13/+26
2000-01-29Remove instances of getenv("HOME") and provide a get_home_dir() functionGilbert Ramirez1-6/+7
1999-12-10Change the comments to reflect the fact that this is now no longer a tabGuy Harris1-3/+4
1999-12-10Jerry Talkington's patch to remove the filter stuff fromGuy Harris1-3/+119
1999-09-19Fixed a bug found by Derek W Poon <dpoon@uclink.berkeley.edu>, where deletedGerald Combs1-2/+2
1999-09-10We need to catch a "window delete" event for the preferences dialog boxGuy Harris1-2/+8
1999-09-10Make stuff used only in "filter_prefs.c" static to it.Guy Harris1-4/+4
1999-09-09Put RCS IDs (and a copyright notice and GPL notice) in several files,Guy Harris1-3/+3
1999-09-09I forgot to include this file move in my last commit.Gilbert Ramirez1-0/+467