aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/simple_dialog.c
Commit message (Expand)AuthorAgeFilesLines
...
* Give alert boxes an empty title on UN*X and a title of "Ethereal" onGuy Harris2004-02-111-9/+39
* Add some comments about the types of alert boxes you get with theGuy Harris2004-02-041-4/+3
* enhanced some dialog messages,Ulf Lamping2004-02-031-1/+13
* gtk_label_set_selectable() is only available from GTK version 2Ulf Lamping2004-01-311-2/+2
* cleanup of new "question dialogs",Ulf Lamping2004-01-311-23/+43
* Pass ESD_BTN_OK rather than NULL as a second argument toGuy Harris2004-01-311-2/+3
* renamed ESD_TYPE_CRIT to ESD_TYPE_ERROR toUlf Lamping2004-01-311-2/+2
* using GTK2 stock icons for dialogs instead of Ethereal specific onesUlf Lamping2004-01-311-11/+10
* added "Yes" and "No" buttons to the simple_dialog,Ulf Lamping2004-01-291-30/+68
* implemented dlg_button_row_new to get a standard function forUlf Lamping2004-01-211-17/+14
* using button compatibility macrosUlf Lamping2004-01-101-11/+3
* Use gtk1/gtk2 compatibility macros to reduce #ifdefs.Olivier Abad2002-11-111-12/+6
* Merge gtk and gtk2 directories.Olivier Abad2002-11-031-3/+16
* Include cleanups in gtk and gtk2:Jörg Mayer2002-09-051-4/+1
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-11/+11
* From Graeme Hewson: varargs code cleanup in "simple_dialog.c".Guy Harris2002-06-041-1/+2
* From Joerg Mayer: use _U_ to flag unused arguments.Guy Harris2002-03-051-2/+2
* Go nuts with the 3D logo.Gerald Combs2001-12-121-6/+6
* Add support for modal message boxes ("simple dialog").Guy Harris2000-10-091-2/+5
* Bleah. What was I thinking? "dlg_window_new()" should take the titleGuy Harris2000-08-231-7/+6
* Miscellaneous code cleaningLaurent Deniel2000-08-111-6/+1
* Use ESD_TYPE_CRIT for most errors (the model used by various GUIs seemsGuy Harris2000-07-201-2/+2
* Add a "dlg_window_new()" routine, which creates a GTK_WINDOW_DIALOGGuy Harris2000-07-051-4/+4
* Make dialog boxes created with "simple_dialog()" use the new utilitiesGuy Harris2000-05-031-1/+12
* Take the "simple_dialog()" stuff out of "ui_util.h" and "gtk/ui_util.c",Guy Harris2000-01-031-0/+169