aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/find_dlg.h
AgeCommit message (Collapse)AuthorFilesLines
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
they have LF at the end of the line on UN*X and CR/LF on Windows; hopefully this means that if a CR/LF version is checked in on Windows, the CRs will be stripped so that they show up only when checked out on Windows, not on UN*X. svn path=/trunk/; revision=11400
2004-06-04add more details for doxygenUlf Lamping1-1/+2
svn path=/trunk/; revision=11110
2004-06-01add details for doxygen, various code cleanups as a result of thisUlf Lamping1-6/+38
svn path=/trunk/; revision=11062
2003-10-07Forgot to update a prototype in previous patchRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=8636
2003-10-07Add Find Next/Find Previous submenu to conversation lists.Ronnie Sahlberg1-1/+2
By using Find Next/Previous you will jump to the next/previous matching packet in the ethereal main window. I could not get CTRL-N / CTRL-B to work and was too lazy to research. It would be nice if CTRL-N / CTRL-P would invoke the same thing as selecting /Find Frame/Find Next/EP1 <-> EP2 or /Find Frame/Find Previous/EP1 <-> EP2 from the menu. I could not figure out how to get gtk to do this. The person that adds CTRL-N/CTRL-B here will be a hero. svn path=/trunk/; revision=8635
2003-09-05Add a Find Frame item to the popup menu for the conversation listRonnie Sahlberg1-1/+2
that will open the find frame dialogue and preload the filter string with the conversation and the direction the user selected from the menu. svn path=/trunk/; revision=8386
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-4/+4
winapi_cleanup tool written by Patrik Stridvall for the wine project. svn path=/trunk/; revision=6117
2002-05-03From Didieer Gautheron:Guy Harris1-1/+3
Don't show progress bar for quick "Find Frame" searches Add "Find Next" and "Find Previous" to repeat searches Add documentation for "Find Next" and "Find Previous". svn path=/trunk/; revision=5378
1999-11-06Add a "Find Frame" menu item under "Display"; it lets you use a displayGuy Harris1-0/+31
filter to search forward or backward in the list of displayed frames for a matching frame. When filtering the display, readjust the display to show the "current" frame if it passed the display filter. When a file is read in, the first frame becomes the "current" frame; when a frame is selected, it becomes the "current" frame, and remains so *even if you unselect it*, until another frame is selected. Select the first frame when a file is read in. Disable most of the "Display" and "Tools" menu items if there's no current capture file, and enable the relevant ones if there is. svn path=/trunk/; revision=982