aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/find_dlg.c
Commit message (Expand)AuthorAgeFilesLines
* Move gtk to ui/gtk.Jörg Mayer2012-01-151-787/+0
* Replace deprecated functions.Anders Broman2011-07-241-4/+5
* Fix more tooltips, mark gtk_tooltips_new with 'E' in checkapi.Anders Broman2011-07-111-10/+8
* Re-arrange code slightly to remove a false positive Coverity Prevent "Forward...Bill Meier2011-03-211-20/+23
* Fix a few errors found by Clang scan-build.Gerald Combs2011-02-181-1/+1
* And even more -DGSEAL_ENABLE cleanup for GTK+ 3.0 preparation...Stephen Fisher2011-02-071-1/+1
* From Cal Turney:Anders Broman2011-01-311-45/+36
* Move main_statusbar.h to the top-level directory; none of its routinesGuy Harris2010-11-271-8/+9
* Minor changes related to signal callback functions:Bill Meier2010-08-171-1/+1
* Instead of using a Boolean for the search direction, use an enum, soGuy Harris2010-08-131-47/+18
* Get rid of a few more simple dialogs.Gerald Combs2009-11-041-23/+8
* Use gtk_combo_box in GTK v 2.4Anders Broman2009-10-181-25/+19
* Renamed some local GtkWidget's to avoid variable shadowing.Stig Bjørlykke2009-09-291-10/+10
* find_dlg: handler_id returned from g_signal_connect is gulong (not int)Bill Meier2009-04-281-2/+2
* Turn on -Wshorten-64-to-32 by default, and fix some issues that turnedGuy Harris2009-04-211-1/+1
* From Jakub Zawadzki (bug 3331):Stig Bjørlykke2009-03-131-2/+1
* From Bahaa Naamneh (bug 3332):Stig Bjørlykke2009-03-131-5/+31
* Try to make the solaris buildbot happy.Anders Broman2009-03-031-1/+21
* Remove a variable that is no longer used as of svn rev 27580Stephen Fisher2009-03-021-1/+1
* Use gtk_combo_box_new_text ().Anders Broman2009-03-021-9/+6
* Filter autocompletion from Bahaa Naamneh (bug 2581).Martin Mathieson2008-07-221-1/+4
* Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...Bill Meier2008-06-291-5/+5
* Removed the usage of topic_available() as we now have all topics.Stig Bjørlykke2008-06-211-9/+3
* sort #includes by directoriesUlf Lamping2008-04-131-12/+14
* move stock icon code from toolbar.c into specific stock_icons file(s)Ulf Lamping2008-04-121-1/+1
* third round to replace SIGNAL_CONNECT with g_signal_connectUlf Lamping2008-04-111-11/+11
* replace RADIO_BUTTON_NEW_WITH_MNEMONIC with gtk_radio_button_new_with_mnemoni...Ulf Lamping2008-04-111-14/+8
* replace CHECK_BUTTON_NEW_WITH_MNEMONIC with gtk_check_button_new_with_mnemonicUlf Lamping2008-04-111-2/+1
* replace all appearances of BUTTON_NEW_FROM_STOCK with GTK2's gtk_button_new_f...Ulf Lamping2008-04-111-1/+1
* OBECT_..._DATA --> g_object_..._dataBill Meier2008-04-111-39/+39
* remove GTK1 codeUlf Lamping2008-04-061-11/+0
* Change "Found no match" to "No match found"Bill Meier2008-01-241-7/+7
* Fix minor memory leakBill Meier2008-01-231-0/+1
* Remove almost all of the casts I committed recently and in place ofStephen Fisher2007-03-281-2/+2
* Remove all warnings under Unix for the gtk/ directory.Stephen Fisher2007-03-241-2/+2
* add check that string is non-null before we dereference and gfree itRonnie Sahlberg2006-06-221-7/+13
* Ethereal->WiresharkAnders Broman2006-05-281-1/+1
* Get rid of a bunch of "Ethereal"s and "ethereal"s in comments, GUIGuy Harris2006-05-221-2/+2
* name changeRonnie Sahlberg2006-05-211-2/+2
* Fix Coverity CID 129: initialize a couple of variables.Gerald Combs2006-03-091-2/+2
* fix #152Ulf Lamping2005-12-311-1/+2
* renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...Ulf Lamping2005-08-201-1/+1
* More char -> const char warning fixes.Jörg Mayer2005-08-051-1/+1
* fix #271: don't do:Ulf Lamping2005-07-011-1/+0
* huge cleanup of capture file API (functions in file.c/file.h).Ulf Lamping2005-02-041-11/+11
* add some more online help functionality and help buttons at various dialog bo...Ulf Lamping2005-01-201-2/+12
* Move prefs.c and prefs.h into the epan subdirectory.Guy Harris2004-09-271-1/+1
* Move convert_string_to_hex() and convert_string_case() from gtk/find_dlg.cGerald Combs2004-08-131-128/+22
* renamed filter_prefs to filter_dlg, as the filter settings are (well, for a l...Ulf Lamping2004-07-191-1/+1
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1