aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/find_dlg.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use ESD_TYPE_CRIT for most errors (the model used by various GUIs seemsGuy Harris2000-07-201-4/+4
* Add a "dlg_window_new()" routine, which creates a GTK_WINDOW_DIALOGGuy Harris2000-07-051-2/+2
* Patch from Ben Fowler to rename the global variable "cf" to "cfile", toGuy Harris2000-06-271-9/+9
* Set up the buttons in the "Find Frame" and "Print" dialog boxes to useGuy Harris2000-05-081-4/+12
* Add some utilities to:Guy Harris2000-05-021-1/+13
* Split "filter_dialog_cb()" into "filter_dialog_cb()", which pops up aGuy Harris2000-04-011-3/+41
* Give the entry box in the "Find Frame" and "Go To Frame" dialog boxesGuy Harris2000-03-151-1/+4
* Make the routines internal to the filter-editing dialog box static.Guy Harris2000-02-121-3/+3
* Take the "simple_dialog()" stuff out of "ui_util.h" and "gtk/ui_util.c",Guy Harris2000-01-031-2/+2
* Move the GTK+ implementations of various UI utilities out of "util.c"Guy Harris1999-12-091-2/+2
* Pop up a message box if a search for a frame fails.Guy Harris1999-11-061-3/+7
* Clean up some stuff I failed to cleanup before the initial checkin.Guy Harris1999-11-061-16/+3
* Add a "Find Frame" menu item under "Display"; it lets you use a displayGuy Harris1999-11-061-0/+199