aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/goto_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2002-03-05From Joerg Mayer: use _U_ to flag unused arguments.Guy Harris1-4/+4
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-2/+2
2002-01-11Have a routine to create a scrolled window, set its vertical scrollbarGuy Harris1-4/+2
2001-01-04Doesn't need #include "dfilter.h"Gilbert Ramirez1-2/+1
2000-08-23Bleah. What was I thinking? "dlg_window_new()" should take the titleGuy Harris1-3/+2
2000-08-11Miscellaneous code cleaningLaurent Deniel1-3/+1
2000-07-20Use ESD_TYPE_CRIT for most errors (the model used by various GUIs seemsGuy Harris1-4/+4
2000-07-05Add a "dlg_window_new()" routine, which creates a GTK_WINDOW_DIALOGGuy Harris1-2/+2
2000-06-27Patch from Ben Fowler to rename the global variable "cf" to "cfile", toGuy Harris1-2/+2
2000-05-02Add some utilities to:Guy Harris1-1/+13
2000-03-15Give the entry box in the "Find Frame" and "Go To Frame" dialog boxesGuy Harris1-1/+4
2000-01-03Take the "simple_dialog()" stuff out of "ui_util.h" and "gtk/ui_util.c",Guy Harris1-2/+2
1999-12-09Move the GTK+ implementations of various UI utilities out of "util.c"Guy Harris1-2/+2
1999-11-30In "Go To Frame", distinguish between "there is no frame with that frameGuy Harris1-8/+13
1999-11-08Add a "Go To Frame" menu item, which lets you go to a frame by frameGuy Harris1-0/+155