Make the signatures of functions passed to "register_tap_listener()"
[obnox/wireshark/wip.git] / gtk / find_dlg.c
2004-09-27 guyMove prefs.c and prefs.h into the epan subdirectory.
2004-08-13 geraldMove convert_string_to_hex() and convert_string_case...
2004-07-19 ulflrenamed filter_prefs to filter_dlg, as the filter setti...
2004-07-18 guySet the svn:eol-style property on all text files to...
2004-05-26 ulflmore code cleanup from dialog things:
2004-05-26 guyDon't capitalize "Filter" in "Display Filter" in the...
2004-04-15 guyRename a bunch of variables and routines that pertain...
2004-02-29 ulflimproved resizability
2004-02-28 ulflredesign of the whole dialog
2004-02-28 guyThe string in the Find Frame dialog box isn't necessari...
2004-02-27 ulfladded dfilter string syntax check to various places
2004-02-11 guyAdd a routine to be used to put up alert boxes for...
2004-01-31 guyPass ESD_BTN_OK rather than NULL as a second argument to
2004-01-31 ulflrenamed ESD_TYPE_CRIT to ESD_TYPE_ERROR to
2004-01-21 ulflimplemented dlg_button_row_new to get a standard functi...
2004-01-20 ulflcode cleanup and added some more
2004-01-10 ulflusing button compatibility macros
2003-12-04 guyIn GTK+ 2.x, "gtk_entry_get_text()" returns a "const...
2003-11-28 ulflrenamed frame to packet in all GUI elements
2003-10-07 sahlbergAdd Find Next/Find Previous submenu to conversation...
2003-09-09 geraldIn the Find dialog add periods or dashes to the list...
2003-09-05 sahlbergAdd a Find Frame item to the popup menu for the convers...
2003-08-29 sahlbergMake the hex to string conversion code in find_dlg...
2003-08-29 guyMake the CList of character sets non-editable, so you...
2003-08-29 guyGet rid of the EBCDIC stuff in the find dialog - it...
2003-08-28 guyFrom Greg Morris: put borders around the options to...
2003-08-11 sharpeApplied the "Updated find capabilities...." from Greg...
2003-08-05 guyFrom Greg Morris: add support for case-insensitive...
2003-07-22 guyFrom Greg Morris: code to support searches for text...
2003-04-24 guyFix a comment.
2003-01-15 guyAdd a new routine "filter_button_destroy_cb()", and...
2002-11-11 oabadUse gtk1/gtk2 compatibility macros to reduce #ifdefs.
2002-11-03 oabadMerge gtk and gtk2 directories.
2002-09-05 jmayerInclude cleanups in gtk and gtk2:
2002-08-28 jmayerRemoved trailing whitespaces from .h and .c files using the
2002-05-03 guyFrom Didieer Gautheron:
2002-03-05 guyFrom Joerg Mayer: use _U_ to flag unused arguments.
2002-01-21 guyInclude files from the "epan" directory and subdirector...
2001-02-01 gramCreate a more modular type system for the FT_* types...
2001-01-21 guyGive various filter constructing/editing dialog boxes...
2001-01-21 guyIn the process of destroying a filter editing dialog...
2001-01-02 guyAdd a dialog box for constructing expressions that...
2000-08-23 guyBleah. What was I thinking? "dlg_window_new()" should...
2000-08-11 denielMiscellaneous code cleaning
2000-07-20 guyUse ESD_TYPE_CRIT for most errors (the model used by...
2000-07-05 guyAdd a "dlg_window_new()" routine, which creates a GTK_W...
2000-06-27 guyPatch from Ben Fowler to rename the global variable...
2000-05-08 guySet up the buttons in the "Find Frame" and "Print"...
2000-05-02 guyAdd some utilities to:
2000-04-01 guySplit "filter_dialog_cb()" into "filter_dialog_cb(...
2000-03-15 guyGive the entry box in the "Find Frame" and "Go To Frame...
2000-02-12 guyMake the routines internal to the filter-editing dialog...
2000-01-03 guyTake the "simple_dialog()" stuff out of "ui_util.h...
1999-12-09 guyMove the GTK+ implementations of various UI utilities...
1999-11-06 guyPop up a message box if a search for a frame fails.
1999-11-06 guyClean up some stuff I failed to cleanup before the...
1999-11-06 guyAdd a "Find Frame" menu item under "Display"; it lets...