aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/dlg_utils.c
AgeCommit message (Expand)AuthorFilesLines
2006-04-20add a help button to the "Follow TCP Stream" dialog (and use standard button ...Ulf Lamping1-0/+2
2005-09-20enhance simple dialog: add the possibility to use no buttons at all and add a...Ulf Lamping1-4/+5
2005-09-09Don't handle the ETHEREAL_STOCK_CAPTURE_START button if we don't haveGuy Harris1-1/+3
2005-08-20renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...Ulf Lamping1-1/+1
2005-08-05More char -> const char warning fixes.Jörg Mayer1-19/+19
2005-04-19ask for unsaved file when using the new start capture feature,Ulf Lamping1-0/+9
2005-02-27From Martin MathielsonLuis Ontanon1-1/+2
2004-09-30For file browsing dialog boxes, the affirmative button should be "OK",Guy Harris1-0/+15
2004-09-11Use _WIN32 rather than WIN32 to determine if we're compiling on Win32;Guy Harris1-3/+4
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-07-13From Daniel Thompson: add additional message/alert box options toGuy Harris1-2/+12
2004-07-12bugfix to a bug reported by Ian Schorr:Ulf Lamping1-2/+2
2004-07-12bugfix to a bug reported by Ian Schorr:Ulf Lamping1-3/+9
2004-06-20bugfix: is using last_open_dir with GTK2.4 file chooserUlf Lamping1-4/+20
2004-06-03"gtk_file_selection_set_filename()" doesn't work with a GtkFileChooser,Guy Harris1-3/+4
2004-06-01add details for doxygen, various code cleanups as a result of thisUlf Lamping1-8/+57
2004-05-26more code cleanup from dialog things:Ulf Lamping1-35/+133
2004-05-24dlg_destroy_cb() is staticUlf Lamping1-2/+2
2004-05-24Even with GTK+ 2.x the arguments to "dlg_destroy_cb()" aren't used.Guy Harris1-11/+2
2004-05-24"dlg_destroy_cb()" doesn't use its arguments when built with GTK+Guy Harris1-2/+11
2004-05-23next step to save the size and postition of the dialogs (using a hashtable)Ulf Lamping1-29/+4
2004-05-22going to have a standard behaviour of the dialogsUlf Lamping1-11/+37
2004-05-21gtk_window_present() new dialog windows, to be sure they get on topUlf Lamping1-1/+2
2004-05-21Tag unused parameters with _U_ to squelch GCC compiler warnings (they'reGuy Harris1-3/+4
2004-05-20call gtk_window_present() only on GTK2 and aboveUlf Lamping1-1/+3
2004-05-19workaround for GTK2 bug: bring main window back to front,Ulf Lamping1-1/+11
2004-03-29It *appears* that if you don't explicitly request that a file chooserGuy Harris1-2/+1
2004-03-29In a "save" dialog, the "yes" button should be a "Save" button, not anGuy Harris1-2/+6
2004-03-29Add another wrapper routine, "file_selection_set_extra_widget()", to setGuy Harris1-1/+14
2004-03-29Make "file_selection_new()" take as its second argument anGuy Harris1-9/+40
2004-03-27Use the new GtkFileChooserDialog when built with gtk+ 2.4Olivier Abad1-1/+14
2004-02-13Add a "window_new()" routine that creates a window of a given type, setsGuy Harris1-6/+6
2004-01-31cleanup of new "question dialogs",Ulf Lamping1-2/+2
2004-01-29added GTK_STOCK_YES and GTK_STOCK_NO to the dlg_button_rowUlf Lamping1-1/+15
2004-01-25adding a function to the help dialog, showing a specific topic (context help),Ulf Lamping1-76/+93
2004-01-22Fix a typo.Guy Harris1-2/+2
2004-01-21implemented dlg_button_row_new to get a standard function forUlf Lamping1-1/+216
2004-01-07save dialog with "Captured" and "Displayed" buttons in packet rangeUlf Lamping1-1/+12
2003-12-13Put in a comment about some issues with the way we do "Update list ofGuy Harris1-1/+15
2003-12-12In "dlg_window_new()" check to see if "top_level" has been initialized,Gerald Combs1-2/+4
2003-09-24Add a "file_selection_new()" routine that does all the positioning (GTK+Guy Harris1-9/+24
2003-09-20From Giles Scott:Guy Harris1-3/+3
2002-11-10Use gtk1/gtk2 compatibility macros to reduce #ifdefs.Olivier Abad1-22/+5
2002-11-03Merge gtk and gtk2 directories.Olivier Abad1-5/+26
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-5/+5
2002-03-05From Joerg Mayer: use _U_ to flag unused arguments.Guy Harris1-2/+2
2001-12-12Go nuts with the 3D logo.Gerald Combs1-1/+4
2000-08-23Bleah. What was I thinking? "dlg_window_new()" should take the titleGuy Harris1-2/+3
2000-07-05Add a "dlg_window_new()" routine, which creates a GTK_WINDOW_DIALOGGuy Harris1-1/+14
2000-05-26Don't duplicate the "gtk_radio_button_new_with_label()" andGuy Harris1-39/+38