aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/find_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.guy1-1/+1
2004-08-13Move convert_string_to_hex() and convert_string_case() from gtk/find_dlg.cgerald1-128/+22
2004-07-19renamed filter_prefs to filter_dlg, as the filter settings are (well, for a l...ulfl1-1/+1
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
2004-05-26more code cleanup from dialog things:ulfl1-10/+12
2004-05-26Don't capitalize "Filter" in "Display Filter" in the "Find" dialog box,guy1-2/+2
2004-04-15Rename a bunch of variables and routines that pertain to string searchguy1-51/+34
2004-02-29improved resizabilityulfl1-2/+2
2004-02-28redesign of the whole dialogulfl1-123/+187
2004-02-28The string in the Find Frame dialog box isn't necessarily a displayguy1-9/+100
2004-02-27added dfilter string syntax check to various placesulfl1-1/+2
2004-02-11Add a routine to be used to put up alert boxes for invalid displayguy1-3/+4
2004-01-31Pass ESD_BTN_OK rather than NULL as a second argument toguy1-10/+10
2004-01-31renamed ESD_TYPE_CRIT to ESD_TYPE_ERROR toulfl1-10/+10
2004-01-21implemented dlg_button_row_new to get a standard function forulfl1-16/+6
2004-01-20code cleanup and added some moreulfl1-2/+2
2004-01-10using button compatibility macrosulfl1-69/+14
2003-12-04In GTK+ 2.x, "gtk_entry_get_text()" returns a "const gchar *"; assignguy1-2/+2
2003-11-28renamed frame to packet in all GUI elementsulfl1-10/+10
2003-10-07Add Find Next/Find Previous submenu to conversation lists.sahlberg1-1/+31
2003-09-09In the Find dialog add periods or dashes to the list of allowed hexgerald1-5/+5
2003-09-05Add a Find Frame item to the popup menu for the conversation listsahlberg1-10/+19
2003-08-29Make the hex to string conversion code in find_dlg.c handle ':' characterssahlberg1-1/+5
2003-08-29Make the CList of character sets non-editable, so you only get to chooseguy1-2/+3
2003-08-29Get rid of the EBCDIC stuff in the find dialog - it's not supported yet,guy1-75/+270
2003-08-28From Greg Morris: put borders around the options to delimit them andguy1-23/+94
2003-08-11Applied the "Updated find capabilities...." from Greg Morris.sharpe1-8/+125
2003-08-05From Greg Morris: add support for case-insensitive full-text searches.guy1-6/+24
2003-07-22From Greg Morris: code to support searches for text or raw binary dataguy1-16/+119
2003-04-24Fix a comment.guy1-2/+2
2003-01-15Add a new routine "filter_button_destroy_cb()", and make it theguy1-13/+3
2002-11-11Use gtk1/gtk2 compatibility macros to reduce #ifdefs.oabad1-30/+13
2002-11-03Merge gtk and gtk2 directories.oabad1-7/+42
2002-09-05Include cleanups in gtk and gtk2:jmayer1-7/+1
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-11/+11
2002-05-03From Didieer Gautheron:guy1-1/+29
2002-03-05From Joerg Mayer: use _U_ to flag unused arguments.guy1-5/+5
2002-01-21Include files from the "epan" directory and subdirectories thereof withguy1-5/+4
2001-02-01Create a more modular type system for the FT_* types. Put themgram1-4/+4
2001-01-21Give various filter constructing/editing dialog boxes titles to reflectguy1-2/+6
2001-01-21In the process of destroying a filter editing dialog box, we get aguy1-2/+5
2001-01-02Add a dialog box for constructing expressions that test a field in theguy1-2/+2
2000-08-23Bleah. What was I thinking? "dlg_window_new()" should take the titleguy1-3/+2
2000-08-11Miscellaneous code cleaningdeniel1-3/+1
2000-07-20Use ESD_TYPE_CRIT for most errors (the model used by various GUIs seemsguy1-4/+4
2000-07-05Add a "dlg_window_new()" routine, which creates a GTK_WINDOW_DIALOGguy1-2/+2
2000-06-27Patch from Ben Fowler to rename the global variable "cf" to "cfile", toguy1-9/+9
2000-05-08Set up the buttons in the "Find Frame" and "Print" dialog boxes to useguy1-4/+12
2000-05-02Add some utilities to:guy1-1/+13
2000-04-01Split "filter_dialog_cb()" into "filter_dialog_cb()", which pops up aguy1-3/+41