aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/find_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-21Re-arrange code slightly to remove a false positive Coverity Prevent "Forward...Bill Meier1-20/+23
2011-02-18Fix a few errors found by Clang scan-build.Gerald Combs1-1/+1
2011-02-07And even more -DGSEAL_ENABLE cleanup for GTK+ 3.0 preparation...Stephen Fisher1-1/+1
2011-01-31From Cal Turney:Anders Broman1-45/+36
2010-11-27Move main_statusbar.h to the top-level directory; none of its routinesGuy Harris1-8/+9
2010-08-17Minor changes related to signal callback functions:Bill Meier1-1/+1
2010-08-13Instead of using a Boolean for the search direction, use an enum, soGuy Harris1-47/+18
2009-11-04Get rid of a few more simple dialogs.Gerald Combs1-23/+8
2009-10-18Use gtk_combo_box in GTK v 2.4Anders Broman1-25/+19
2009-09-29Renamed some local GtkWidget's to avoid variable shadowing.Stig Bjørlykke1-10/+10
2009-04-28find_dlg: handler_id returned from g_signal_connect is gulong (not int)Bill Meier1-2/+2
2009-04-21Turn on -Wshorten-64-to-32 by default, and fix some issues that turnedGuy Harris1-1/+1
2009-03-13From Jakub Zawadzki (bug 3331):Stig Bjørlykke1-2/+1
2009-03-13From Bahaa Naamneh (bug 3332):Stig Bjørlykke1-5/+31
2009-03-03Try to make the solaris buildbot happy.Anders Broman1-1/+21
2009-03-02Remove a variable that is no longer used as of svn rev 27580Stephen Fisher1-1/+1
2009-03-02Use gtk_combo_box_new_text ().Anders Broman1-9/+6
2008-07-22Filter autocompletion from Bahaa Naamneh (bug 2581).Martin Mathieson1-1/+4
2008-06-29Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...Bill Meier1-5/+5
2008-06-21Removed the usage of topic_available() as we now have all topics.Stig Bjørlykke1-9/+3
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