aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/find_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-04Get rid of a few more simple dialogs.gerald1-23/+8
2009-10-18Use gtk_combo_box in GTK v 2.4etxrab1-25/+19
2009-09-29Renamed some local GtkWidget's to avoid variable shadowing.stig1-10/+10
2009-04-28find_dlg: handler_id returned from g_signal_connect is gulong (not int)wmeier1-2/+2
2009-04-21Turn on -Wshorten-64-to-32 by default, and fix some issues that turnedguy1-1/+1
2009-03-13From Jakub Zawadzki (bug 3331):stig1-2/+1
2009-03-13From Bahaa Naamneh (bug 3332):stig1-5/+31
2009-03-03Try to make the solaris buildbot happy.etxrab1-1/+21
2009-03-02Remove a variable that is no longer used as of svn rev 27580sfisher1-1/+1
2009-03-02Use gtk_combo_box_new_text ().etxrab1-9/+6
2008-07-22Filter autocompletion from Bahaa Naamneh (bug 2581).martinm1-1/+4
2008-06-29Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...wmeier1-5/+5
2008-06-21Removed the usage of topic_available() as we now have all topics.stig1-9/+3
2008-04-13sort #includes by directoriesulfl1-12/+14
2008-04-12move stock icon code from toolbar.c into specific stock_icons file(s)ulfl1-1/+1
2008-04-11third round to replace SIGNAL_CONNECT with g_signal_connectulfl1-11/+11
2008-04-11replace RADIO_BUTTON_NEW_WITH_MNEMONIC with gtk_radio_button_new_with_mnemoni...ulfl1-14/+8
2008-04-11replace CHECK_BUTTON_NEW_WITH_MNEMONIC with gtk_check_button_new_with_mnemoniculfl1-2/+1
2008-04-11replace all appearances of BUTTON_NEW_FROM_STOCK with GTK2's gtk_button_new_f...ulfl1-1/+1
2008-04-11OBECT_..._DATA --> g_object_..._datawmeier1-39/+39
2008-04-06remove GTK1 codeulfl1-11/+0
2008-01-24Change "Found no match" to "No match found"wmeier1-7/+7
2008-01-23Fix minor memory leakwmeier1-0/+1
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