aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/find_dlg.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* more code cleanup from dialog things:Ulf Lamping2004-05-261-10/+12
* Don't capitalize "Filter" in "Display Filter" in the "Find" dialog box,Guy Harris2004-05-261-2/+2
* Rename a bunch of variables and routines that pertain to string searchGuy Harris2004-04-151-51/+34
* improved resizabilityUlf Lamping2004-02-291-2/+2
* redesign of the whole dialogUlf Lamping2004-02-281-123/+187
* The string in the Find Frame dialog box isn't necessarily a displayGuy Harris2004-02-281-9/+100
* added dfilter string syntax check to various placesUlf Lamping2004-02-271-1/+2
* Add a routine to be used to put up alert boxes for invalid displayGuy Harris2004-02-111-3/+4
* Pass ESD_BTN_OK rather than NULL as a second argument toGuy Harris2004-01-311-10/+10
* renamed ESD_TYPE_CRIT to ESD_TYPE_ERROR toUlf Lamping2004-01-311-10/+10
* implemented dlg_button_row_new to get a standard function forUlf Lamping2004-01-211-16/+6
* code cleanup and added some moreUlf Lamping2004-01-201-2/+2
* using button compatibility macrosUlf Lamping2004-01-101-69/+14
* In GTK+ 2.x, "gtk_entry_get_text()" returns a "const gchar *"; assignGuy Harris2003-12-041-2/+2
* renamed frame to packet in all GUI elementsUlf Lamping2003-11-281-10/+10
* Add Find Next/Find Previous submenu to conversation lists.Ronnie Sahlberg2003-10-071-1/+31
* In the Find dialog add periods or dashes to the list of allowed hexGerald Combs2003-09-091-5/+5
* Add a Find Frame item to the popup menu for the conversation listRonnie Sahlberg2003-09-051-10/+19
* Make the hex to string conversion code in find_dlg.c handle ':' charactersRonnie Sahlberg2003-08-291-1/+5
* Make the CList of character sets non-editable, so you only get to chooseGuy Harris2003-08-291-2/+3
* Get rid of the EBCDIC stuff in the find dialog - it's not supported yet,Guy Harris2003-08-291-75/+270
* From Greg Morris: put borders around the options to delimit them andGuy Harris2003-08-281-23/+94
* Applied the "Updated find capabilities...." from Greg Morris.Richard Sharpe2003-08-111-8/+125
* From Greg Morris: add support for case-insensitive full-text searches.Guy Harris2003-08-051-6/+24
* From Greg Morris: code to support searches for text or raw binary dataGuy Harris2003-07-221-16/+119
* Fix a comment.Guy Harris2003-04-241-2/+2
* Add a new routine "filter_button_destroy_cb()", and make it theGuy Harris2003-01-151-13/+3
* Use gtk1/gtk2 compatibility macros to reduce #ifdefs.Olivier Abad2002-11-111-30/+13
* Merge gtk and gtk2 directories.Olivier Abad2002-11-031-7/+42
* Include cleanups in gtk and gtk2:Jörg Mayer2002-09-051-7/+1
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-11/+11
* From Didieer Gautheron:Guy Harris2002-05-031-1/+29
* From Joerg Mayer: use _U_ to flag unused arguments.Guy Harris2002-03-051-5/+5
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-5/+4
* Create a more modular type system for the FT_* types. Put themGilbert Ramirez2001-02-011-4/+4
* Give various filter constructing/editing dialog boxes titles to reflectGuy Harris2001-01-211-2/+6
* In the process of destroying a filter editing dialog box, we get aGuy Harris2001-01-211-2/+5
* Add a dialog box for constructing expressions that test a field in theGuy Harris2001-01-021-2/+2
* Bleah. What was I thinking? "dlg_window_new()" should take the titleGuy Harris2000-08-231-3/+2
* Miscellaneous code cleaningLaurent Deniel2000-08-111-3/+1