aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/find_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2006-03-09Fix Coverity CID 129: initialize a couple of variables.Gerald Combs1-2/+2
2005-12-31fix #152Ulf Lamping1-1/+2
2005-08-20renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...Ulf Lamping1-1/+1
2005-08-05More char -> const char warning fixes.Jörg Mayer1-1/+1
2005-07-01fix #271: don't do:Ulf Lamping1-1/+0
2005-02-04huge cleanup of capture file API (functions in file.c/file.h).Ulf Lamping1-11/+11
2005-01-20add some more online help functionality and help buttons at various dialog bo...Ulf Lamping1-2/+12
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-08-13Move convert_string_to_hex() and convert_string_case() from gtk/find_dlg.cGerald Combs1-128/+22
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-05-26more code cleanup from dialog things:Ulf Lamping1-10/+12
2004-05-26Don't capitalize "Filter" in "Display Filter" in the "Find" dialog box,Guy Harris1-2/+2
2004-04-15Rename a bunch of variables and routines that pertain to string searchGuy Harris1-51/+34
2004-02-29improved resizabilityUlf Lamping1-2/+2
2004-02-28redesign of the whole dialogUlf Lamping1-123/+187
2004-02-28The string in the Find Frame dialog box isn't necessarily a displayGuy Harris1-9/+100
2004-02-27added dfilter string syntax check to various placesUlf Lamping1-1/+2
2004-02-11Add a routine to be used to put up alert boxes for invalid displayGuy Harris1-3/+4
2004-01-31Pass ESD_BTN_OK rather than NULL as a second argument toGuy Harris1-10/+10
2004-01-31renamed ESD_TYPE_CRIT to ESD_TYPE_ERROR toUlf Lamping1-10/+10
2004-01-21implemented dlg_button_row_new to get a standard function forUlf Lamping1-16/+6
2004-01-20code cleanup and added some moreUlf Lamping1-2/+2
2004-01-10using button compatibility macrosUlf Lamping1-69/+14
2003-12-04In GTK+ 2.x, "gtk_entry_get_text()" returns a "const gchar *"; assignGuy Harris1-2/+2
2003-11-28renamed frame to packet in all GUI elementsUlf Lamping1-10/+10
2003-10-07Add Find Next/Find Previous submenu to conversation lists.Ronnie Sahlberg1-1/+31
2003-09-09In the Find dialog add periods or dashes to the list of allowed hexGerald Combs1-5/+5
2003-09-05Add a Find Frame item to the popup menu for the conversation listRonnie Sahlberg1-10/+19
2003-08-29Make the hex to string conversion code in find_dlg.c handle ':' charactersRonnie Sahlberg1-1/+5
2003-08-29Make the CList of character sets non-editable, so you only get to chooseGuy Harris1-2/+3
2003-08-29Get rid of the EBCDIC stuff in the find dialog - it's not supported yet,Guy Harris1-75/+270
2003-08-28From Greg Morris: put borders around the options to delimit them andGuy Harris1-23/+94
2003-08-11Applied the "Updated find capabilities...." from Greg Morris.Richard Sharpe1-8/+125
2003-08-05From Greg Morris: add support for case-insensitive full-text searches.Guy Harris1-6/+24
2003-07-22From Greg Morris: code to support searches for text or raw binary dataGuy Harris1-16/+119
2003-04-24Fix a comment.Guy Harris1-2/+2
2003-01-15Add a new routine "filter_button_destroy_cb()", and make it theGuy Harris1-13/+3
2002-11-11Use gtk1/gtk2 compatibility macros to reduce #ifdefs.Olivier Abad1-30/+13
2002-11-03Merge gtk and gtk2 directories.Olivier Abad1-7/+42
2002-09-05Include cleanups in gtk and gtk2:Jörg Mayer1-7/+1
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-11/+11
2002-05-03From Didieer Gautheron:Guy Harris1-1/+29
2002-03-05From Joerg Mayer: use _U_ to flag unused arguments.Guy Harris1-5/+5
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-5/+4
2001-02-01Create a more modular type system for the FT_* types. Put themGilbert Ramirez1-4/+4
2001-01-21Give various filter constructing/editing dialog boxes titles to reflectGuy Harris1-2/+6
2001-01-21In the process of destroying a filter editing dialog box, we get aGuy Harris1-2/+5
2001-01-02Add a dialog box for constructing expressions that test a field in theGuy Harris1-2/+2
2000-08-23Bleah. What was I thinking? "dlg_window_new()" should take the titleGuy Harris1-3/+2