Clean up indentation.
[obnox/wireshark/wip.git] / gtk / simple_dialog.c
2004-07-18 guySet the svn:eol-style property on all text files to...
2004-07-13 guyFrom Daniel Thompson: add additional message/alert...
2004-06-29 ulflGTK2: convert character encoding from locale to UTF8
2004-06-18 ulflmerge: bugfixes and code cleanup
2004-06-17 ulfladd implementation of button mask ESD_BTNS_YES_NO
2004-06-04 guyMake the definition of "simple_dialog()" match its...
2004-05-26 ulflmore code cleanup from dialog things:
2004-05-17 ulflGTK2 only: catch window state event, and call display_q...
2004-05-16 ulfldon't show simple_dialogs, if main window iconified...
2004-05-01 obiotThe display filter engine can return an error message...
2004-04-16 guyAdd a "report_failure()" routine to allow dissectors...
2004-03-13 ulflreplaced vsnprintf by g_vsnprintf
2004-03-13 ulflreplaced sprintf / snprintf by g_snprintf,
2004-02-23 guyPut in a comment noting a problem with dialog boxes...
2004-02-12 guyThe HIG's and/or GUI toolkit documentation for:
2004-02-11 guyGet rid of the "Question" alert box type - rename it...
2004-02-11 guyGive alert boxes an empty title on UN*X and a title...
2004-02-04 guyAdd some comments about the types of alert boxes you...
2004-02-03 ulflenhanced some dialog messages,
2004-01-31 ulflgtk_label_set_selectable() is only available from GTK...
2004-01-31 ulflcleanup of new "question dialogs",
2004-01-31 guyPass ESD_BTN_OK rather than NULL as a second argument to
2004-01-31 ulflrenamed ESD_TYPE_CRIT to ESD_TYPE_ERROR to
2004-01-31 ulflusing GTK2 stock icons for dialogs instead of Ethereal...
2004-01-29 ulfladded "Yes" and "No" buttons to the simple_dialog,
2004-01-21 ulflimplemented dlg_button_row_new to get a standard functi...
2004-01-10 ulflusing button compatibility macros
2002-11-11 oabadUse gtk1/gtk2 compatibility macros to reduce #ifdefs.
2002-11-03 oabadMerge gtk and gtk2 directories.
2002-09-05 jmayerInclude cleanups in gtk and gtk2:
2002-08-28 jmayerRemoved trailing whitespaces from .h and .c files using the
2002-06-04 guyFrom Graeme Hewson: varargs code cleanup in "simple_dia...
2002-03-05 guyFrom Joerg Mayer: use _U_ to flag unused arguments.
2001-12-12 geraldGo nuts with the 3D logo.
2000-10-09 guyAdd support for modal message boxes ("simple dialog").
2000-08-23 guyBleah. What was I thinking? "dlg_window_new()" should...
2000-08-11 denielMiscellaneous code cleaning
2000-07-20 guyUse ESD_TYPE_CRIT for most errors (the model used by...
2000-07-05 guyAdd a "dlg_window_new()" routine, which creates a GTK_W...
2000-05-03 guyMake dialog boxes created with "simple_dialog()" use...
2000-01-03 guyTake the "simple_dialog()" stuff out of "ui_util.h...