aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/find_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2007-03-28Remove almost all of the casts I committed recently and in place ofsfisher1-2/+2
2007-03-24Remove all warnings under Unix for the gtk/ directory.sfisher1-2/+2
2006-06-22add check that string is non-null before we dereference and gfree itsahlberg1-7/+13
2006-05-28Ethereal->Wiresharketxrab1-1/+1
2006-05-22Get rid of a bunch of "Ethereal"s and "ethereal"s in comments, GUIguy1-2/+2
2006-05-21name changesahlberg1-2/+2
2006-03-09Fix Coverity CID 129: initialize a couple of variables.gerald1-2/+2
2005-12-31fix #152ulfl1-1/+2
2005-08-20renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...ulfl1-1/+1
2005-08-05More char -> const char warning fixes.jmayer1-1/+1
2005-07-01fix #271: don't do:ulfl1-1/+0
2005-02-04huge cleanup of capture file API (functions in file.c/file.h).ulfl1-11/+11
2005-01-20add some more online help functionality and help buttons at various dialog bo...ulfl1-2/+12
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