aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/find_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2008-04-13sort #includes by directoriesUlf Lamping1-12/+14
2008-04-12move stock icon code from toolbar.c into specific stock_icons file(s)Ulf Lamping1-1/+1
2008-04-11third round to replace SIGNAL_CONNECT with g_signal_connectUlf Lamping1-11/+11
2008-04-11replace RADIO_BUTTON_NEW_WITH_MNEMONIC with gtk_radio_button_new_with_mnemoni...Ulf Lamping1-14/+8
2008-04-11replace CHECK_BUTTON_NEW_WITH_MNEMONIC with gtk_check_button_new_with_mnemonicUlf Lamping1-2/+1
2008-04-11replace all appearances of BUTTON_NEW_FROM_STOCK with GTK2's gtk_button_new_f...Ulf Lamping1-1/+1
2008-04-11OBECT_..._DATA --> g_object_..._dataBill Meier1-39/+39
2008-04-06remove GTK1 codeUlf Lamping1-11/+0
2008-01-24Change "Found no match" to "No match found"Bill Meier1-7/+7
2008-01-23Fix minor memory leakBill Meier1-0/+1
2007-03-28Remove almost all of the casts I committed recently and in place ofStephen Fisher1-2/+2
2007-03-24Remove all warnings under Unix for the gtk/ directory.Stephen Fisher1-2/+2
2006-06-22add check that string is non-null before we dereference and gfree itRonnie Sahlberg1-7/+13
2006-05-28Ethereal->WiresharkAnders Broman1-1/+1
2006-05-22Get rid of a bunch of "Ethereal"s and "ethereal"s in comments, GUIGuy Harris1-2/+2
2006-05-21name changeRonnie Sahlberg1-2/+2
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