aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/simple_dialog.c
AgeCommit message (Expand)AuthorFilesLines
2005-09-20enhance simple dialog: add the possibility to use no buttons at all and add a...Ulf Lamping1-3/+22
2005-08-20renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...Ulf Lamping1-1/+1
2005-08-08fix some MSVC const warningsUlf Lamping1-2/+2
2005-04-16temporarily fix a GTK1.x related bugUlf Lamping1-0/+3
2005-04-16prepare for "Don't show this message again" checkboxes in the simple_dialogUlf Lamping1-2/+29
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/+16
2004-06-29GTK2: convert character encoding from locale to UTF8Ulf Lamping1-2/+11
2004-06-18merge: bugfixes and code cleanupUlf Lamping1-1/+4
2004-06-17add implementation of button mask ESD_BTNS_YES_NOUlf Lamping1-7/+14
2004-06-04Make the definition of "simple_dialog()" match its declaration.Guy Harris1-3/+3
2004-05-26more code cleanup from dialog things:Ulf Lamping1-13/+5
2004-05-17GTK2 only: catch window state event, and call display_queued_messages()Ulf Lamping1-16/+7
2004-05-16don't show simple_dialogs, if main window iconified (minimized),Ulf Lamping1-1/+25
2004-05-01The display filter engine can return an error message that is not safeOlivier Biot1-1/+20
2004-04-16Add a "report_failure()" routine to allow dissectors to report arbitraryGuy Harris1-30/+86
2004-03-13replaced vsnprintf by g_vsnprintfUlf Lamping1-2/+2
2004-03-13replaced sprintf / snprintf by g_snprintf,Ulf Lamping1-5/+1
2004-02-23Put in a comment noting a problem with dialog boxes popped up before theGuy Harris1-1/+9
2004-02-12The HIG's and/or GUI toolkit documentation for:Guy Harris1-4/+3
2004-02-11Get rid of the "Question" alert box type - rename it to "Confirmation",Guy Harris1-4/+3
2004-02-11Give alert boxes an empty title on UN*X and a title of "Ethereal" onGuy Harris1-9/+39
2004-02-04Add some comments about the types of alert boxes you get with theGuy Harris1-4/+3
2004-02-03enhanced some dialog messages,Ulf Lamping1-1/+13
2004-01-31gtk_label_set_selectable() is only available from GTK version 2Ulf Lamping1-2/+2
2004-01-31cleanup of new "question dialogs",Ulf Lamping1-23/+43
2004-01-31Pass ESD_BTN_OK rather than NULL as a second argument toGuy Harris1-2/+3
2004-01-31renamed ESD_TYPE_CRIT to ESD_TYPE_ERROR toUlf Lamping1-2/+2
2004-01-31using GTK2 stock icons for dialogs instead of Ethereal specific onesUlf Lamping1-11/+10
2004-01-29added "Yes" and "No" buttons to the simple_dialog,Ulf Lamping1-30/+68
2004-01-21implemented dlg_button_row_new to get a standard function forUlf Lamping1-17/+14
2004-01-10using button compatibility macrosUlf Lamping1-11/+3
2002-11-11Use gtk1/gtk2 compatibility macros to reduce #ifdefs.Olivier Abad1-12/+6
2002-11-03Merge gtk and gtk2 directories.Olivier Abad1-3/+16
2002-09-05Include cleanups in gtk and gtk2:Jörg Mayer1-4/+1
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-11/+11
2002-06-04From Graeme Hewson: varargs code cleanup in "simple_dialog.c".Guy Harris1-1/+2
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-6/+6
2000-10-09Add support for modal message boxes ("simple dialog").Guy Harris1-2/+5
2000-08-23Bleah. What was I thinking? "dlg_window_new()" should take the titleGuy Harris1-7/+6
2000-08-11Miscellaneous code cleaningLaurent Deniel1-6/+1
2000-07-20Use ESD_TYPE_CRIT for most errors (the model used by various GUIs seemsGuy Harris1-2/+2
2000-07-05Add a "dlg_window_new()" routine, which creates a GTK_WINDOW_DIALOGGuy Harris1-4/+4
2000-05-03Make dialog boxes created with "simple_dialog()" use the new utilitiesGuy Harris1-1/+12
2000-01-03Take the "simple_dialog()" stuff out of "ui_util.h" and "gtk/ui_util.c",Guy Harris1-0/+169