aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/dlg_utils.h
AgeCommit message (Expand)AuthorFilesLines
2005-12-03split some parts of the packet counting functions into their own files captur...Ulf Lamping1-1/+1
2005-08-21"gtk_tap_dfilter_dlg_cb()" is no longer used outsideGuy Harris1-1/+1
2005-08-20renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...Ulf Lamping1-3/+3
2005-08-05More char -> const char warning fixes.Jörg Mayer1-1/+1
2004-09-30For file browsing dialog boxes, the affirmative button should be "OK",Guy Harris1-2/+4
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-06-05add more details for doxygenUlf Lamping1-5/+4
2004-06-04add more details for doxygenUlf Lamping1-18/+74
2004-06-01add details for doxygen, various code cleanups as a result of thisUlf Lamping1-2/+2
2004-06-01add details for doxygen, various code cleanups as a result of thisUlf Lamping1-4/+19
2004-05-31add details for doxygenUlf Lamping1-5/+6
2004-05-31add details for doxygenUlf Lamping1-16/+65
2004-05-26more code cleanup from dialog things:Ulf Lamping1-10/+10
2004-05-23next step to save the size and postition of the dialogs (using a hashtable)Ulf Lamping1-6/+5
2004-05-22going to have a standard behaviour of the dialogsUlf Lamping1-1/+5
2004-03-29Add another wrapper routine, "file_selection_set_extra_widget()", to setGuy Harris1-1/+5
2004-03-29Make "file_selection_new()" take as its second argument anGuy Harris1-6/+9
2004-03-27Use the new GtkFileChooserDialog when built with gtk+ 2.4Olivier Abad1-1/+5
2004-01-21implemented dlg_button_row_new to get a standard function forUlf Lamping1-1/+5
2004-01-07save dialog with "Captured" and "Displayed" buttons in packet rangeUlf Lamping1-7/+9
2003-09-24Add a "file_selection_new()" routine that does all the positioning (GTK+Guy Harris1-3/+6
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-4/+4
2000-08-23Bleah. What was I thinking? "dlg_window_new()" should take the titleGuy Harris1-2/+2
2000-08-11Miscellaneous code cleaningLaurent Deniel1-1/+6
2000-07-05Add a "dlg_window_new()" routine, which creates a GTK_WINDOW_DIALOGGuy Harris1-1/+11
2000-05-08Add functions to create buttons whose labels specify mnemonics, i.e.Guy Harris1-1/+6
2000-05-02Add some utilities to:Guy Harris1-0/+26