aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/goto_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2005-08-20renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...Ulf Lamping1-1/+1
2005-02-04huge cleanup of capture file API (functions in file.c/file.h).Ulf Lamping1-4/+4
2005-01-20add some more online help functionality and help buttons at various dialog bo...Ulf Lamping1-2/+12
2004-09-02Move the guts of gtk/file_dlg.c:goto_framenum_cb() toGerald Combs1-12/+1
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-06-01add details for doxygen, various code cleanups as a result of thisUlf Lamping1-1/+34
2004-05-26more code cleanup from dialog things:Ulf Lamping1-20/+11
2004-01-31Pass ESD_BTN_OK rather than NULL as a second argument toGuy Harris1-2/+2
2004-01-31renamed ESD_TYPE_CRIT to ESD_TYPE_ERROR toUlf Lamping1-2/+2
2004-01-21implemented dlg_button_row_new to get a standard function forUlf Lamping1-12/+4
2004-01-10using button compatibility macrosUlf Lamping1-11/+3
2003-11-28renamed frame to packet in all GUI elementsUlf Lamping1-6/+6
2003-03-02Have "goto_frame()" put up error dialog boxes itself, rather than havingGuy Harris1-14/+3
2002-11-11Use gtk1/gtk2 compatibility macros to reduce #ifdefs.Olivier Abad1-13/+6
2002-11-03Merge gtk and gtk2 directories.Olivier Abad1-7/+21
2002-09-05Include cleanups in gtk and gtk2:Jörg Mayer1-9/+1
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-8/+8
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