aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/dlg_utils.h
AgeCommit message (Expand)AuthorFilesLines
2011-06-05Some work on generalizing the "display filter" tap parameter dialog boxguy1-1/+1
2010-08-26Fix a number of doxygen directives.etxrab1-1/+1
2008-04-14From Jim Young (bug 2212):sake1-0/+10
2008-04-12where it's not necessary, remove #include "compat_macros.h"ulfl1-10/+0
2008-04-11Clean up a few references to OBJECT_[GS]_DATA macroswmeier1-1/+1
2007-01-20Recent versions of GTK+ have added a "gtk-label-select-on-focus"gerald1-3/+10
2006-05-22Get rid of a bunch of "Ethereal"s and "ethereal"s in comments, GUIguy1-2/+2
2006-05-21name changesahlberg1-2/+2
2006-04-30Move the file selection dialog routines to file_dlg.c, and give it aguy1-79/+0
2005-12-03split some parts of the packet counting functions into their own files captur...ulfl1-1/+1
2005-08-21"gtk_tap_dfilter_dlg_cb()" is no longer used outsideguy1-1/+1
2005-08-20renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...ulfl1-3/+3
2005-08-05More char -> const char warning fixes.jmayer1-1/+1
2004-09-30For file browsing dialog boxes, the affirmative button should be "OK",guy1-2/+4
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
2004-06-05add more details for doxygenulfl1-5/+4
2004-06-04add more details for doxygenulfl1-18/+74
2004-06-01add details for doxygen, various code cleanups as a result of thisulfl1-2/+2
2004-06-01add details for doxygen, various code cleanups as a result of thisulfl1-4/+19
2004-05-31add details for doxygenulfl1-5/+6
2004-05-31add details for doxygenulfl1-16/+65
2004-05-26more code cleanup from dialog things:ulfl1-10/+10
2004-05-23next step to save the size and postition of the dialogs (using a hashtable)ulfl1-6/+5
2004-05-22going to have a standard behaviour of the dialogsulfl1-1/+5
2004-03-29Add another wrapper routine, "file_selection_set_extra_widget()", to setguy1-1/+5
2004-03-29Make "file_selection_new()" take as its second argument anguy1-6/+9
2004-03-27Use the new GtkFileChooserDialog when built with gtk+ 2.4oabad1-1/+5
2004-01-21implemented dlg_button_row_new to get a standard function forulfl1-1/+5
2004-01-07save dialog with "Captured" and "Displayed" buttons in packet rangeulfl1-7/+9
2003-09-24Add a "file_selection_new()" routine that does all the positioning (GTK+guy1-3/+6
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-4/+4
2000-08-23Bleah. What was I thinking? "dlg_window_new()" should take the titleguy1-2/+2
2000-08-11Miscellaneous code cleaningdeniel1-1/+6
2000-07-05Add a "dlg_window_new()" routine, which creates a GTK_WINDOW_DIALOGguy1-1/+11
2000-05-08Add functions to create buttons whose labels specify mnemonics, i.e.guy1-1/+6
2000-05-02Add some utilities to:guy1-0/+26